-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 780 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 780 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
28
29
30
{
"name": "react-player",
"version": "0.0.0",
"description": "- npm install \r - npm start",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --inline",
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true,
"author": "kamil.m.kielbasa@gmail.com",
"license": "ISC",
"dependencies": {
"react": "^0.13.3"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.24",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"es6-promise": "^3.0.2",
"file-loader": "^0.8.4",
"http-server": "^0.8.0",
"jsx-loader": "^0.13.2",
"react-transform-hmr": "^1.0.1",
"underscore": "^1.8.3",
"webpack": "^1.12.1",
"webpack-dev-server": "^1.10.1"
}
}