1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
vault-frontend/package.json
2021-10-07 12:33:17 +07:00

86 lines
2.2 KiB
JSON

{
"name": "vault-frontend",
"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",
"@tippy.js/react": "^3.1.1",
"@types/react-router-dom": "^5.1.7",
"autosize": "^4.0.2",
"axios": "^0.21.1",
"body-scroll-lock": "^2.6.4",
"classnames": "^2.2.6",
"color2k": "^1.2.4",
"connected-react-router": "^6.5.2",
"date-fns": "^2.4.1",
"flexbin": "^0.2.0",
"formik": "^2.2.6",
"insane": "^2.6.2",
"marked": "^2.0.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-dropzone": "^11.4.2",
"react-masonry-css": "^1.0.16",
"react-popper": "^2.2.3",
"react-redux": "^7.2.2",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.4",
"react-sortable-hoc": "^2.0.0",
"react-sticky-box": "^0.9.3",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-saga": "^1.1.1",
"sticky-sidebar": "^3.3.1",
"swiper": "^6.8.4",
"throttle-debounce": "^2.1.0",
"typescript": "^4.0.5",
"typograf": "^6.11.3",
"uuid4": "^1.1.4",
"web-vitals": "^0.2.4",
"yup": "^0.32.9"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"ts-check": "tsc -p tsconfig.json --noEmit"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">1%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "5.8.0",
"@types/classnames": "^2.2.7",
"@types/marked": "^1.2.2",
"@types/node": "^11.13.22",
"@types/ramda": "^0.26.33",
"@types/react-redux": "^7.1.11",
"@types/throttle-debounce": "^2.1.0",
"@types/yup": "^0.29.11",
"craco-alias": "^2.1.1",
"craco-fast-refresh": "^1.0.2",
"prettier": "^1.18.2"
}
}