-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.03 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
{
"name": "uiuiui-patterns",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:danburzo/uiuiui-patterns.git",
"author": "Dan Burzo <danburzo@gmail.com>",
"license": "MIT",
"dependencies": {
"react": "^16.3.1",
"react-dom": "^16.3.1"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.1",
"@storybook/addon-links": "^3.4.1",
"@storybook/addons": "^3.4.1",
"@storybook/react": "^3.4.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"webpack": "^4.5.0",
"webpack-dev-server": "^3.1.3",
"why-did-you-update": "^0.1.1"
},
"scripts": {
"start": "npm-run-all --parallel storybook:start build:watch",
"storybook:start": "start-storybook --port 6003",
"storybook:build": "build-storybook",
"build": "babel components -d build --copy-files",
"build:watch": "babel components -d build --copy-files --watch"
}
}