-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "kopf",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@u-wave/react-vimeo": "^0.9.10",
"axios": "^0.20.0",
"clubber": "^1.7.1",
"detect-gpu": "1.5.1",
"eslint-config-next": "^13.0.6",
"gsap": "^2.1.3",
"intersection-observer": "^0.11.0",
"jquery": "^3.5.1",
"lazysizes": "^5.2.2",
"lib-font": "^2.4.0",
"locomotive-scroll": "^4.1.4",
"next": "^13.0.6",
"postcss-url": "^8.0.0",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-cookie-consent": "^6.1.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.1",
"react-responsive-carousel": "3.2.21",
"sass": "^1.26.11",
"shader-loader": "^1.3.1",
"standardized-audio-context": "^25.1.2",
"storyblok-js-client": "^2.5.2",
"storyblok-react": "^0.1.1",
"storyblok-rich-text-react-renderer": "^2.6.1",
"twgl.js": "^4.16.1",
"unslugify": "^1.0.3",
"web-audio-touch-unlock": "^1.0.1"
}
}