forked from WebDeveloper0315/inventory-nextjs-antd
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.43 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
51
52
53
54
55
56
57
{
"name": "inventory-nextjs-antd",
"version": "1.2.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 2510",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"antd": "^5.12.4",
"axios": "^1.7.4",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.0",
"date-fns": "^2.30.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"express": "^4.19.2",
"formidable": "^3.5.1",
"jsonwebtoken": "^9.0.2",
"jspdf": "^2.5.1",
"mongoose": "^7.6.2",
"next": "^14.2.0",
"next-cookie": "^2.8.0",
"next-cookies": "^2.0.3",
"nookies": "^2.5.2",
"prettier": "^3.1.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"remixicon": "^3.5.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.4",
"@types/express": "^4.17.21",
"@types/formidable": "^3.4.4",
"@types/jsonwebtoken": "^9.0.3",
"@types/jspdf": "^2.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.6",
"autoprefixer": "^10",
"eslint": "^8.57.0",
"eslint-config-next": "14.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
}
}