forked from psfinaki/CheckYourCzech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.17 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
{
"private": true,
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"applicationinsights-js": "^1.0.20",
"babel-loader": "^8.0.0",
"fable-loader": "^2.1.7",
"react": "16.5.2",
"react-dom": "16.5.2",
"remotedev": "0.2.7",
"terser-webpack-plugin": "^1.1.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.1.11",
"whatwg-fetch": "^3.0.0",
"minimist": "^1.2.2",
"kind-of": "^6.0.3"
},
"dependencies": {
"bulma": "^0.7.5",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^2.1.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"fable-compiler": "^2.3.25",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"serialize-javascript": "^2.1.1",
"style-loader": "^0.23.1",
"webpack-merge": "^4.2.2"
}
}