-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 941 Bytes
/
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
{
"name": "happymapeditor",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --skipLibCheck --noEmit && vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "^0.21.2",
"element-plus": "^1.1.0-beta.8",
"mitt": "^2.1.0",
"ts-treemap": "^1.1.0",
"vue": "^3.2.8",
"vue-router": "^4.0.8",
"vuex": "^4.0.0"
},
"devDependencies": {
"@types/node": "^15.12.5",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/compiler-sfc": "^3.2.8",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.9.0",
"prettier": "^2.3.0",
"sass": "^1.39.0",
"sass-loader": "^12.1.0",
"typescript": "^4.1.3",
"vite": "^2.5.7",
"vue-eslint-parser": "^7.6.0",
"vue-tsc": "^0.3.0"
}
}