873db86fb1
Co-authored-by: Renovate Bot <bot@renovateapp.com>
57 lines
1.4 KiB
JSON
57 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.4.1",
|
|
"@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",
|
|
"react": "17.0.2",
|
|
"react-datepicker": "4.7.0",
|
|
"react-dom": "17.0.2",
|
|
"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.21",
|
|
"@types/react": "17.0.44",
|
|
"@types/react-datepicker": "4.4.0",
|
|
"@types/react-dom": "17.0.15",
|
|
"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"
|
|
]
|
|
}
|
|
}
|