-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.15 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/styled-components": "^4.1.19",
"css-loader": "^3.2.0",
"node-sass": "^4.12.0",
"react-scripts": "^3.0.1",
"styled-components": "^4.4.0"
},
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --mode development",
"test": "react-scripts test",
"eject": "react-scripts eject",
"watch": "webpack -w"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@types/react": "^16.9.1",
"@types/react-dom": "^16.8.5",
"babel-loader": "^8.0.6",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"react": "^16.9.0",
"react-dom": "^16.8.6",
"resolve-url-loader": "^3.1.0",
"sass-loader": "^7.2.0",
"ts-loader": "^5.4.5",
"typescript": "^3.5.2",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}