Files
pupil.brain.riken.jp/package.json
T

42 lines
973 B
JSON

{
"name": "pupil",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "24.0.12",
"@types/lokijs": "^1.5.2",
"@types/node": "12.0.0",
"@types/rc-tree": "^1.11.3",
"@types/react": "16.8.17",
"@types/react-dom": "16.8.4",
"@types/react-overlays": "^1.1.2",
"@types/react-router-dom": "^4.3.1",
"axios": "^0.18.0",
"lokijs": "^1.5.6",
"query-string": "^6.4.2",
"rc-tree": "^2.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-overlays": "^1.2.0",
"react-router-dom": "^5.0.0",
"react-scripts": "3.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 <= 11",
"not op_mini all"
]
}