generated from minskylab/base-next
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.56 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
{
"name": "minsky-landing",
"version": "0.1.0",
"private": false,
"scripts": {
"generate": "graphql-codegen -c codegen.yml",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@directus/sdk": "10.3.5",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mantine/carousel": "^6.0.17",
"@mantine/core": "6.0.17",
"@mantine/hooks": "6.0.17",
"@mantine/next": "6.0.17",
"@mantine/notifications": "6.0.17",
"@next/third-parties": "^14.1.4",
"@react-spring/core": "9.4.5",
"@react-spring/three": "9.4.5",
"@react-spring/web": "9.4.5",
"@react-three/drei": "9.13.0",
"@react-three/fiber": "8.0.22",
"cookies-next": "^2.1.2",
"embla-carousel-autoplay": "^8.0.0-rc11",
"embla-carousel-react": "^8.0.0-rc11",
"graphql": "16.7.1",
"i18next": "^23.2.11",
"next": "13.4.10",
"next-i18next": "^14.0.0",
"next-seo": "6.1.0",
"react": "18.2.0",
"react-calendly": "^4.1.1",
"react-dom": "18.2.0",
"react-i18next": "^13.0.2",
"tabler-icons-react": "1.56.0",
"three": "0.141.0"
},
"devDependencies": {
"@graphql-codegen/cli": "4.0.1",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-urql": "3.7.3",
"@types/react": "18.2.15",
"@types/three": "0.141.0",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"prettier": "3.0.0",
"typescript": "5.1.6"
}
}