-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "cc-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"css": "yarn tailwindcss -i ./src/app/globals.css -o ./public/app/globals.css --watch",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-spring/three": "9.6.1",
"@react-spring/web": "^9.7.2",
"@react-three/drei": "^9.60.0",
"@react-three/fiber": "^8.12.0",
"@studio-freight/lenis": "^1.0.6",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"@types/three": "^0.150.0",
"@types/uuid": "^9.0.1",
"eslint": "8.36.0",
"eslint-config-next": "^13.4.7",
"next": "^13.4.7",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"sharp": "^0.32.1",
"tabbable": "^6.1.2",
"three": "^0.151.0",
"typescript": "5.0.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/prismjs": "^1.26.0",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/webpack-env": "^1.18.0",
"autoprefixer": "^10.4.14",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1"
}
}