-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.1 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "emo_bb",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@antv/g2plot": "^2.4.10",
"@element-plus/icons-vue": "^1.1.3",
"@emo-cli/emo_bb-components": "^0.0.10",
"@vant/area-data": "^1.2.2",
"@vueuse/core": "^7.7.1",
"@vueuse/integrations": "^7.7.1",
"axios": "^0.26.1",
"axois": "^0.0.1-security",
"dayjs": "^1.11.0",
"default-passive-events": "^2.0.0",
"dom-to-image": "^2.6.0",
"element-plus": "^2.1.4",
"hotkeys-js": "^3.8.7",
"html2canvas": "^1.4.1",
"lodash-es": "^4.17.21",
"monaco-editor": "0.32.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.12",
"qrcode": "^1.5.0",
"store2": "^2.13.2",
"uuid": "^8.3.2",
"vant": "^3.4.6",
"vue": "^3.2.31",
"vue-router": "^4.0.14",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.2",
"@iconify/vue": "^3.1.4",
"@types/dom-to-image": "^2.6.4",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.21",
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.4.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"@vitejs/plugin-vue": "^2.2.4",
"@vitejs/plugin-vue-jsx": "^1.3.8",
"csstype": "^3.0.11",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-define-config": "^1.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.5.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.6",
"mrm": "^3.0.10",
"prettier": "^2.6.0",
"sass": "^1.49.9",
"typescript": "^4.6.2",
"unplugin-auto-import": "^0.5.11",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.8.6",
"vite-plugin-style-import": "1.4.1",
"vue-tsc": "^0.29.8"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"git add"
]
}
}