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": "24.0.24",
|
|
"@types/lokijs": "^1.5.2",
|
|
"@types/node": "12.12.21",
|
|
"@types/react": "16.9.17",
|
|
"@types/react-dom": "16.9.4",
|
|
"@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.3",
|
|
"@types/react-router-hash-link": "^1.2.1",
|
|
"@types/xregexp": "^3.0.30",
|
|
"async-lock": "^1.2.2",
|
|
"axios": "^0.19.0",
|
|
"lokijs": "^1.5.8",
|
|
"moment": "^2.24.0",
|
|
"rc-tree": "3.0.0-alpha.37",
|
|
"react": "^16.12.0",
|
|
"react-app-polyfill": "^1.0.5",
|
|
"react-cookie": "^4.0.1",
|
|
"react-dom": "^16.12.0",
|
|
"react-ga": "^2.7.0",
|
|
"react-helmet": "^5.2.1",
|
|
"react-html-parser": "^2.0.2",
|
|
"react-image-lightbox": "^5.1.1",
|
|
"react-overlays": "^2.1.0",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-router-hash-link": "^1.2.2",
|
|
"react-scripts": "3.3.0",
|
|
"react-spinner-material": "^1.1.3",
|
|
"typescript": "3.7.4",
|
|
"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": {
|
|
"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"
|
|
]
|
|
}
|
|
}
|