-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 983 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
36
37
38
39
40
41
{
"name": "react-sampler",
"version": "1.0.0",
"description": "React Sample Application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vbinamira/react-sampler.git"
},
"keywords": [
"reactjs",
"html",
"css"
],
"author": "Vince Binamira",
"license": "ISC",
"bugs": {
"url": "https://github.com/vbinamira/react-sampler/issues"
},
"homepage": "https://github.com/vbinamira/react-sampler#readme",
"dependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"ejs": "^2.5.6",
"express": "^4.14.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^2.6.1"
},
"devDependencies": {
"babel-loader": "^6.2.10",
"bootstrap": "^3.3.7",
"http-server": "^0.9.0",
"webpack": "^1.13.3"
}
}