-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.42 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.42 KB
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": "mcbuild.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"add-component": "node ./ui/scripts/cli.js",
"generate:docs": "node ./scripts/generateDocs"
},
"dependencies": {
"@mcb/ui": "./ui",
"@mdx-js/react": "^1.6.22",
"classnames": "^2.3.1",
"markdown-it-container": "^3.0.0",
"markdown-react-js": "^1.0.2",
"next": "10.1.3",
"next-plugin-svgr": "^1.0.0",
"raw-loader": "^4.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-use": "^17.2.3"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@next/mdx": "^10.2.0",
"@storybook/addon-a11y": "^6.2.7",
"@storybook/addon-actions": "^6.2.7",
"@storybook/addon-essentials": "^6.2.7",
"@storybook/addon-links": "^6.2.7",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addons": "^6.2.7",
"@storybook/react": "^6.2.7",
"@storybook/theming": "^6.2.7",
"@svgr/webpack": "^5.5.0",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"next-images": "^1.7.0",
"next-plugin-antd-less": "^1.0.8",
"next-transpile-modules": "^6.4.0",
"postcss-flexbugs-fixes": "^5.0.2",
"storybook-addon-themes": "^6.1.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.2.4"
}
}