-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 882 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
{
"private": true,
"main": "app/js/main.js",
"scripts": {
"start": "cd src/Main && dotnet fable webpack --port free -- -w --config ../../webpack.config.js",
"build": "cd src/Main && dotnet fable webpack --port free -- -p --config ../../webpack.config.js",
"launch": "electron ."
},
"dependencies": {
"babel-runtime": "^6.26.0",
"file-size": "^1.0.0",
"material-ui": "^0.19.1",
"monaco-editor": "0.11.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-tap-event-plugin": "^2.0.1",
"svg-pan-zoom-rotate": "0.0.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.24.1",
"electron": "^1.7.5",
"fable-loader": "^1.0.7",
"fable-utils": "^1.0.2",
"loglevel": "^1.4.1",
"webpack": "^3.5.5"
}
}