-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 996 Bytes
/
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
{
"name": "1000y_map_editor",
"version": "1.0.0",
"description": "1000y Resources Exporter",
"main": "main.js",
"scripts": {
"dev": "node scripts/start",
"build": "node scripts/build",
"start": "electron ."
},
"keywords": [
"1000y"
],
"author": "yuantao",
"license": "ISC",
"dependencies": {
"antd": "3.9.2",
"autoprefixer": "9.1.5",
"babel-core": "6.26.3",
"babel-loader": "7.1.2",
"babel-preset-react-app": "3.1.2",
"bmp-js": "0.1.0",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
"css-loader": "1.0.0",
"electron": "2.0.9",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "2.0.0",
"html-webpack-plugin": "3.2.0",
"react": "16.5.1",
"react-dev-utils": "5.0.2",
"react-dom": "16.5.1",
"style-loader": "0.23.0",
"url-loader": "1.1.1",
"webpack": "3.8.1",
"webpack-dev-server": "2.11.3"
},
"babel": {
"presets": [
"react-app"
]
}
}