-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.7 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
{
"name": "grzegorzhadala.com-v3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"next dev\" \"graphql-codegen --watch\"",
"build": "graphql-codegen && next build",
"start": "next start",
"lint": "next lint",
"graphql-codegen": "graphql-codegen"
},
"dependencies": {
"@datocms/cma-client-node": "^3.1.5",
"@emotion/react": "^11.11.4",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typed-document-node": "^5.0.6",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@gsap/react": "^2.1.0",
"@parcel/watcher": "^2.4.1",
"@phosphor-icons/react": "^2.0.15",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-slot": "^1.0.2",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^1.0.66",
"@studio-freight/lenis": "^1.0.42",
"@studio-freight/react-lenis": "^0.0.46",
"beautiful-react-hooks": "^5.0.1",
"bright": "^0.8.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"datocms-structured-text-to-plain-text": "^3.0.2",
"datocms-structured-text-utils": "^3.0.0",
"framer-motion": "^11.0.14",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"gsap": "^3.12.5",
"locomotive-scroll": "^4.1.4",
"lucide-react": "^0.358.0",
"next": "14.1.3",
"next-themes": "^0.3.0",
"posthog-js": "^1.148.1",
"react": "^18",
"react-awesome-reveal": "^4.2.8",
"react-compare-image": "^3.4.0",
"react-datocms": "^5.0.3",
"react-dom": "^18",
"react-locomotive-scroll": "^0.2.2",
"react-markdown": "^9.0.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"rooks": "^7.14.1",
"svg-to-ts": "^12.0.0",
"swiper": "^11.0.7",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@graphql-codegen/client-preset": "^4.2.4",
"@svgr/core": "^8.1.0",
"@svgr/plugin-prettier": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@types/locomotive-scroll": "^4.1.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"braces": ">=3.0.3",
"concurrently": "^8.2.2",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"glob": "^10.3.10",
"postcss": "^8",
"react-responsive-masonry": "^2.2.0",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"ws": ">=8.17.1"
}
}