-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 917 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 917 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
{
"name": "gallery",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@studio-freight/react-lenis": "^0.0.45",
"framer-motion": "^10.16.4",
"lenis": "^1.1.9",
"next": "13.5.4",
"posthog-js": "^1.154.2",
"prism-react-renderer": "^2.3.1",
"react": "^18",
"react-dom": "^18",
"react-locomotive-scroll": "^0.2.2",
"react-syntax-highlighter": "^15.5.0",
"styled-components": "^6.1.0",
"zustand": "^4.5.1"
},
"devDependencies": {
"@types/locomotive-scroll": "^4.1.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.11",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"typescript": "^5"
},
"engines": {
"node": ">=22.0.0"
}
}