-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
57 lines (57 loc) · 1.9 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": "egret-ui-editor",
"version": "1.12.1",
"main": "./out/main.js",
"author": "Egret Technology Inc",
"description": "Egret UI Editor",
"license": "ISC",
"scripts": {
"start": "electron .",
"setup-mac": "export ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/&& npm install",
"setup-win": "set ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/&& npm install",
"build": "webpack --progress --config webpack.debug.config.js",
"watch": "webpack --watch --progress --config webpack.debug.config.js",
"setup-cnpm": "npm install cnpm@6.0.0 -g"
},
"dependencies": {
"chokidar": "^3.5.1",
"fs-extra": "^9.1.0",
"gsap": "^3.6.0",
"iconv-lite": "^0.6.2",
"minimist": "^1.2.5",
"mousetrap": "^1.6.5",
"semver": "^7.3.4",
"@egret/eui-compiler": "^2.0.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.6",
"@types/gsap": "^1.20.2",
"@types/minimist": "^1.2.1",
"@types/mousetrap": "^1.6.5",
"@types/node": "12.12.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "5.1.1",
"css-loader": "^5.0.1",
"electron": "11.2.0",
"electron-builder": "^22.9.1",
"eslint": "^7.18.0",
"file-loader": "^6.2.0",
"glob": "^7.1.6",
"html-webpack-plugin": "^4.5.1",
"less": "^4.1.0",
"less-loader": "^7.2.1",
"mini-css-extract-plugin": "^1.3.4",
"monaco-editor": "^0.21.3",
"node-loader": "^1.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"terser-webpack-plugin": "^5.1.1",
"ts-loader": "^8.0.14",
"tslint": "^6.1.3",
"typescript": "^4.1.3",
"webpack": "^5.16.0",
"webpack-cli": "^4.4.0"
}
}