-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.36 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
68
69
70
71
72
{
"name": "perro-cafe-storefront",
"private": true,
"sideEffects": false,
"version": "0.0.1",
"scripts": {
"postinstall": "remix-esbuild-override",
"build": "shopify hydrogen build",
"dev": "shopify hydrogen dev",
"preview": "npm run build && shopify hydrogen preview",
"lint": "eslint --no-error-on-unmatched-pattern --ext .ts,.tsx .",
"typecheck": "tsc --noEmit",
"g": "shopify hydrogen generate",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 6006 --no-open",
"test": "echo \"No tests yet\"",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_89d4668f6af45d2"
},
"prettier": "@shopify/prettier-config",
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@remix-run/react": "1.15.0",
"@shopify/cli": "3.45.0",
"@shopify/cli-hydrogen": "^4.1.1",
"@shopify/hydrogen": "^2023.4.0",
"@shopify/remix-oxygen": "^1.0.5",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"html-react-parser": "^4.1.0",
"posthog-js": "^1.57.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.22.9",
"@remix-run/dev": "1.15.0",
"@remix-run/eslint-config": "1.14.3",
"@shopify/eslint-plugin": "^42.0.3",
"@shopify/oxygen-workers-types": "^3.17.2",
"@shopify/prettier-config": "^1.1.2",
"@storybook/addon-actions": "^7.1.0",
"@storybook/addon-essentials": "^7.1.0",
"@storybook/addon-interactions": "^7.1.0",
"@storybook/addon-links": "^7.1.0",
"@storybook/react": "^7.1.0",
"@storybook/react-webpack5": "^7.1.0",
"@storybook/testing-library": "^0.2.0",
"@types/eslint": "^8.44.0",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"babel-loader": "^9.1.2",
"chromatic": "^11.0.7",
"eslint": "^8.45.0",
"eslint-plugin-check-file": "^2.5.0",
"eslint-plugin-hydrogen": "0.12.2",
"eslint-plugin-storybook": "^0.6.13",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"prettier": "^2.8.4",
"remix-esbuild-override": "^3.1.0",
"storybook": "^7.1.0",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=18.12"
}
}