mirror of https://github.com/MaxLeiter/Drift
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			80 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			80 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
{
 | 
						|
	"name": "drift",
 | 
						|
	"version": "0.1.0",
 | 
						|
	"private": true,
 | 
						|
	"scripts": {
 | 
						|
		"dev": "next dev --port 3000",
 | 
						|
		"build": "next build",
 | 
						|
		"start": "next start --port 3000",
 | 
						|
		"lint": "next lint && prettier --list-different --config .prettierrc '{components,lib,app}/**/*.{ts,tsx}' --write",
 | 
						|
		"analyze": "cross-env ANALYZE=true next build",
 | 
						|
		"find:unused": "next-unused",
 | 
						|
		"prisma": "prisma",
 | 
						|
		"jest": "jest"
 | 
						|
	},
 | 
						|
	"dependencies": {
 | 
						|
		"@geist-ui/core": "^2.3.8",
 | 
						|
		"@geist-ui/icons": "1.0.2",
 | 
						|
		"@next-auth/prisma-adapter": "^1.0.5",
 | 
						|
		"@next/eslint-plugin-next": "13.0.5-canary.3",
 | 
						|
		"@prisma/client": "^4.6.1",
 | 
						|
		"@radix-ui/react-dropdown-menu": "^2.0.1",
 | 
						|
		"@radix-ui/react-popover": "^1.0.2",
 | 
						|
		"@radix-ui/react-tabs": "^1.0.1",
 | 
						|
		"@radix-ui/react-tooltip": "^1.0.2",
 | 
						|
		"@wcj/markdown-to-html": "^2.1.2",
 | 
						|
		"bcrypt": "^5.1.0",
 | 
						|
		"client-zip": "2.2.1",
 | 
						|
		"cookies-next": "^2.1.1",
 | 
						|
		"jest": "^29.3.1",
 | 
						|
		"next": "13.0.6-canary.1",
 | 
						|
		"next-auth": "^4.17.0",
 | 
						|
		"rc-table": "7.24.1",
 | 
						|
		"react": "18.2.0",
 | 
						|
		"react-datepicker": "4.8.0",
 | 
						|
		"react-dom": "18.2.0",
 | 
						|
		"react-dropzone": "14.2.3",
 | 
						|
		"react-hot-toast": "^2.4.0",
 | 
						|
		"server-only": "^0.0.1",
 | 
						|
		"swr": "1.3.0",
 | 
						|
		"prisma": "^4.6.1",
 | 
						|
		"textarea-markdown-editor": "0.1.13",
 | 
						|
		"ts-jest": "^29.0.3"
 | 
						|
	},
 | 
						|
	"devDependencies": {
 | 
						|
		"@next/bundle-analyzer": "12.1.6",
 | 
						|
		"@types/bcrypt": "^5.0.0",
 | 
						|
		"@types/node": "17.0.23",
 | 
						|
		"@types/react": "18.0.9",
 | 
						|
		"@types/react-datepicker": "4.4.1",
 | 
						|
		"@types/react-dom": "18.0.3",
 | 
						|
		"clsx": "^1.2.1",
 | 
						|
		"cross-env": "7.0.3",
 | 
						|
		"eslint": "8.27.0",
 | 
						|
		"eslint-config-next": "13.0.3",
 | 
						|
		"katex": "^0.16.3",
 | 
						|
		"next-unused": "0.0.6",
 | 
						|
		"prettier": "2.6.2",
 | 
						|
		"typescript": "4.6.4",
 | 
						|
		"typescript-plugin-css-modules": "3.4.0"
 | 
						|
	},
 | 
						|
	"optionalDependencies": {
 | 
						|
		"sharp": "^0.31.2"
 | 
						|
	},
 | 
						|
	"next-unused": {
 | 
						|
		"alias": {
 | 
						|
			"@components": "components/",
 | 
						|
			"@lib": "lib/",
 | 
						|
			"@styles": "styles/"
 | 
						|
		},
 | 
						|
		"include": [
 | 
						|
			"components",
 | 
						|
			"lib"
 | 
						|
		]
 | 
						|
	},
 | 
						|
	"overrides": {
 | 
						|
		"react": "18.2.0",
 | 
						|
		"react-dom": "18.2.0"
 | 
						|
	}
 | 
						|
}
 |