-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 783 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 783 Bytes
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
{
"name": "vite2-in-action",
"version": "0.0.0",
"license": "ISC",
"scripts": {
"dev": "cross-env NODE_ENV=development vite",
"build": "vite build"
},
"dependencies": {
"axios": "^0.21.1",
"element3": "0.0.39",
"js-yaml": "^4.0.0",
"mockjs": "^1.1.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.0",
"process": "^0.11.10",
"vue": "^3.0.5",
"vue-i18n": "^9.0.0-rc.7",
"vue-router": "^4.0.4",
"vuex": "^4.0.0"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^2.0.0-rc.2",
"@vitejs/plugin-vue": "^1.1.4",
"@vitejs/plugin-vue-jsx": "^1.1.0",
"@vue/compiler-sfc": "^3.0.5",
"cross-env": "^7.0.3",
"sass": "^1.32.8",
"vite": "^2.0.1",
"vite-plugin-mock": "^2.1.4"
}
}