tsviewer-frontend/package.json

37 lines
893 B
JSON
Raw Normal View History

2019-02-06 21:13:14 +00:00
{
"name": "tsviewer-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
2019-04-21 20:51:20 +00:00
"@material-ui/core": "^3.9.3",
"prop-types": "^15.7.2",
2019-02-06 22:38:17 +00:00
"react": "^16.8.1",
2019-02-13 22:04:41 +00:00
"react-dom": "^16.8.1",
"react-router-dom": "^4.3.1"
2019-02-06 22:38:17 +00:00
},
"devDependencies": {
"eslint": "5.12.0",
2019-04-19 18:34:19 +00:00
"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"
2019-02-06 21:13:14 +00:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
2019-02-06 22:25:14 +00:00
"eject": "react-scripts eject",
"lint": "tslint 'src/**/*.{ts,tsx}'"
2019-02-06 21:13:14 +00:00
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}