This repository has been archived by the owner on Jun 24, 2023. It is now read-only.
generated from spilnotaxyz/nextjs-storybook-mui-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.07 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
{
"name": "spilnota-website",
"version": "1.7.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"semantic-release": "semantic-release",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@mdx-js/loader": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@mui/system": "^5.11.8",
"@next/font": "^13.1.6",
"@next/mdx": "^13.1.6",
"lodash.merge": "^4.6.2",
"next": "^13.1.6",
"nextjs-google-analytics": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/release-notes-generator": "^10.0.3",
"@storybook/addon-actions": "^7.0.0-beta.45",
"@storybook/addon-essentials": "^7.0.0-beta.45",
"@storybook/addon-interactions": "^7.0.0-beta.45",
"@storybook/addon-links": "^7.0.0-beta.45",
"@storybook/blocks": "^7.0.0-beta.45",
"@storybook/nextjs": "^7.0.0-beta.45",
"@storybook/react": "^7.0.0-beta.45",
"@storybook/testing-library": "^0.0.14-next.1",
"@svgr/webpack": "^6.5.1",
"@types/lodash.merge": "^4.6.7",
"@types/node": "^18.13.0",
"@types/react": "^18.0.27",
"eslint": "^8.33.0",
"eslint-config-next": "^13.1.6",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.10",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"prettier": "^2.8.3",
"semantic-release": "19.0.5",
"storybook": "^7.0.0-beta.45",
"typescript": "^4.9.5"
}
}