mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
95 lines
2.4 KiB
JSON
95 lines
2.4 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.2",
|
|
"body-scroll-lock": "^2.6.4",
|
|
"classnames": "^2.2.6",
|
|
"color2k": "^1.2.4",
|
|
"date-fns": "^2.4.1",
|
|
"file-loader": "^6.2.0",
|
|
"flexbin": "^0.2.0",
|
|
"formik": "^2.2.6",
|
|
"insane": "^2.6.2",
|
|
"marked": "^2.0.0",
|
|
"mobx": "^6.3.10",
|
|
"mobx-persist-store": "^1.0.4",
|
|
"mobx-react-lite": "^3.2.3",
|
|
"next": "^12.0.7",
|
|
"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-hot-toast": "^2.1.1",
|
|
"react-lazyload": "^3.2.0",
|
|
"react-masonry-css": "^1.0.16",
|
|
"react-popper": "^2.2.3",
|
|
"react-router": "^5.1.2",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "^5.0.0",
|
|
"react-sortable-hoc": "^2.0.0",
|
|
"react-sticky-box": "^0.9.3",
|
|
"react-stickynode": "^4.0.0",
|
|
"sticky-sidebar": "^3.3.1",
|
|
"swiper": "^6.8.4",
|
|
"swr": "^1.0.1",
|
|
"throttle-debounce": "^2.1.0",
|
|
"typescript": "^4.0.5",
|
|
"uuid4": "^1.1.4",
|
|
"web-vitals": "^0.2.4",
|
|
"yup": "^0.32.9"
|
|
},
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"ts-check": "tsc -p tsconfig.json --noEmit",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
|
"prepare": "husky install"
|
|
},
|
|
"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": "^6.4.3",
|
|
"@types/classnames": "^2.2.7",
|
|
"@types/marked": "^1.2.2",
|
|
"@types/node": "^11.13.22",
|
|
"@types/ramda": "^0.26.33",
|
|
"@types/throttle-debounce": "^2.1.0",
|
|
"@types/yup": "^0.29.11",
|
|
"craco-alias": "^2.3.1",
|
|
"husky": "^7.0.4",
|
|
"lint-staged": "^12.1.6",
|
|
"prettier": "^1.18.2"
|
|
},
|
|
"lint-staged": {
|
|
"./**/*.{js,jsx,ts,tsx}": [
|
|
"eslint --fix"
|
|
]
|
|
}
|
|
}
|