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
2022-03-28 09:20:47 +07:00

102 lines
2.7 KiB
JSON

{
"name": "vault-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@popperjs/core": "^2.11.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@tippyjs/react": "^4.2.6",
"@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": "^4.0.12",
"mobx": "^6.3.10",
"mobx-persist-store": "^1.0.4",
"mobx-react-lite": "^3.2.3",
"next": "^12.1.0",
"photoswipe": "^4.1.3",
"raleway-cyrillic": "^4.0.2",
"ramda": "^0.26.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-hot-toast": "^2.2.0",
"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-sortable-hoc": "^2.0.0",
"react-sticky-box": "^0.9.3",
"sass": "^1.49.0",
"swiper": "^8.0.7",
"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": {
"ts-check": "tsc -p tsconfig.json --noEmit",
"lint": "next lint --fix",
"prepare": "husky install",
"next:dev": "next dev",
"next:build": "next build",
"next:start": "next start -p 80",
"analyze": "ANALYZE=true next build",
"analyze:server": "BUNDLE_ANALYZE=server next build",
"analyze:browser": "BUNDLE_ANALYZE=browser next build"
},
"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": {
"@next/bundle-analyzer": "^12.0.8",
"@next/eslint-plugin-next": "^12.0.8",
"@types/node": "^11.13.22",
"@types/ramda": "^0.26.33",
"@types/marked": "^4.0.1",
"@types/throttle-debounce": "^2.1.0",
"@types/yup": "^0.29.11",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.6",
"next-transpile-modules": "^9.0.0",
"prettier": "^1.18.2"
},
"lint-staged": {
"./**/*.{js,jsx,ts,tsx}": [
"next lint --fix"
]
}
}