-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (36 loc) · 863 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (36 loc) · 863 Bytes
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
{
"name": "soc_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@sentry/nextjs": "^10.22.0",
"animate.css": "^4.1.1",
"axios": "^1.12.2",
"framer-motion": "^12.23.24",
"motion": "^12.23.22",
"mysql2": "^3.15.3",
"next": "15.5.4",
"next-connect": "^1.0.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-router-dom": "^7.9.3",
"wowjs": "^1.1.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"eslint-config-prettier": "^10.1.8",
"husky": "^9.1.7",
"lint-staged": "^16.2.6",
"prettier": "^3.6.2",
"tailwindcss": "^4"
}
}