Files
pupil.brain.riken.jp/package.json
T
2021-05-28 13:48:35 +09:00

59 lines
1.5 KiB
JSON

{
"name": "pupil",
"version": "1.0.0",
"private": true,
"dependencies": {
"@types/async-lock": "^1.1.2",
"@types/jest": "26.0.23",
"@types/jsonp": "^0.2.0",
"@types/lokijs": "^1.5.4",
"@types/node": "15.6.1",
"@types/pako": "^1.0.1",
"@types/react": "17.0.8",
"@types/react-dom": "17.0.5",
"@types/react-helmet": "^6.1.1",
"@types/react-html-parser": "^2.0.1",
"@types/react-router-dom": "^5.1.7",
"@types/react-router-hash-link": "^2.4.0",
"@types/react-transition-group": "^4.4.1",
"async-lock": "^1.3.0",
"axios": "^0.21.1",
"jsonp": "^0.2.1",
"lokijs": "^1.5.12",
"moment": "^2.29.1",
"pako": "^2.0.3",
"rc-tree": "^4.1.5",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
"react-cookie": "^4.0.3",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-helmet": "^6.0.0",
"react-html-parser": "^2.0.2",
"react-image-lightbox": "^5.1.1",
"react-overlays": "^5.0.1",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^2.4.3",
"react-scripts": "4.0.3",
"react-spinner-material": "^1.3.1",
"react-transition-group": "^4.4.1",
"typescript": "4.3.2",
"xregexp": "^5.0.2"
},
"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"
]
}