-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 871 Bytes
/
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
{
"name": "root",
"version": "1.0.3",
"description": "A library UI",
"main": "index.js",
"scripts": {
"test": "echo \"TODO: add jest and tests\"",
"build": "lerna run build --stream",
"boot": "lerna bootstrap",
"version": "lerna version",
"pub": "lerna publish",
"dev": "start-storybook -p 6006",
"build:storybook": "build-storybook"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.15.8",
"@storybook/addon-actions": "^6.4.20",
"@storybook/addon-docs": "^6.4.20",
"@storybook/addon-essentials": "^6.4.20",
"@storybook/addon-links": "^6.4.20",
"@storybook/react": "^6.4.20",
"@storybook/theming": "^6.4.20",
"babel-loader": "^8.2.2",
"lerna": "^4.0.0",
"react": "^17.0.2",
"styled-components": "^5.3.1",
"typescript": "^4.4.4"
}
}