forked from 25-To-Life/25tolife-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.44 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "25tolife-website",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"prepare": "svelte-kit sync && npm run smui-theme-light && npm run smui-theme-dark",
"lint": "eslint .",
"smui-theme-light": "smui-theme compile static/smui.css -i src/theme",
"smui-theme-dark": "smui-theme compile static/smui-dark.css -i src/theme/dark",
"start": "set PORT=7878 && cd ./build && node index.js"
},
"devDependencies": {
"@smui-extra/accordion": "^6.0.0",
"@smui-extra/autocomplete": "^6.0.0",
"@smui/button": "^6.0.0",
"@smui/data-table": "^6.0.0",
"@smui/drawer": "^6.0.0",
"@smui/icon-button": "^6.0.0",
"@smui/layout-grid": "^6.0.0",
"@smui/list": "^6.0.0",
"@smui/paper": "^6.0.0",
"@smui/switch": "^6.0.0",
"@smui/tab": "^6.0.0",
"@smui/tab-bar": "^6.0.0",
"@smui/tooltip": "^6.0.0",
"@smui/top-app-bar": "^6.0.0",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-node": "^1.0.0-next.83",
"@sveltejs/kit": "next",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.14",
"prisma": "^4.1.0",
"smui-theme": "^6.0.0",
"svelte": "^3.44.0",
"svelte-carousel": "^1.0.19",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.6",
"vite": "^3.0.0"
},
"type": "module",
"dependencies": {
"@prisma/client": "^4.1.0",
"dotenv": "^16.0.2",
"js-md5": "^0.7.3"
}
}