-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
38 lines (38 loc) · 997 Bytes
/
package.json
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
{
"license": "MIT",
"scripts": {
"dev": "vite dev --port=3000",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@simonwep/pickr": "^1.8.2",
"@steeze-ui/heroicons": "^2.2.3",
"@steeze-ui/svelte-icon": "^1.5.0",
"@sveltejs/adapter-vercel": "^2.4.3",
"@sveltejs/kit": "^1.22.5",
"@types/file-saver": "^2.0.5",
"@types/nprogress": "^0.2.0",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"file-saver": "^2.0.5",
"focus-trap": "^7.5.2",
"nprogress": "^0.2.0",
"postcss": "^8.4.27",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.65.1",
"svelte": "^4.1.2",
"svelte-check": "^3.4.6",
"svelte-preprocess": "^5.0.4",
"svoast": "^2.2.1",
"svooltip": "^0.7.4",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.9"
},
"type": "module"
}