2019-03-23 10:20:20 +01:00
|
|
|
{
|
|
|
|
"name": "questable-web-ui",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2019-03-28 11:45:06 +01:00
|
|
|
"axios": "^0.18.0",
|
2019-03-29 08:27:22 +01:00
|
|
|
"nes.css": "^2.1.1",
|
|
|
|
"node-sass": "^4.11.0",
|
2019-03-28 11:45:06 +01:00
|
|
|
"prop-types": "^15.7.2",
|
2019-03-23 10:20:20 +01:00
|
|
|
"react": "^16.8.4",
|
|
|
|
"react-dom": "^16.8.4",
|
2019-03-29 11:47:15 +01:00
|
|
|
"react-scripts": "2.1.8",
|
|
|
|
"sweetalert": "^2.1.2"
|
2019-03-23 10:20:20 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
|
|
|
}
|