-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"name": "create-next-app-antd",
"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",
"chromatic": "npx chromatic"
},
"devDependencies": {
"@ant-design/cssinjs": "^1.3.0",
"@next/font": "13.4.7",
"@storybook/addon-essentials": "^7.4.0",
"@storybook/addon-interactions": "^7.4.0",
"@storybook/addon-links": "^7.4.0",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.4.0",
"@storybook/nextjs": "^7.4.0",
"@storybook/react": "^7.4.0",
"@storybook/testing-library": "^0.2.0",
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"antd": "^5.1.0",
"chromatic": "^6.24.1",
"cross-env": "^7.0.3",
"eslint": "^8.30.0",
"eslint-config-next": "13.4.7",
"eslint-plugin-storybook": "^0.6.13",
"next": "13.4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.4.0",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}