Files
pupil.brain.riken.jp/package.json
T
2019-05-21 22:52:02 +09:00

47 lines
1.1 KiB
JSON

{
"name": "pupil",
"version": "1.0.0",
"private": true,
"dependencies": {
"@types/jest": "24.0.13",
"@types/jsonp": "^0.2.0",
"@types/lokijs": "^1.5.2",
"@types/node": "12.0.2",
"@types/rc-tree": "^1.11.3",
"@types/react": "16.8.18",
"@types/react-dom": "16.8.4",
"@types/react-helmet": "^5.0.8",
"@types/react-overlays": "^1.1.2",
"@types/react-router-dom": "^4.3.1",
"axios": "^0.18.0",
"jsonp": "^0.2.1",
"lokijs": "^1.5.6",
"rc-tree": "^2.0.0",
"react": "^16.8.6",
"react-app-polyfill": "^1.0.1",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-overlays": "^1.2.0",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.1",
"react-spinner-material": "^1.1.1",
"react-transition-group": "^4.0.1",
"typescript": "3.4.5"
},
"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 <= 10",
"not op_mini all"
]
}