-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·52 lines (52 loc) · 1.42 KB
/
package.json
File metadata and controls
executable file
·52 lines (52 loc) · 1.42 KB
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
{
"name": "hackctl.github.io",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "hackctl",
"type": "commonjs",
"main": "index.js",
"scripts": {
"start": "node server.js",
"build": "webpack --mode production"
},
"dependencies": {
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-slot": "^1.2.3",
"@react-three/fiber": "^9.4.0",
"bcrypt": "^6.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"express": "^5.1.0",
"express-session": "^1.18.2",
"gsap": "^3.13.0",
"lucide-react": "^0.548.0",
"mysql2": "^3.15.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.9.5",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.180.0"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"css-loader": "^7.1.2",
"postcss": "^8.5.6",
"postcss-loader": "^8.2.0",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.1",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1",
"webpack-dev-middleware": "^7.4.5",
"webpack-hot-middleware": "^2.26.1"
}
}