-
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) · 819 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 819 Bytes
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
{
"name": "tedbox-react",
"version": "0.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.3.2",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.3.0",
"lodash.defaultsdeep": "^4.6.0",
"prop-types": "^15.7.2",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.0",
"styled-components": "^4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --maxWorkers=3",
"eslint": "eslint --ext .jsx,.js src"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@softboxlab/eslint-config-gandalf-lint": "^1.0.0",
"eslint-plugin-react": "^7.12.4"
}
}