63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "visiome",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@types/async-lock": "^1.1.1",
|
|
"@types/jest": "26.0.7",
|
|
"@types/lokijs": "^1.5.3",
|
|
"@types/node": "14.0.26",
|
|
"@types/react": "16.9.43",
|
|
"@types/react-dom": "16.9.8",
|
|
"@types/react-helmet": "^6.0.0",
|
|
"@types/react-html-parser": "^2.0.1",
|
|
"@types/react-overlays": "^1.1.3",
|
|
"@types/react-router-dom": "^5.1.3",
|
|
"@types/react-router-hash-link": "^1.2.1",
|
|
"@types/xregexp": "^4.3.0",
|
|
"async-lock": "^1.2.4",
|
|
"axios": "^0.19.2",
|
|
"lokijs": "^1.5.9",
|
|
"moment": "^2.27.0",
|
|
"rc-tree": "^3.8.2",
|
|
"react": "^16.12.0",
|
|
"react-app-polyfill": "^1.0.6",
|
|
"react-cookie": "^4.0.3",
|
|
"react-dom": "^16.12.0",
|
|
"react-ga": "^3.1.2",
|
|
"react-helmet": "^6.1.0",
|
|
"react-html-parser": "^2.0.2",
|
|
"react-image-lightbox": "^5.1.1",
|
|
"react-overlays": "^4.1.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-router-hash-link": "^2.0.0",
|
|
"react-scripts": "3.4.1",
|
|
"react-spinner-material": "^1.1.3",
|
|
"typescript": "3.9.7",
|
|
"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": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all",
|
|
"ie 11"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version",
|
|
"ie 11"
|
|
]
|
|
}
|
|
}
|