-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "protein-database",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.4.8",
"@prisma/client": "^5.21.1",
"clsx": "^2.1.1",
"framer-motion": "^11.11.9",
"next": "14.2.15",
"next-range-slider": "^1.0.5",
"ngl": "^2.4.0",
"rc-slider": "^11.1.7",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@types/node": "^20.16.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"prisma": "^5.20.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"description": "<<<<<<< HEAD # protein-database ======= This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}