mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"name": "vault-cra",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.5.4",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.1.0",
|
|
"@testing-library/user-event": "^12.1.10",
|
|
"autosize": "^4.0.2",
|
|
"axios": "^0.18.0",
|
|
"body-scroll-lock": "^2.6.4",
|
|
"classnames": "^2.2.6",
|
|
"connected-react-router": "^6.5.2",
|
|
"date-fns": "^2.4.1",
|
|
"flexbin": "^0.2.0",
|
|
"node-sass": "4.14.1",
|
|
"photoswipe": "^4.1.3",
|
|
"raleway-cyrillic": "^4.0.2",
|
|
"ramda": "^0.26.1",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-popper": "^2.2.3",
|
|
"react-redux": "^6.0.1",
|
|
"react-router": "^5.1.2",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "3.4.4",
|
|
"react-sortable-hoc": "^1.11",
|
|
"react-transition-group": "^4.4.1",
|
|
"redux": "^4.0.1",
|
|
"redux-persist": "^5.10.0",
|
|
"redux-saga": "^1.1.1",
|
|
"resize-sensor": "^0.0.6",
|
|
"sticky-sidebar": "^3.3.1",
|
|
"throttle-debounce": "^2.1.0",
|
|
"tt-react-custom-scrollbars": "latest",
|
|
"typescript": "^4.0.5",
|
|
"uuid4": "^1.1.4",
|
|
"web-vitals": "^0.2.4"
|
|
},
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"test": "craco test",
|
|
"eject": "craco eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">1%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/classnames": "^2.2.7",
|
|
"@types/node": "^11.13.22",
|
|
"@types/ramda": "^0.26.33",
|
|
"@types/react-redux": "^7.1.11",
|
|
"@types/react-transition-group": "^4.4.0",
|
|
"@craco/craco": "5.8.0",
|
|
"craco-alias": "^2.1.1",
|
|
"prettier": "^1.18.2"
|
|
}
|
|
}
|