forked from isaacabraham/staticwebreact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.11 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
39
40
41
42
43
44
45
46
47
{
"name": "hello",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.9.6",
"@babel/runtime": "^7.6.3",
"babel-loader": "^8.0.5",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^3.3.2",
"css-loader": "^4.2.1",
"fable-compiler": "^2.10.2",
"fable-loader": "^2.1.8",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.10.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"remotedev": "^0.2.9",
"resolve-url-loader": "^3.1.0",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"terser": "^4.3.9",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2",
"dotnet-sdk-3.1": "*"
},
"scripts": {
"build": "webpack -p"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}