-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 853 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 853 Bytes
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
{
"name": "react-components",
"version": "1.0.0",
"description": "Shared components library for React components",
"main": "index.js",
"scripts": {
"storybook": "start-storybook -p 9001 -c .storybook",
"build": "build-storybook -c .storybook -o ./docs",
"prepare-release": "npm run build && lerna updated",
"release": "npm run prepare-release && lerna publish --exact"
},
"author": "ewbutterfield",
"license": "MIT",
"devDependencies": {
"@storybook/addon-actions": "^3.2.13",
"@storybook/addon-knobs": "^3.2.13",
"@storybook/addon-notes": "^3.2.13",
"@storybook/react": "^3.2.13",
"eslint": "^4.9.0",
"eslint-config-vstg": "^2.2.1",
"prop-types": "^15.6.0",
"react": "^15.0.0-0 || ^16.0.0-0",
"react-dom": "^15.0.0-0 || ^16.0.0-0",
"lerna": "^2.4.0"
},
"dependencies": {}
}