-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.49 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": "pwm_frontend",
"version": "1.0.0",
"scripts": {
"build": "vite build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"build-only": "vite build",
"dev": "vite --host --port 9000",
"preview": "vite preview --host --port 9000",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@mdi/font": "5.9.55",
"@mdi/js": "^7.0.96",
"axios": "^0.27.2",
"base64-js": "^1.5.1",
"roboto-fontface": "*",
"sass": "^1.54.6",
"vue": "^3.2.37",
"vue-router": "^4.1.3",
"vuetify": "^3.0.0-beta.0",
"vuex": "^4.0.2",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/node": "^16.11.47",
"@types/webfontloader": "^1.0.0",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.21.0",
"eslint-plugin-vue": "^9.3.0",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"vite": "^3.0.8",
"vite-plugin-vuetify": "^1.0.0-alpha.12",
"vue-cli-plugin-vuetify": "~2.5.4",
"vue-tsc": "^0.39.5"
},
"contributors": [
"lukaarma <[email protected]> (https://github.com/lukaarma)",
"Lorenzo Romio <[email protected]> (https://github.com/lorenzoromio)"
],
"license": "MIT"
}