-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.85 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.85 KB
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
{
"name": "418",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"generate": "graphql-codegen",
"prestart": "npm run generate",
"predev": "npm run generate",
"typecheck": "tsc",
"lint": "npx eslint --cache src",
"lint:fix": "npx eslint --cache src --fix",
"prettier": "prettier ./src --cache --check",
"prettier:fix": "prettier ./src --cache --write"
},
"engines": {
"node": ">=18.17.0"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@sanity/client": "^6.1.5",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.14.1",
"@types/node": "20.3.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"classnames": "^2.3.2",
"easymde": "^2.18.0",
"eslint-config-next": "13.4.7",
"framer-motion": "^10.12.18",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
"next": "13.4.7",
"next-sanity": "^5.1.0",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"sanity": "^3.14.1",
"sanity-plugin-markdown": "^4.1.0",
"tailwindcss": "3.3.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.1",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-graphql-request": "^5.0.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-eslint/eslint-plugin": "^3.19.3",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"daisyui": "^3.1.7",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-tailwindcss": "^3.13.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"license": "MIT"
}