-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 980 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
33
34
35
36
37
{
"main": "index.js",
"author": "Corey Bruyere",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.3",
"@storybook/addon-actions": "^6.1.21",
"@storybook/addon-docs": "^6.1.21",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-links": "^6.0.28",
"@storybook/react": "^6.1.21",
"@storybook/theming": "^6.1.21",
"babel-loader": "^8.1.0",
"csstype": "^3.0.4",
"lerna": "^3.16.4",
"react": "^16.13.1",
"react-dom": "^17.0.1",
"react-is": "^16.13.1",
"tslib": "^2.1.0",
"typescript": "^4.0.5"
},
"workspaces": [
"packages/*"
],
"scripts": {
"start": "npm run storybook",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"bootstrap": "lerna exec npm install",
"publish": "lerna run build && lerna publish"
},
"repository": {
"type": "git",
"url": "git://github.com/coreybruyere/skeleton-ui.git"
},
"dependencies": {}
}