-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.63 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
{
"name": "hydrogen-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006 -s ./public",
"build-storybook": "storybook build",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@babel/core": ">=7.13.0 <8.0.0",
"@headlessui/react": "^1.7.14",
"@storybook/addon-styling": "^1.3.4",
"@storybook/testing-library": "^0.2.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "20.1.2",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"eslint": "8.40.0",
"eslint-config-next": "13.4.9",
"less": "^3.5.0 || ^4.0.0",
"next": "^14.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.4.3",
"sanitize-html": "^2.10.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"webpack": ">=5.0.0 <6.0.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.27",
"@storybook/addon-interactions": "^7.0.27",
"@storybook/addon-links": "^7.0.27",
"@storybook/blocks": "^7.0.27",
"@storybook/nextjs": "^7.0.27",
"@storybook/react": "^7.0.27",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@types/sanitize-html": "^2.9.0",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
"eslint-plugin-storybook": "^0.6.12",
"postcss": "8.4.23",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^8.3.2",
"prettier": "^2.8.8",
"react-use": "^17.4.0",
"storybook": "^7.0.27",
"type-fest": "^3.10.0",
"typographic-base": "^1.0.4",
"zustand": "^4.3.8"
}
}