-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 821 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 821 Bytes
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
{
"name": "hard-time",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"stage": "npm run build && surge --project dist --domain https://$npm_package_name.surge.sh"
},
"dependencies": {
"@vueuse/sound": "^1.1.7",
"color": "^4.1.0",
"pinia": "^2.0.6",
"sentiment": "^5.0.2",
"swarm-numberformat": "^0.4.0",
"vue": "^3.2.16"
},
"devDependencies": {
"@types/color": "^3.0.2",
"@types/howler": "^2.2.4",
"@types/sentiment": "^5.0.1",
"@vicons/ionicons5": "^0.11.0",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^1.9.3",
"naive-ui": "^2.23.1",
"surge": "^0.23.0",
"typescript": "^4.4.3",
"vfonts": "^0.1.0",
"vite": "^2.6.4",
"vue-tsc": "^0.3.0"
}
}