-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.54 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
{
"name": "homepage",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@next/font": "13.0.4",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"autoprefixer": "^10.4.13",
"daisyui": "^2.42.1",
"eslint": "8.28.0",
"eslint-config-next": "13.0.4",
"next": "13.0.4",
"next-transpile-modules": "^10.0.0",
"postcss": "^8.4.19",
"react": "18.2.0",
"react-daisyui": "^2.4.6",
"react-dom": "18.2.0",
"sharp": "^0.31.2",
"tailwindcss": "^3.2.4",
"typescript": "4.9.3"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@storybook/addon-essentials": "^7.0.0-beta.3",
"@storybook/addon-interactions": "^7.0.0-beta.3",
"@storybook/addon-links": "^7.0.0-beta.3",
"@storybook/blocks": "^7.0.0-beta.3",
"@storybook/nextjs": "^7.0.0-beta.3",
"@storybook/react": "^7.0.0-beta.3",
"@storybook/testing-library": "^0.0.13",
"babel-loader": "^8.3.0",
"eslint-plugin-storybook": "^0.6.8",
"husky": "^8.0.2",
"semantic-release": "^19.0.5",
"semantic-release-export-data": "^1.0.1",
"storybook": "^7.0.0-beta.3"
}
}