-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 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
{
"name": "proportfolio1",
"private": true,
"version": "0.0.0",
"homepage": "https://Meister7K.github.io/ProPortfolio1",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@react-three/drei": "^9.80.3",
"@react-three/fiber": "^8.13.5",
"@react-three/rapier": "^1.1.1",
"react": "^18.2.0",
"react-active-menu": "^0.0.14",
"react-dom": "^18.2.0",
"react-router-hash-link": "^2.4.3",
"sass": "^1.63.6",
"three": "^0.154.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-router-hash-link": "^2.4.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.44.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"gh-pages": "^6.0.0",
"react-router-dom": "^6.14.2",
"typescript": "^5.0.2",
"vite": "^4.4.0"
}
}