-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
88 lines (88 loc) · 2.58 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "incridea-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "^3.8.10",
"@graphql-yoga/apollo-link": "^1.8.1",
"@gsap/react": "^2.1.0",
"@headlessui/react": "^1.7.12",
"@next/font": "13.1.6",
"@react-three/drei": "^9.96.5",
"@react-three/fiber": "^8.15.15",
"@react-three/postprocessing": "^2.15.12",
"@rive-app/react-canvas": "^3.0.38",
"@studio-freight/lenis": "^1.0.34",
"@studio-freight/react-lenis": "^0.0.43",
"@theatre/core": "^0.7.0",
"@theatre/r3f": "^0.7.0",
"@theatre/studio": "^0.7.0",
"@vercel/analytics": "^1.1.2",
"class-variance-authority": "^0.4.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"framer-motion": "^9.0.1",
"graphql": "^16.6.0",
"graphql-ws": "^5.12.1",
"gsap": "^3.12.5",
"install": "^0.13.0",
"jsonwebtoken": "^9.0.0",
"locomotive-scroll": "^4.1.4",
"next": "13.1.6",
"next-auth": "^4.20.1",
"next-pwa": "^5.6.0",
"npm": "^9.6.5",
"owl.carousel": "^2.3.4",
"parallax-js": "^3.1.0",
"postprocessing": "^6.34.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-csv": "^2.2.2",
"react-dom": "18.2.0",
"react-dom-confetti": "^0.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-locomotive-scroll": "^0.2.2",
"react-owl-carousel": "^2.3.3",
"react-pageflip": "^2.0.3",
"react-player": "^2.14.1",
"react-youtube": "^10.1.0",
"react-zxing": "^2.0.0",
"sharp": "^0.32.0",
"swiper": "^9.1.1",
"three": "^0.160.1",
"three-stdlib": "^2.29.4",
"typescript": "4.9.5",
"typewriter-effect": "^2.21.0",
"ws": "^8.13.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.0.0",
"@graphql-codegen/typed-document-node": "^3.0.0",
"@graphql-codegen/typescript": "^3.0.0",
"@graphql-codegen/typescript-operations": "^3.0.0",
"@types/draftjs-to-html": "^0.8.1",
"@types/locomotive-scroll": "^4.1.0",
"@types/node": "18.11.19",
"@types/parallax-js": "^3.1.3",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/three": "^0.160.0",
"autoprefixer": "^10.4.13",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"postcss": "^8.4.21",
"react-responsive": "^9.0.2",
"tailwindcss": "^3.2.4"
}
}