-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 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
47
{
"name": "workin",
"version": "1.5.1",
"description": "A web app to create and run smart trainer workouts.",
"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.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"sass": "^1.83.1",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"vite": "^6.0.7"
},
"dependencies": {
"@phosphor-icons/vue": "^2.2.1",
"@vueuse/core": "^12.3.0",
"@vueuse/integrations": "^12.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"idb-keyval": "^6.2.1",
"lodash-es": "^4.17.21",
"maska": "^3.0.4",
"nanoid": "^5.0.9",
"notyf": "^3.10.0",
"pinia": "^2.3.0",
"radix-vue": "^1.9.12",
"sortablejs": "^1.15.6",
"tailwind-merge": "^2.6.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-virtual-scroller": "^2.0.0-beta.8"
}
}