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.1",
"@types/jest": "24.0.22",
"@types/jsonp": "^0.2.0",
"@types/lokijs": "^1.5.2",
"@types/node": "12.12.6",
"@types/pako": "^1.0.1",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.3",
"@types/react-helmet": "^5.0.14",
"@types/react-html-parser": "^2.0.1",
"@types/react-overlays": "^1.1.3",
"@types/react-router-dom": "^5.1.2",
"@types/react-router-hash-link": "^1.2.1",
"@types/xregexp": "^3.0.30",
"async-lock": "^1.2.2",
"axios": "^0.19.0",
"jsonp": "^0.2.1",
"lokijs": "^1.5.8",
"moment": "^2.24.0",
"pako": "^1.0.10",
"rc-tree": "3.0.0-alpha.37",
"react": "^16.11.0",
"react-app-polyfill": "^1.0.4",
"react-cookie": "^4.0.1",
"react-dom": "^16.11.0",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.1",
"react-html-parser": "^2.0.2",
"react-image-lightbox": "^5.1.0",
"react-overlays": "^1.2.0",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^1.2.2",
"react-scripts": "3.2.0",
"react-spinner-material": "^1.1.3",
"react-transition-group": "^4.3.0",
"typescript": "3.7.2",
"xregexp": "^4.2.4"
},
"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"
]
}