forked from ovaas/ovaas-front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.43 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
48
{
"name": "ovaas-front",
"version": "1.0.12",
"description": "OVaaS Front-end use Vue.js v3",
"license": "Apache-2.0",
"repository": "github:ovaas/ovaas-front",
"scripts": {
"dev": "vite",
"dev:debug": "vite --debug",
"serve": "vite preview",
"build": "cross-env-shell NODE_ENV=production vite-ssg build",
"release": "npx bumpp --commit --tag --push",
"lint": "eslint --ext .js,.ts,.vue,.json,.yaml,.yml .",
"lint:fix": "eslint --fix --ext .js,.ts,.vue,.json,.yaml,.yml ."
},
"dependencies": {
"@vueuse/core": "^5.1.2",
"@vueuse/head": "^0.6.0",
"axios": "^0.21.1",
"compressorjs": "^1.0.7",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"vue": "^3.1.4",
"vue-i18n": "^9.1.6",
"vue-router": "^4.0.10"
},
"devDependencies": {
"@hannoeru/eslint-config": "^0.2.0",
"@iconify/json": "^1.1.370",
"@intlify/vite-plugin-vue-i18n": "^2.3.1",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@vitejs/plugin-vue": "^1.2.4",
"@vue/compiler-sfc": "^3.1.4",
"@vue/server-renderer": "^3.1.4",
"cross-env": "^7.0.3",
"eslint": "^7.30.0",
"typescript": "^4.3.5",
"vite": "^2.4.1",
"vite-plugin-components": "^0.12.1",
"vite-plugin-icons": "^0.6.4",
"vite-plugin-pages": "^0.14.9",
"vite-plugin-pwa": "^0.8.1",
"vite-plugin-windicss": "1.2.3",
"vite-ssg": "^0.11.4",
"windicss": "^3.1.4"
}
}