-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"name": "awmonitor",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "cross-env NODE_ENV=production vite build"
},
"dependencies": {
"@headlessui/vue": "^1.7.7",
"@vueuse/core": "^9.7.0",
"@vueuse/head": "^1.0.22",
"dayjs": "^1.11.7",
"delay": "^5.0.0",
"format-duration": "^3.0.0",
"js-base64": "^3.7.3",
"ky": "^0.33.0",
"qr-creator": "^1.0.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.45",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.2",
"postcss": "^8.4.20",
"sass": "^1.56.2",
"tailwindcss": "^3.2.4",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.1",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-pwa": "^0.14.0",
"vite-plugin-vue-layouts": "^0.7.0"
}
}