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

60 lines
1.5 KiB
JSON

{
"name": "pupil",
"version": "1.0.0",
"private": true,
"dependencies": {
"@types/async-lock": "^1.1.2",
"@types/jest": "25.2.1",
"@types/jsonp": "^0.2.0",
"@types/lokijs": "^1.5.3",
"@types/node": "13.13.4",
"@types/pako": "^1.0.1",
"@types/react": "16.9.34",
"@types/react-dom": "16.9.7",
"@types/react-helmet": "^5.0.15",
"@types/react-html-parser": "^2.0.1",
"@types/react-overlays": "^1.1.3",
"@types/react-router-dom": "^5.1.5",
"@types/react-router-hash-link": "^1.2.1",
"@types/xregexp": "^4.3.0",
"async-lock": "^1.2.2",
"axios": "^0.19.2",
"jsonp": "^0.2.1",
"lokijs": "^1.5.8",
"moment": "^2.24.0",
"pako": "^1.0.11",
"rc-tree": "^3.1.6",
"react": "^16.13.1",
"react-app-polyfill": "^1.0.6",
"react-cookie": "^4.0.3",
"react-dom": "^16.13.1",
"react-ga": "^2.7.0",
"react-helmet": "^6.0.0",
"react-html-parser": "^2.0.2",
"react-image-lightbox": "^5.1.1",
"react-overlays": "^3.1.3",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^1.2.2",
"react-scripts": "3.4.1",
"react-spinner-material": "^1.3.1",
"react-transition-group": "^4.3.0",
"typescript": "3.8.3",
"xregexp": "^4.3.0"
},
"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"
]
}