-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 940 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
{
"name": "eggvance-wasm",
"version": "1.0.0",
"description": "An eggvance WebAssembly port.",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"update": "npx npm-check-updates -u && npm i && npm audit fix",
"analyze": "npx vite-bundle-visualizer"
},
"prettier": {
"singleQuote": true
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"sass": "^1.78.0",
"tailwindcss": "^3.4.11",
"tailwindcss-animate": "^1.0.7",
"vite": "^5.4.5"
},
"dependencies": {
"@phosphor-icons/vue": "^2.2.1",
"@vueuse/core": "^11.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lodash-es": "^4.17.21",
"notyf": "^3.10.0",
"radix-vue": "^1.9.5",
"tailwind-merge": "^2.5.2",
"vue": "^3.5.5",
"vue-router": "^4.4.5"
}
}