-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1013 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
{
"name": "c9-react-hot",
"version": "1.0.0",
"main": "index.js",
"description": "A starting point for react hot loading in c9.io",
"author": "Dev Circle Nepal",
"keywords": [
"react",
"webpack",
"c9.io",
"react-hot"
],
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server --host $IP --port $PORT --config webpack.dev.config.js --progress"
},
"license": "ISC",
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"react-hot-loader": "^3.0.0-beta.6",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dev-circle-np/c9-react-hot.git"
},
"bugs": {
"url": "https://github.com/dev-circle-np/c9-react-hot/issues"
},
"homepage": "https://github.com/dev-circle-np/c9-react-hot#readme"
}