-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "site-h2",
"description": "This is a dev environment for Hydrogen",
"version": "1.0.0-alpha.11",
"license": "MIT",
"private": true,
"main": "dist/worker/worker.mjs",
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"dev": "shopify hydrogen dev",
"build": "shopify hydrogen build --entry worker"
},
"prettier": "@shopify/prettier-config",
"devDependencies": {
"@shopify/cli": "^3.0.20",
"@shopify/cli-hydrogen": "^3.0.20",
"@shopify/eslint-plugin": "^40.1.0",
"@shopify/prettier-config": "^1.1.2",
"@shopify/stylelint-plugin": "^10.0.1",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-react": "^1.0.0",
"autoprefixer": "^10.2.5",
"eslint": "^7.31.0",
"postcss": "^8.2.10",
"prettier": "^2.3.2",
"tailwindcss": "^3.1.4",
"vite": "^2.9.12",
"vite-plugin-markdown": "^2.0.2",
"wrangler": "^2.0.14",
"xml2js": "^0.4.23"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.1.3",
"@heroicons/react": "^1.0.6",
"@shopify/hydrogen": "^1.3.2",
"@tailwindcss/aspect-ratio": "^0.4.0",
"highlight.js": "^11.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}