-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 962 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 962 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
37
38
39
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/three": "^0.155.0",
"framer-motion": "^10.16.2",
"gray-matter": "^4.0.3",
"next": "13.4.0",
"node-schedule": "^2.1.1",
"prettier": "^3.0.0",
"react": "18.2.0",
"react-cool-onclickoutside": "^1.7.0",
"react-dom": "18.2.0",
"react-ga": "^3.3.1",
"react-player": "^2.13.0",
"sass": "^1.63.6",
"serpapi": "^2.0.0",
"sharp": "^0.33.2",
"swiper": "^10.2.0",
"three": "^0.155.0"
},
"devDependencies": {
"@types/node": "^20.4.1",
"@types/react": "18.2.14",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"typescript": "5.1.6"
}
}