25 lines
503 B
JSON
25 lines
503 B
JSON
{
|
|
"name": "admin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@api-platform/admin": "^0.6.1",
|
|
"@babel/runtime": "7.0.0-beta.55",
|
|
"react": "^16.3.0",
|
|
"react-dom": "^16.3.0",
|
|
"react-scripts": "^2.1.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|