-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
54 lines (54 loc) · 1.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
{
"private": true,
"name": "hygraph-docs-starter",
"description": "Docs Starter built with Remix and powered by Hygraph",
"license": "MIT",
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"start": "remix-serve ./build/server/index.js",
"generate": "graphql-codegen -r dotenv/config --config codegen.yml",
"format": "prettier --ignore-path .gitignore --write . --no-error-on-unmatched-pattern",
"typecheck": "tsc"
},
"dependencies": {
"@graphcms/rich-text-react-renderer": "^0.6.1",
"@graphcms/rich-text-types": "^0.5.1",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.3",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"classcat": "^5.0.4",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"isbot": "^4.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-utils": "^7.5.0",
"url-join": "^5.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@remix-run/dev": "^2.8.1",
"@tailwindcss/typography": "^0.5.11",
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22",
"@types/url-join": "^4.0.3",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3",
"vite": "^5.2.6",
"vite-tsconfig-paths": "^4.3.2"
},
"sideEffects": false
}