-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
70 lines (70 loc) · 2.09 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
{
"name": "DongTai-IAST",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve --fix",
"build": "vue-cli-service build",
"lint": "eslint --ext .js,.vue src --fix"
},
"dependencies": {
"@antv/g6": "4.1.11",
"@innologica/vue-dropdown-menu": "^0.1.4",
"@types/sortablejs": "^1.13.0",
"axios": "^0.21.0",
"cookies-js": "^1.2.3",
"core-js": "^3.6.5",
"echarts": "^5.0.0",
"element-ui": "^2.14.1",
"js-base64": "^3.5.2",
"markdown-it-xss": "^1.0.2",
"nprogress": "^0.2.0",
"sortablejs": "^1.15.0",
"view-design": "^4.6.1",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-clipboard2": "^0.3.1",
"vue-dompurify-html": "^2.3.0",
"vue-i18n": "^8.22.2",
"vue-json-editor": "^1.4.3",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.2.0",
"vuex": "^3.4.0",
"vuex-class": "^0.3.2",
"webpack-merge": "^5.8.0",
"xss": "^1.0.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "10.1.0",
"babel-plugin-import": "^1.13.3",
"eslint": "7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-vue": "7.1.0",
"highlight.js": "^9.15.6",
"markdown-it": "10.0.0",
"markdown-it-deflist": "^2.0.3",
"markdown-it-footnote": "^3.0.1",
"markdown-it-implicit-figures": "^0.9.0",
"markdown-it-imsize": "^2.0.1",
"markdown-it-katex": "^2.0.3",
"markdown-it-ruby": "^0.1.1",
"markdown-it-table-of-contents": "^0.4.4",
"prettier": "^2.2.1",
"sass": "^1.26.5",
"sass-loader": "^7.3.1",
"typescript": "~3.9.3",
"vue-template-compiler": "^2.6.11"
}
}