-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
44
45
46
{
"name": "team4est-frontend",
"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": {
"@heroicons/react": "^2.0.18",
"@types/node": "20.2.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"classnames": "^2.3.2",
"eslint": "8.40.0",
"eslint-config-next": "13.4.3",
"jose": "^4.14.4",
"next": "13.4.3",
"next-intl": "2.15.0-beta.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"typescript": "5.0.4",
"zustand": "^4.3.8"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.12",
"@storybook/addon-interactions": "^7.0.12",
"@storybook/addon-links": "^7.0.12",
"@storybook/addon-styling": "^1.0.8",
"@storybook/blocks": "^7.0.12",
"@storybook/nextjs": "^7.0.12",
"@storybook/react": "^7.0.12",
"@storybook/testing-library": "^0.1.0",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.14",
"eslint-plugin-storybook": "^0.6.12",
"postcss": "^8.4.23",
"storybook": "^7.0.12",
"tailwindcss": "^3.3.2"
}
}