-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.02 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.02 KB
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,
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/runtime": "^7.4.4",
"@fortawesome/fontawesome-free": "^5.10.2",
"babel-loader": "^8.0.5",
"bulma": "^0.7.1",
"copy-webpack-plugin": "^4.6.0",
"core-js": "^3.2.1",
"css-loader": "^2.0.1",
"fable-compiler": "^2.3.3",
"fable-loader": "^2.1.8",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"open-sans-fonts": "^1.5.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"remotedev": "^0.2.9",
"sass": "^1.22.10",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"terser": "^4.2.1",
"webpack": "^4.39.0",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0",
"whatwg-fetch": "^3.0.0"
}
}