-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
{
"name": "interval-timer",
"homepage": "https://danielmontilla.github.io/interval-timer/",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"test": "vitest",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@vueuse/components": "^9.6.0",
"@vueuse/core": "^9.3.0",
"howler": "^2.2.3",
"tailwind-scrollbar-hide": "^1.1.7",
"uuid": "^9.0.0",
"vue": "^3.2.37",
"vue-inline-svg": "^3.1.0",
"vue-router": "^4.1.5",
"zod": "^3.20.2"
},
"devDependencies": {
"@types/howler": "^2.2.7",
"@types/node": "^18.7.23",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-vue": "^3.1.0",
"autoprefixer": "^10.4.12",
"gh-pages": "^4.0.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vite-plugin-pwa": "^0.14.0",
"vitest": "^0.26.2",
"vue-tsc": "^0.40.4"
}
}