forked from WeBankFinTech/Scriptis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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": "scriptis",
"version": "0.5.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"release": "node release.js",
"lint": "vue-cli-service lint",
"fix": "eslint --ext .js,.vue src --fix"
},
"dependencies": {
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"core-js": "^2.6.5",
"dexie": "^2.0.4",
"dt-sql-parser": "^1.1.10",
"highlight.js": "^9.12.0",
"iview": "^3.4.1",
"lodash": "^4.17.10",
"md5": "^2.2.1",
"mitt": "^1.1.3",
"moment": "^2.22.2",
"monaco-editor": "^0.15.1",
"reconnecting-websocket": "^4.1.10",
"sql-formatter": "^2.1.0",
"vue": "^2.6.6",
"vue-router": "^3.0.1",
"vuescroll": "^4.13.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"@vue/eslint-config-standard": "^4.0.0",
"archiver": "^3.0.3",
"babel-eslint": "^10.0.1",
"copy-webpack-plugin": "^4.5.2",
"eslint": "^5.16.0",
"eslint-config-google": "^0.13.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.0.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"vue-cli-plugin-mockjs": "^0.1.3",
"vue-template-compiler": "^2.6.10"
}
}