You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
757 B
JSON
37 lines
757 B
JSON
2 months ago
|
{
|
||
2 months ago
|
"name": "frontend",
|
||
2 months ago
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
2 months ago
|
"bootstrap": "^4.3.1",
|
||
|
"jquery": "^3.4.1",
|
||
|
"popper.js": "^1.15.0",
|
||
|
"query-string": "^6.8.1",
|
||
|
"react": "^16.8.6",
|
||
|
"react-dom": "^16.8.6",
|
||
|
"react-router-dom": "^5.0.1",
|
||
|
"react-scripts": "3.0.1"
|
||
2 months ago
|
},
|
||
|
"scripts": {
|
||
|
"start": "react-scripts start",
|
||
|
"build": "react-scripts build",
|
||
|
"test": "react-scripts test",
|
||
|
"eject": "react-scripts eject"
|
||
|
},
|
||
|
"eslintConfig": {
|
||
2 months ago
|
"extends": "react-app"
|
||
2 months ago
|
},
|
||
|
"browserslist": {
|
||
|
"production": [
|
||
|
">0.2%",
|
||
|
"not dead",
|
||
|
"not op_mini all"
|
||
|
],
|
||
|
"development": [
|
||
|
"last 1 chrome version",
|
||
|
"last 1 firefox version",
|
||
|
"last 1 safari version"
|
||
|
]
|
||
|
}
|
||
|
}
|