36 lines
893 B
JSON
36 lines
893 B
JSON
{
|
|
"name": "tsviewer-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^3.9.3",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.1",
|
|
"react-dom": "^16.8.1",
|
|
"react-router-dom": "^4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "5.12.0",
|
|
"eslint-config-airbnb": "^17.1.0",
|
|
"eslint-config-prettier": "^4.1.0",
|
|
"eslint-plugin-import": "^2.17.2",
|
|
"eslint-plugin-jsx-a11y": "^6.2.1",
|
|
"eslint-plugin-prettier": "^3.0.1",
|
|
"eslint-plugin-react": "^7.12.4",
|
|
"prettier": "^1.17.0",
|
|
"react-scripts": "^2.1.8"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"lint": "tslint 'src/**/*.{ts,tsx}'"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|