github.com-MaxLeiter-drift/client/package.json

67 lines
1.6 KiB
JSON
Raw Normal View History

2022-03-06 19:46:59 -05:00
{
2022-04-09 20:48:19 -04:00
"name": "drift",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start --port 3001",
2022-04-09 20:48:19 -04:00
"lint": "next lint && prettier --list-different --config .prettierrc '{components,lib,pages}/**/*.{ts,tsx}' --write",
"analyze": "cross-env ANALYZE=true next build",
"find:unused": "next-unused"
},
"dependencies": {
"@geist-ui/core": "^2.3.8",
"@geist-ui/icons": "1.0.2",
"@types/cookie": "0.5.1",
"@types/js-cookie": "3.0.2",
"client-zip": "2.2.1",
2022-11-09 01:14:43 -05:00
"clsx": "^1.2.1",
"cookie": "0.5.0",
"dotenv": "16.0.0",
"js-cookie": "3.0.1",
2022-11-09 01:14:43 -05:00
"next": "13.0.3-canary.2",
"next-themes": "npm:@wits/next-themes@0.2.7",
"rc-table": "7.24.1",
"react": "18.2.0",
"react-datepicker": "4.8.0",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
2022-11-09 01:14:43 -05:00
"react-hot-toast": "^2.4.0",
"react-loading-skeleton": "3.1.0",
"swr": "1.3.0",
"textarea-markdown-editor": "0.1.13"
2022-04-09 20:48:19 -04:00
},
"devDependencies": {
"@next/bundle-analyzer": "12.1.6",
2022-04-12 22:09:41 -04:00
"@types/node": "17.0.23",
"@types/react": "18.0.9",
"@types/react-datepicker": "4.4.1",
"@types/react-dom": "18.0.3",
"cross-env": "7.0.3",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"next-unused": "0.0.6",
"prettier": "2.6.2",
"typescript": "4.6.4",
"typescript-plugin-css-modules": "3.4.0"
2022-04-09 20:48:19 -04:00
},
"optionalDependencies": {
"sharp": "^0.31.2"
},
2022-04-09 20:48:19 -04:00
"next-unused": {
"alias": {
"@components": "components/",
"@lib": "lib/",
"@styles": "styles/"
},
"include": [
"components",
"lib"
]
},
"overrides": {
"next": "13.0.2"
2022-04-09 20:48:19 -04:00
}
2022-03-06 19:46:59 -05:00
}