-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.95 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
64
65
66
67
{
"name": "feastbox-hydrogen",
"description": "Demo store template for @shopify/hydrogen",
"version": "0.0.0",
"license": "MIT",
"private": true,
"engines": {
"node": ">=16.14.0"
},
"scripts": {
"dev": "shopify hydrogen dev",
"build": "shopify hydrogen build",
"preview": "shopify hydrogen preview",
"preview-local": "cross-env PREVIEW=local shopify hydrogen preview",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"lint-ts": "tsc --noEmit",
"test": "WATCH=true vitest",
"test:ci": "yarn build -t node && vitest run"
},
"devDependencies": {
"@shopify/cli": "3.25.0",
"@shopify/cli-hydrogen": "3.25.0",
"@shopify/prettier-config": "^1.1.2",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"cross-env": "^7.0.3",
"eslint": "^8.18.0",
"eslint-plugin-hydrogen": "^0.12.3",
"eslint-plugin-prettier": "^4.2.1",
"playwright": "^1.22.2",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^7.6.0",
"prettier": "2.8.1",
"sass": "^1.56.2",
"tailwindcss": "^3.0.24",
"vite": "^2.9.13",
"vite-plugin-html-env": "^1.2.7",
"vitest": "^0.15.2"
},
"prettier": "@shopify/prettier-config",
"dependencies": {
"@headlessui/react": "^1.7.0",
"@hookform/resolvers": "^2.9.10",
"@reduxjs/toolkit": "^1.9.1",
"@shopify/hydrogen": "^1.6.5",
"axios": "^1.2.1",
"clsx": "^1.1.1",
"currency-symbol-map": "^5.1.0",
"dayjs": "^1.11.7",
"graphql-tag": "^2.12.6",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.3.5",
"react-hook-form": "^7.40.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.5",
"react-script-hook": "^1.7.2",
"react-tabs": "^6.0.0",
"react-use": "^17.4.0",
"typographic-base": "^1.0.4",
"yup": "^0.32.11"
},
"author": "Administrator"
}