-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
92 lines (92 loc) · 2.75 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
86
87
88
89
90
91
92
{
"name": "MelodieStudio",
"version": "0.6.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"serve-independent": "vue-cli-service serve --env independent=true",
"build": "vue-cli-service build --mode production",
"build-independent": "vue-cli-service build --mode production-independent",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@codemirror/lang-html": "^6.1.0",
"@codemirror/lang-javascript": "^6.0.2",
"@codemirror/lang-json": "^6.0.0",
"@codemirror/lang-python": "^6.0.1",
"@codemirror/language": "^6.2.1",
"@codemirror/legacy-modes": "^6.1.0",
"@codemirror/theme-one-dark": "^6.0.0",
"@element-plus/icons-vue": "2.0.10",
"@jsplumb/browser-ui": "^5.6.2",
"@logicflow/core": "^1.1.31",
"@logicflow/extension": "^1.1.31",
"@types/crypto-js": "^4.1.1",
"@vue/cli-plugin-babel": "^5.0.8",
"axios": "^0.27.2",
"codemirror": "^6.0.1",
"compression-webpack-plugin": "^10.0.0",
"crypto-js": "^4.1.1",
"echarts": "^5.3.3",
"element-plus": "^2.2.0",
"graphology": "^0.25.0",
"graphology-gexf": "^0.10.2",
"highlight.js": "^11.5.1",
"hotkeys-js": "^3.10.0",
"js-base64": "^3.7.5",
"js-sql-parser": "^1.4.1",
"jsplumb": "^2.15.6",
"less-loader": "7.1.0",
"marked": "^4.0.17",
"mathjax": "3",
"mathjax-vue": "^1.0.1",
"mathjax-vue3": "^1.0.1",
"mitt": "^3.0.0",
"path-browserify": "^1.0.1",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"pyminer-webcomponent-demo": "^0.0.2",
"pyminer-window-manager": "^0.1.8",
"sass": "^1.58.0",
"sigma": "^2.3.1",
"stylus": "^0.59.0",
"stylus-loader": "^7.0.0",
"svg-sprite-loader": "^6.0.11",
"three": "^0.144.0",
"unplugin-auto-import": "^0.13.0",
"unplugin-vue-components": "^0.23.0",
"uuid": "^8.3.2",
"vue": "^3.2.13",
"vue-codemirror": "^6.0.2",
"vue-router": "^4.0.3",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.14",
"vuex": "^4.0.2",
"webgl-plot": "^0.7.0",
"xterm": "^4.19.0",
"xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.5.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-eslint": "^5.0.4",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"less": "^4.1.3",
"sass-loader": "^13.2.0",
"typescript": "~4.5.5",
"webpack-bundle-analyzer": "^4.6.0",
"webpack-cdn-plugin": "^3.3.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}