-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.46 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
{
"name": "next-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "EXPORT=true next build && EXPORT=true next export",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next/bundle-analyzer": "^13.0.6",
"@react-three/drei": "^9.41.0",
"@react-three/fiber": "^8.9.1",
"@splinetool/loader": "^0.9.143",
"@splinetool/r3f-spline": "^1.0.2",
"@splinetool/react-spline": "^2.2.3",
"@splinetool/runtime": "^0.9.143",
"@types/three": "^0.146.0",
"@vercel/analytics": "^1.0.1",
"dotenv": "^16.0.2",
"framer-motion": "^7.6.7",
"glsl-random": "^0.0.5",
"next": "12.2.5",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.0",
"react": "18.2.0",
"react-canvas-confetti": "^1.4.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-loader-spinner": "^5.3.4",
"react-lottie-player": "^1.4.3",
"react-merge-refs": "^2.0.1",
"react-scripts": "^5.0.1",
"three": "^0.146.0",
"three-stdlib": "^2.20.4",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@babel/runtime": "^7.13.8",
"autoprefixer": "^10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"nodemon": "^2.0.20",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.9.5"
}
}