-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.44 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
43
44
45
46
47
48
49
50
{
"name": "taskify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "env-cmd -f .env.local next dev",
"build": "env-cmd -f .env.product next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hello-pangea/dnd": "^16.5.0",
"@types/react-beautiful-dnd": "^13.1.8",
"dotenv": "^16.4.5",
"env-cmd": "^10.1.0",
"next": "14.1.2",
"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-datepicker": "^6.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18",
"react-three-fiber": "^6.0.13"
},
"devDependencies": {
"@react-three/drei": "^9.56.24",
"@types/node": "^20",
"@types/react": "^18.2.64",
"@types/react-datepicker": "^6.0.3",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"autoprefixer": "^10.4.18",
"daisyui": "^4.7.2",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "14.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
}
}