-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 892 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
{
"name": "my-portfolio-website",
"version": "1.0.0",
"description": "A 3D portfolio website focusing on cyber ethical hacking and AI.",
"main": "index.js",
"homepage": "https://aitlv.com",
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode production",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"three": "^0.132.2",
"@react-three/drei": "^5.3.1",
"@react-three/fiber": "^6.0.0",
"@babel/core": "^7.0.0"
},
"devDependencies": {
"webpack": "^5.52.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.1.1",
"babel-loader": "^8.3.0",
"css-loader": "^6.2.0",
"style-loader": "^3.2.1",
"gh-pages": "^3.2.3"
},
"author": "Yuval Sigura",
"license": "MIT"
}