-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.01 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
81
82
83
84
85
{
"name": "jace-pub",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "node ./build/build.js",
"start": "node app.js"
},
"dependencies": {
"@mdi/font": "^3.2.89",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"asciimath-to-latex": "^0.3.2",
"axios": "^0.18.0",
"babel-eslint": "^10.0.1",
"core-js": "^2.6.5",
"cors": "^2.8.5",
"deepmerge": "^4.0.0",
"echarts": "^4.2.1",
"echarts-gl": "^1.1.1",
"echarts-leaflet": "^1.0.2",
"echarts-wordcloud": "^1.1.3",
"es6-module-loader": "^0.17.11",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"express": "^4.17.1",
"fibers": "^4.0.1",
"flowchart.js": "^1.11.3",
"github-markdown-css": "^2.10.0",
"jace-front": "github:boldak/jace-front",
"jszip": "^3.2.2",
"katex": "^0.10.1",
"leaflet": "^1.3.4",
"lodash": "^4.17.11",
"mermaid": "^8.0.0-rc.8",
"moment": "^2.22.2",
"sass": "^1.22.10",
"sass-loader": "^7.3.1",
"socket.io": "^2.3.0",
"socket.io-emitter": "^3.1.1",
"socket.io-redis": "^5.2.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"systemjs": "^3.0.2",
"tiny-cookie": "^2.3.0",
"tinycolor2": "^1.4.1",
"vue": "^2.5.17",
"vue-clipboard2": "^0.2.1",
"vue-cookie": "^1.1.4",
"vue-i18n": "^8.4.0",
"vue-router": "^3.0.2",
"vue-template-compiler": "^2.6.10",
"vuedl": "0.0.13",
"vuedraggable": "^2.17.0",
"vuetify": "^2.0.11",
"vuetify-image": "^0.5.0",
"vuetify-loader": "^1.2.2",
"vuetify-upload-button": "^1.2.1",
"vuex": "^3.0.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}