-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.83 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": "teacaps-website",
"version": "0.0.0",
"license": "MPL-2.0",
"private": true,
"engines": {
"node": ">=16.14.0"
},
"scripts": {
"dev": "shopify hydrogen dev",
"build": "shopify hydrogen build",
"preview": "shopify hydrogen preview",
"lint": "eslint --cache src/**/*.{ts,tsx}",
"prettier": "prettier --cache --write src/**/*.{ts,tsx}",
"codegen": "graphql-codegen --config codegen.yml",
"prepare": "husky install; yarn codegen"
},
"devDependencies": {
"@graphql-codegen/cli": "2.11.8",
"@graphql-codegen/typescript": "2.7.3",
"@graphql-codegen/typescript-operations": "2.5.3",
"@shopify/cli": "^3.45.1",
"@shopify/cli-hydrogen": "^3.39.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/gtag.js": "^0.0.12",
"@types/prettier": "^2.7.0",
"@types/react": "^18.0.9",
"@types/react-image-gallery": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"eslint": "^8.22.0",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-plugin-hydrogen": "^0.12.3",
"eslint-plugin-import": "^2.26.0",
"graphql": "^16.6.0",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"typescript": "^4.9.4",
"vite": "^2.9.15"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.204.0",
"@headlessui/react": "^1.7.0",
"@shopify/hydrogen": "^1.6.7",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"clsx": "^1.2.1",
"cssnano": "^5.1.13",
"postcss": "^8.4.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-image-gallery": "^1.2.9",
"tailwindcss": "^3.1.8",
"tailwindcss-leading-trim": "^1.1.0"
},
"author": "teacaps",
"packageManager": "yarn@3.2.3"
}