-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.84 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
{
"name": "wehrli-licht",
"version": "0.0.1",
"private": true,
"scripts": {
"predev": "npm run generate",
"dev": "next dev",
"build": "next build",
"start": "next start",
"check:unused": "knip",
"type-check": "tsc --noEmit",
"lint": "next lint && npm run type-check && npm run check:unused",
"generate": "graphql-codegen"
},
"dependencies": {
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.2.24",
"@types/react-dom": "18.3.0",
"file-saver": "^2.0.5",
"framer-motion": "^11.0.15",
"jszip": "^3.10.1",
"next": "^14.1.4",
"next-plausible": "^3.12.0",
"nuqs": "^1.17.1",
"react": "18.3.1",
"react-datocms": "^7.0.0",
"react-dom": "18.3.1",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"swell-js": "^4.2.4",
"yet-another-react-lightbox": "^3.21.6"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typed-document-node": "^5.0.1",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@smartive/eslint-config": "^5.0.0",
"@smartive/prettier-config": "3.1.2",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.12.7",
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-next": "^14.0.0",
"knip": "^5.9.4",
"postcss": "^8.4.30",
"postcss-import": "^16.0.1",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"tailwindcss": "^3.3.3",
"typescript": "^5.4.5"
},
"overrides": {
"eslint-plugin-react-hooks": "4.6.2"
}
}