forked from omegak911/reactReview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (35 loc) · 860 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": "reactReview",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -d --watch",
"start": "open index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omegak911/reactReview.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/omegak911/reactReview/issues"
},
"homepage": "https://github.com/omegak911/reactReview#readme",
"dependencies": {
"react": "^0.14.7",
"react-dom": "^0.14.7"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "6.24.1",
"babel-loader": "7.0.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "6.24.1",
"webpack": "2.6.1"
}
}