-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.73 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
{
"name": "cesco.me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "dotenv -- next dev",
"build": "dotenv -- next build",
"start": "dotenv -- next start",
"lint": "dotenv -- next lint",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md}\"",
"codegen": "graphql-codegen --require dotenv/config --config graphql.config.js",
"codegen:watch": "pnpm run codegen --watch",
"prepare": "husky install"
},
"dependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"change-case": "^5.0.1",
"clsx": "^2.0.0",
"cors": "^2.8.5",
"datocms-structured-text-utils": "^2.0.4",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"next": "13.4.13",
"postcss": "8.4.27",
"react": "18.2.0",
"react-datocms": "^4.1.3",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"zod": "^3.22.2"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@next/bundle-analyzer": "^13.4.19",
"@parcel/watcher": "^2.3.0",
"@types/cors": "^2.8.13",
"dotenv": "^16.3.1",
"dotenv-cli": "^7.3.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.5.3",
"ts-node": "^10.9.1",
"typescript": "5.2.2"
},
"engine": {
"node": ">18"
}
}