-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.2 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
38
39
40
41
42
43
44
45
46
{
"name": "potato-timer",
"private": true,
"scripts": {
"dev": "vite --port 3333",
"build": "cross-env NODE_ENV=production vite build",
"lint": "eslint . --fix",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/components": "^9.13.0",
"@vueuse/core": "^9.13.0",
"@vueuse/head": "^1.1.9",
"date-fns": "^2.29.3",
"focus-trap": "^7.3.1",
"focus-trap-vue": "^3.4.0",
"use-persistent-stopwatch": "^1.3.0",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.31.1",
"@iconify/json": "^2.2.28",
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
"@vitejs/plugin-vue": "^3.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.35.0",
"naive-ui": "^2.34.3",
"sass": "^1.58.3",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.12.2",
"unplugin-icons": "^0.14.15",
"unplugin-vue-components": "^0.22.12",
"vite": "^3.2.5",
"vite-plugin-fonts": "^0.6.0",
"vite-plugin-pages": "^0.27.1",
"vite-plugin-pwa": "^0.13.3",
"vite-plugin-vue-layouts": "^0.7.0",
"vitest": "^0.25.8",
"vue-tsc": "^1.2.0"
},
"volta": {
"node": "16.13.1"
}
}