-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.51 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.51 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "webnav",
"version": "0.22.1",
"private": true,
"scripts": {
"dev": "vite --port 5173",
"build": "vite build",
"serve": "vite preview --port 5173",
"lint": "eslint . --ext js,ts,vue",
"lint:css": "stylelint --fix src/**/*.vue",
"release": "release-it",
"cy:open": "cypress open",
"cy:run": "cypress run --browser chrome",
"test:dev": "start-server-and-test dev http://localhost:5173 cy:open",
"test:prod": "start-server-and-test serve http://localhost:5173 cy:open",
"test:ci": "start-server-and-test serve http://localhost:5173 cy:run"
},
"dependencies": {
"@mdi/js": "^7.3.67",
"deepmerge": "^4.3.1",
"extract-colors": "^4.0.2",
"idb": "^7.1.1",
"jsonschema": "^1.4.1",
"pinia": "^2.1.6",
"randomcolor": "^0.6.2",
"register-service-worker": "^1.7.2",
"relateurl": "^0.2.7",
"roboto-fontface": "^0.10.0",
"url": "^0.11.3",
"vue": "^3.3.4",
"vue-i18n": "^9.5.0",
"vuetify": "^3.3.20",
"vuex": "^4.1.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^1.4.0",
"@release-it/conventional-changelog": "^7.0.2",
"@types/node": "^20.8.3",
"@types/randomcolor": "^0.5.7",
"@types/relateurl": "^0.2.30",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-sfc": "^3.3.4",
"@vue/eslint-config-typescript": "^12.0.0",
"@vuetify/loader-shared": "^1.7.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cypress": "^13.3.0",
"cypress-file-upload": "^5.0.8",
"eslint": "^8.51.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.17.0",
"postcss-html": "^1.5.0",
"release-it": "^16.2.1",
"sass": "^1.69.0",
"serve-handler": "^6.1.5",
"start-server-and-test": "^2.0.1",
"stylelint": "^15.10.3",
"stylelint-config-standard-vue": "^1.0.0",
"typescript": "^5.2.2",
"vite": "^4.5.2",
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-vuetify": "1.0.2",
"vue-tsc": "^1.8.16"
}
}