forked from haridusenadeera/react-navbar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.16 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.16 KB
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
{
"name": "lm-react-bootstrap-navbar",
"version": "1.1.1",
"description": "React bootstrap navigation bar",
"main": "./lib/index.js",
"scripts": {
"prepublish": "node_modules/babel/bin/babel.js src/scripts/ --out-dir lib",
"lint": "eslint src",
"build": "webpack",
"start": "webpack-dev-server --config webpack.development.js --devtool source-map --progress --colors --hot --content-base build --host 0.0.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leakingmemory/react-navbar.git"
},
"author": "Jan-Espen Oversand",
"license": "MIT",
"bugs": {
"url": "https://github.com/leakingmemory/react-navbar/issues"
},
"homepage": "https://github.com/leakingmemory/react-navbar",
"devDependencies": {
"babel": "^5.8.34",
"babel-core": "^5.6.7",
"babel-eslint": "^3.1.23",
"babel-loader": "^5.2.0",
"eslint": "^0.24.1",
"eslint-plugin-react": "^2.7.0",
"node-libs-browser": "^0.5.2",
"webpack": "^1.9.12",
"webpack-dev-server": "^1.9.0"
},
"dependencies": {
"path-is-absolute": "^1.0.0",
"radium": "^0.13.4",
"react": "^15.5.4",
"react-dom": "^15.5.4"
}
}