-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 958 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
37
{
"name": "power-canvas",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"gh-page": "git subtree push --prefix=dist origin gh-pages"
},
"dependencies": {
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.2.5",
"@types/keymaster": "^1.6.30",
"@types/uuid": "^8.3.4",
"keymaster": "^1.6.2",
"lodash": "^4.17.21",
"pinia": "^2.0.14",
"pinia-plugin-persist": "^1.0.0",
"uuid": "^8.3.2",
"vue": "^3.2.25",
"vue-router": "4"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@types/jasmine": "^4.0.3",
"@types/lodash": "^4.14.182",
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"prettier": "^2.7.1",
"sass": "^1.53.0",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
}