forked from talk2MeGooseman/react-twitch-embed-video
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.47 KB
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "react-twitch-embed-video",
"version": "1.0.1",
"scripts": {
"build": "cross-env NODE_ENV=development webpack --config webpack.config.babel.js",
"release": "cross-env NODE_ENV=production webpack --p --config webpack.config.babel.js",
"deploy": "",
"lint": "eslint ./src",
"start": "start-storybook -p 9001 -c .storybook",
"release-storybook": "build-storybook -c .storybook -o .out",
"deploy-storybook": "storybook-to-ghpages",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"dependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0",
"window-or-global": "^1.0.1"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.17",
"@storybook/addon-info": "^3.2.17",
"@storybook/addon-knobs": "^3.2.17",
"@storybook/addon-links": "^3.2.17",
"@storybook/addon-notes": "^3.2.17",
"@storybook/addon-options": "^3.2.17",
"@storybook/react": "^3.2.17",
"@storybook/storybook-deployer": "^2.0.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-app": "^3.1.0",
"clean-webpack-plugin": "^0.1.16",
"cross-env": "^5.1.1",
"eslint": "^4.9.0",
"eslint-plugin-react": "^7.5.1",
"publish-please": "^2.3.1",
"react-hot-loader": "next",
"style-loader": "^0.19.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.4.5"
},
"babel": {
"presets": [
"react-app"
]
}
}