mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-11 07:45:56 +00:00
adding bithoundrc and updating pico-router
This commit is contained in:
7
.bithoundrc
Normal file
7
.bithoundrc
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"unused-ignores": [
|
||||
"react-dom"
|
||||
]
|
||||
}
|
||||
}
|
||||
27
package-lock.json
generated
27
package-lock.json
generated
@@ -6101,29 +6101,15 @@
|
||||
}
|
||||
},
|
||||
"pico-router": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/pico-router/-/pico-router-1.3.0.tgz",
|
||||
"integrity": "sha512-VYvL+ycNF+xxqd/vZdBxEUw4KzYNF0EjpFto0lLllEoN0fRzPLoM76Wkx1iOFbNFKfmUbciV4ec+tdPOOxN3Dw==",
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/pico-router/-/pico-router-2.1.0.tgz",
|
||||
"integrity": "sha512-aUTyqGvqbRifVn3StnP7V8QBVcSfsbfpHt+neMgXKPLdxlfgD7kwHv6WzGZxwZ4u6/S6io89hftDy2k1kJHJLQ==",
|
||||
"requires": {
|
||||
"create-react-class": "15.6.3",
|
||||
"lodash": "4.17.5",
|
||||
"react": "15.6.2",
|
||||
"react": "16.3.1",
|
||||
"url": "0.11.0",
|
||||
"url-pattern": "1.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": {
|
||||
"version": "15.6.2",
|
||||
"resolved": "https://registry.npmjs.org/react/-/react-15.6.2.tgz",
|
||||
"integrity": "sha1-26BDSrQ5z+gvEI8PURZjkIF5qnI=",
|
||||
"requires": {
|
||||
"create-react-class": "15.6.3",
|
||||
"fbjs": "0.8.16",
|
||||
"loose-envify": "1.3.1",
|
||||
"object-assign": "4.1.1",
|
||||
"prop-types": "15.6.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"pify": {
|
||||
@@ -7226,11 +7212,6 @@
|
||||
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
|
||||
"integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo="
|
||||
},
|
||||
"striptags": {
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/striptags/-/striptags-3.1.1.tgz",
|
||||
"integrity": "sha1-yMPn/db7S7OjKjt1LltePjgJPr0="
|
||||
},
|
||||
"subarg": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz",
|
||||
|
||||
@@ -52,11 +52,10 @@
|
||||
"mongoose": "^4.13.12",
|
||||
"nconf": "^0.10.0",
|
||||
"pico-flux": "^3.0.1",
|
||||
"pico-router": "^1.3.0",
|
||||
"pico-router": "^2.1.0",
|
||||
"react": "^16.3.1",
|
||||
"react-dom": "^16.3.1",
|
||||
"shortid": "^2.2.4",
|
||||
"striptags": "^3.1.1",
|
||||
"superagent": "^3.8.2",
|
||||
"vitreum": "^4.10.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user