-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 912 Bytes
/
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
{
"name": "rest-demo-react-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"start-dev": "NODE_ENV=development react-scripts start",
"start": "NODE_ENV=production react-scripts start",
"build": "react-scripts build",
"lint": "eslint --ignore-pattern 'build/' --ext .js .",
"test": "react-scripts test --env=jsdom --watchAll=false",
"eject": "react-scripts eject"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"express": "^4.17.1",
"express-http-proxy": "^1.6.2",
"react": "^18.0.0",
"react-bootstrap": "^2.1.1",
"react-dom": "^18.0.0"
},
"devDependencies": {
"eslint": "^8.7.0",
"react-scripts": "^5.0.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}