-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.62 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "tiny-world-3d",
"private": true,
"version": "1.0.0",
"type": "module",
"homepage": "https://exslym.github.io/Tiny-World-3D/",
"description": "3D Developer Portfolio website using 3D-graphics and animations with ThreeJS, React and Tailwind",
"keywords": [
"vite",
"threejs",
"javascript",
"react",
"react-spring-three",
"react-three-drei",
"react-three-fiber",
"react-vertical-timeline-component",
"emailjs",
"tailwindcss",
"gh-pages"
],
"author": "exslym",
"scripts": {
"start": "vite --port 3000 --open",
"serve": "vite preview --port 3001 --open",
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"deploy": "gh-pages -d build"
},
"browserslist": [
"cover 99.5%"
],
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@react-spring/three": "^9.7.3",
"@react-three/drei": "^9.92.1",
"@react-three/fiber": "^8.15.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.1",
"react-vertical-timeline-component": "^3.6.0",
"sass": "^1.69.5"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"gh-pages": "^6.1.0",
"postcss": "^8.4.32",
"sharp": "^0.33.0",
"svgo": "^3.1.0",
"tailwindcss": "^3.3.6",
"vite": "^5.0.8",
"vite-aliases": "^0.11.3",
"vite-plugin-image-optimizer": "^1.1.7"
}
}