-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "fable-elmish-react-openlayers-app",
"version": "1.0.0",
"description": "Simple Fable App",
"repository": "https://github.com/ed-ilyin/fable-elmish-react-openlayers-app",
"scripts": {
"build": "webpack -p",
"start": "cd src/App && dotnet fable webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/ol": "^4.6.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.26.0",
"bulma": "^0.6.2",
"css-loader": "^0.28.10",
"fable-loader": "^1.1.6",
"fable-utils": "^1.0.6",
"loglevel": "^1.6.1",
"node-sass": "^4.7.2",
"ol": "^4.6.4",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"remotedev": "^0.2.7",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.2"
}
}