forked from JS-Encoder/JS-Encoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.61 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
{
"name": "JS-Encoder",
"version": "3.5.1",
"private": true,
"author": "Longgererer",
"email": "[email protected]",
"homepage": "http://jsencoder.lliiooiill.cn/",
"repository": "https://github.com/JS-Encoder/JS-Encoder",
"bugs": "https://github.com/JS-Encoder/JS-Encoder/issues",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --report"
},
"dependencies": {
"@prettier/plugin-pug": "^1.19.1",
"@vue/compiler-sfc": "^3.2.29",
"acorn": "^8.4.1",
"acorn-loose": "^8.1.0",
"acorn-walk": "^8.1.1",
"axios": "^0.19.2",
"codemirror": "^5.62.2",
"codemirror-emmet": "^1.0.0",
"core-js": "^3.6.5",
"csslint": "^1.0.5",
"element-ui": "^2.13.2",
"estraverse": "^5.2.0",
"file-saver": "^2.0.2",
"flowchart.js": "^1.15.0",
"highlight.js": "^10.1.2",
"htmlhint": "^0.14.2",
"js-beautify": "^1.13.5",
"jshint": "^2.12.0",
"jszip": "^3.5.0",
"less": "^3.12.2",
"marked": "^1.1.1",
"prettier": "^2.5.1",
"pug": "^3.0.0",
"qs": "^6.9.4",
"stylus": "^0.54.8",
"tern": "^0.24.3",
"vue": "^2.6.11",
"vue-codemirror": "^4.0.6",
"vue-i18n": "^8.18.2",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-plugin-component": "^1.1.1",
"compression-webpack-plugin": "^6.1.1",
"sass": "^1.50.0",
"sass-loader": "^10.2.1",
"vue-template-compiler": "^2.6.11",
"webpack-bundle-analyzer": "^4.4.2"
}
}