-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
49 lines (49 loc) · 1.46 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
49
{
"name": "pb",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build --mode production",
"build:iframe": "vite --config vite.config.iframe.ts build",
"build:lib": "vite --config vite.config.lib.ts build",
"build:panel": "vite --config vite.config.panel.ts build",
"serve": "vite serve"
},
"dependencies": {
"@vue/eslint-config-airbnb": "^5.3.0",
"@vueuse/core": "^5.1.3",
"@vueuse/integrations": "^5.1.3",
"axios": "^0.21.1",
"clipboard": "^2.0.8",
"cross-env": "^7.0.3",
"element-plus": "^1.0.2-beta.55",
"jsonuri": "^2.3.1",
"monaco-editor": "^0.26.1",
"sass-loader": "^12.1.0",
"vue": "^3.2.6",
"vue-router": "^4.0.10",
"vuedraggable": "^4.0.3",
"vuex": "^4.0.2",
"vuex-module-decorators": "^1.0.1"
},
"devDependencies": {
"@types/node": "^16.0.1",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"@vitejs/plugin-vue": "^1.6.1",
"@vitejs/plugin-vue-jsx": "^1.1.6",
"@vue/compiler-sfc": "^3.2.6",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-vue": "^7.13.0",
"sass": "^1.35.2",
"typescript": "^4.3.2",
"vite": "^2.5.4",
"vite-plugin-eslint": "^1.3.0",
"vite-plugin-style-import": "^1.0.1",
"vue-tsc": "^0.0.24"
}
}