-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 973 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
{
"private": true,
"fable": {
"entry": "src/Bbh.Quiz.LuebeckCheck.fsproj"
},
"scripts": {
"postinstall": "dotnet restore",
"build": "cd tools && dotnet fable webpack -- -p --config webpack.config.prod.js",
"start": "cd tools && dotnet fable webpack-dev-server -- --config webpack.config.dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-env": "1.6.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.4.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"fable-loader": "1.1.6",
"fable-utils": "1.0.6",
"file-loader": "^1.1.11",
"html-webpack-plugin": "2.29.0",
"style-loader": "^0.21.0",
"webpack": "3.8.1",
"webpack-dev-server": "2.9.4"
},
"dependencies": {
"normalize.css": "^8.0.0",
"react": "^16.3.2",
"react-dom": "^16.3.2"
}
}