-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1019 Bytes
/
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
{
"name": "sirec",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.jsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write ."
},
"dependencies": {
"@nextui-org/react": "^2.4.6",
"bcryptjs": "2.4.3",
"framer-motion": "^11.3.28",
"lucide-react": "0.428.0",
"mysql2": "3.11.0",
"next": "14.2.5",
"next-auth": "4.24.7",
"prop-types": "15.8.1",
"react": "^18",
"react-dom": "^18",
"sonner": "1.5.0",
"xlsx": "0.18.5"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.35.0",
"postcss": "^8.4.41",
"prettier": "3.3.3",
"tailwindcss": "^3.4.10"
}
}