-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 935 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
{
"name": "youtube-dl",
"version": "1.0.0",
"description": "A simple case of using ReactJS Redux Webpack SASS with api-platform",
"scripts": {
"webpack": "webpack -d",
"watch": "webpack -d --watch",
"build": "webpack -p"
},
"author": "Pat et Féfé",
"license": "MIT",
"dependencies": {
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-plugin-istanbul": "^2.0.3",
"babel-plugin-transform-runtime": "^6.5.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.28.4",
"eslint": "^2.13.1",
"eslint-plugin-react": "^6.4.0",
"isomorphic-fetch": "^2.2.1",
"react": "^15.3.1",
"react-bootstrap": "^0.31.2",
"react-dom": "^15.3.1",
"react-prop-types": "^0.4.0",
"webpack": "^2.7.0"
},
"devDependencies": {
"style-loader": "^0.18.2"
},
"main": "webpack.config.js"
}