forked from romabelka/js_ru_08_06_17
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 883 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
35
{
"name": "react_course_js_ru_08_06_17",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --inline",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/romabelka/js_ru_08_06_17"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/romabelka/js_ru_08_06_17"
},
"homepage": "https://github.com/romabelka/js_ru_08_06_17",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"webpack": "^2.0.0",
"webpack-dev-server": "^2.0.0"
},
"dependencies": {
"prop-types": "^15.5.10",
"react": "^15.5.0",
"react-dom": "^15.5.0"
}
}