CoastalCommitsPastes/client/package.json
renovate[bot] 3c2f902877
fix(deps): update all non-major dependencies (#100)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-13 17:41:54 -07:00

58 lines
1.4 KiB
JSON

{
"name": "drift",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start --port 3001",
"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.1",
"@types/cookie": "0.5.0",
"@types/js-cookie": "3.0.1",
"client-zip": "2.0.1",
"cookie": "0.5.0",
"dotenv": "16.0.0",
"js-cookie": "3.0.1",
"next": "12.1.5",
"next-themes": "0.1.1",
"rc-table": "7.24.1",
"react": "18.0.0",
"react-datepicker": "4.7.0",
"react-dom": "18.0.0",
"react-dropzone": "12.0.5",
"react-loading-skeleton": "3.1.0",
"swr": "1.3.0",
"textarea-markdown-editor": "0.1.13"
},
"devDependencies": {
"@next/bundle-analyzer": "12.1.5",
"@types/node": "17.0.23",
"@types/react": "18.0.4",
"@types/react-datepicker": "4.4.0",
"@types/react-dom": "18.0.0",
"cross-env": "7.0.3",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"next-unused": "0.0.6",
"prettier": "2.6.2",
"typescript": "4.6.3",
"typescript-plugin-css-modules": "3.4.0"
},
"next-unused": {
"alias": {
"@components": "components/",
"@lib": "lib/",
"@styles": "styles/"
},
"include": [
"components",
"lib"
]
}
}