-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 866 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 866 Bytes
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
{
"name": "ac-website-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@react-three/drei": "^9.88.0",
"@react-three/fiber": "^8.14.5",
"@types/node": "20.8.3",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.11",
"autoprefixer": "10.4.16",
"framer-motion": "^10.16.4",
"maath": "^0.10.4",
"next": "13.5.4",
"postcss": "8.4.31",
"prettier": "^3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-slick": "^0.29.0",
"sharp": "^0.32.6",
"slick-carousel": "^1.8.1",
"tailwindcss": "3.3.3",
"three": "^0.157.0",
"typescript": "5.2.2"
},
"devDependencies": {
"@types/react-slick": "^0.23.10"
}
}