-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.49 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
{
"name": "vegwins",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.6",
"browser-image-compression": "^2.0.2",
"embla-carousel-autoplay": "^8.0.2",
"embla-carousel-react": "^8.0.1",
"next": "14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"@chromatic-com/storybook": "1.2.25",
"@storybook/addon-essentials": "^8.0.5",
"@storybook/addon-interactions": "^8.0.5",
"@storybook/addon-links": "^8.0.5",
"@storybook/addon-onboarding": "^8.0.5",
"@storybook/addon-viewport": "^8.0.5",
"@storybook/blocks": "^8.0.5",
"@storybook/nextjs": "^8.0.5",
"@storybook/react": "^8.0.5",
"@storybook/test": "^8.0.5",
"@svgr/webpack": "^8.1.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"autoprefixer": "^10.4.19",
"embla-carousel": "^8.0.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8.4.38",
"prettier-plugin-tailwindcss": "^0.5.13",
"storybook": "^8.0.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"webpack": "^5.91.0"
}
}