-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "sd-photo-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mux/mux-player": "^2.3.0",
"@mux/mux-video": "^0.17.1",
"@sanity/vision": "^3.19.1",
"@studio-freight/react-lenis": "^0.0.46",
"framer-motion": "^10.18.0",
"gsap": "^3.12.4",
"gsap-trial": "^3.12.5",
"locomotive-scroll": "^5.0.0-beta.11",
"next": "14.0.1",
"next-sanity": "^6.0.1",
"react": "^18",
"react-dom": "^18",
"sanity": "^3.30.1",
"sanity-plugin-mux-input": "^2.2.4",
"styled-components": "5.2",
"video.js": "^8.6.1"
},
"devDependencies": {
"@types/locomotive-scroll": "^4.1.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-scroll": "^1.8.10",
"@types/smooth-scroll": "^16.1.4",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}