-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 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
{
"name": "orderworder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-pdf/renderer": "^3.4.4",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"lodash": "^4.17.21",
"mongoose": "^8.4.4",
"next": "14.2.4",
"next-auth": "^4.24.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intersection-observer": "^9.10.3",
"react-qr-reader": "3.0.0-beta-1",
"react-toastify": "^10.0.5",
"sass": "^1.77.6",
"swr": "^2.2.5",
"xtreme-ui": "^0.0.82"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/bcrypt": "^5.0.2",
"@types/lodash": "^4.17.6",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react-hooks": "^4.6.2",
"stylelint": "^16.6.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"typescript": "5.5.2"
}
}