-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.26 KB
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
43
44
45
46
47
48
49
{
"name": "nflmockdraft",
"version": "1.0.0",
"description": "",
"main": "mock.js",
"scripts": {
"dev": "next dev",
"build": "next build && prisma generate",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"prisma:generate": "prisma generate"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.5",
"@mui/material-nextjs": "^5.16.6",
"@prisma/client": "^5.17.0",
"@types/react-dom": "^18.3.0",
"dotenv": "^16.4.5",
"next": "^14.2.5",
"pg": "^8.12.0",
"postgres": "^3.4.4",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-beautiful-dnd": "^13.1.8",
"autoprefixer": "^10.4.19",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"prisma": "^5.17.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
}
}