-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 859 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 859 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
31
32
33
{
"name": "react-base",
"version": "1.0.0",
"description": "My startup files for react project.",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shresthd/react_base.git"
},
"author": "Dipak Shrestha",
"license": "ISC",
"bugs": {
"url": "https://github.com/shresthd/react_base/issues"
},
"homepage": "https://github.com/shresthd/react_base#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-loader": "^6.2.10",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"json-loader": "^0.5.4",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"reach": "^1.0.0",
"react-dom": "^15.4.2"
}
}