-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.01 KB
/
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
{
"name": "starter-basic",
"type": "module",
"scripts": {
"build": "vite build",
"build:android": "vite build --base /assets/ && node ./script/afterBuild.mjs && node ./script/convertToAndroidApp.mjs",
"preview": "vite preview",
"dev": "vite"
},
"devDependencies": {
"@roxi/routify": "^3.0.0-next.207",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"autoprefixer": "^10.4.16",
"mdsvex": "^0.11.0",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"spank": "^2.0.0",
"svelte": "^4.1.2",
"tailwindcss": "^3.3.6",
"vite": "^5.1.3"
},
"dependencies": {
"@liuli-util/vite-plugin-chunk-node-modules": "^0.1.1",
"@vitejs/plugin-legacy": "^5.3.0",
"alasql": "^4.2.7",
"bits-ui": "^0.18.1",
"clsx": "^2.1.0",
"flowbite": "^2.3.0",
"flowbite-svelte": "^0.44.23",
"md5": "^2.3.0",
"postcss-nesting": "^11.3.0",
"radix-icons-svelte": "^1.2.1",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.2.0",
"zx": "^7.2.3"
}
}