-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 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
{
"name": "package",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "VITE_APP_VERSION=`echo $(git rev-parse --abbrev-ref HEAD):$(git describe --exact-match --tags 2> /dev/null || git rev-parse --short HEAD)` vite build",
"serve": "vite preview --host --port 3000",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.11",
"@tsconfig/svelte": "^2.0.1",
"@zerodevx/svelte-toast": "^0.4.0",
"prettier": "^2.3.1",
"prettier-plugin-svelte": "^2.3.0",
"reconnecting-websocket": "^4.4.0",
"sass": "^1.34.1",
"svelte": "^3.37.0",
"svelte-check": "^2.1.0",
"svelte-collapsible": "^0.2.1",
"svelte-preprocess": "^4.7.2",
"svelte-routing": "^1.6.0",
"tslib": "^2.2.0",
"typescript": "^4.3.2",
"vite": "^2.6.4",
"yup": "^0.32.9",
"@beyonk/svelte-datepicker": "^11.0.2",
"@rollup/plugin-replace": "^2.4.2",
"axios": "^0.21.1",
"postcss": "^8.3.9",
"query-string": "^7.0.1",
"sirv-cli": "^1.0.0",
"svelte-color-picker": "^1.0.7"
}
}