-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 1.01 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
34
{
"name": "react-video-example",
"version": "0.1.2",
"description": "A sample app featuring video player in ReactJS",
"dependencies": {
"react": "^0.14.3",
"react-bootstrap": "~0.28.1"
},
"devDependencies": {
"babel-core": "^6.2.1",
"babel-eslint": "^5.0.0-beta4",
"babel-loader": "^6.2.0",
"babel-plugin-react-transform": "^1.1.1",
"eslint": "^1.10.2",
"eslint-plugin-react": "^3.11.2",
"express": "^4.13.3",
"react-transform-catch-errors": "^1.0.0",
"react-transform-webpack-hmr": "^0.1.6",
"redbox-react": "^1.2.0",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
},
"scripts": {
"start": "node server.js",
"build": "./node_modules/.bin/webpack --config webpack.config.production.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jirivrany/react-video-example.git"
},
"author": "Jiri Vrany <[email protected]> (https://github.com/jirivrany)",
"license": "MIT"
}