forked from decentdao/decent-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.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
{
"name": "@decent-org/decent-ui",
"version": "0.1.0",
"description": "Decent DAO design system component library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"author": "Decent DAO",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.18.6",
"@chakra-ui/react": "^1.8.8",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-interactions": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"@storybook/theming": "^6.5.9",
"@types/mdx-js__react": "^1.5.3",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^6.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"typescript": "*",
"webpack": "^5.68.0"
}
}