mirror of
https://github.com/naturalcrit/naturalcrit.git
synced 2025-10-27 07:29:54 +00:00
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.8.3 to 8.9.5. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/compare/8.8.3...8.9.5) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "naturalcrit",
|
|
"description": "Top-tier Tools for the discerning DM",
|
|
"version": "2.4.0",
|
|
"scripts": {
|
|
"dev": "node scripts/dev.js",
|
|
"build": "node scripts/build.js",
|
|
"prod": "set NODE_ENV=production&& npm run build",
|
|
"postinstall": "npm run build",
|
|
"start": "node server.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.2.0"
|
|
},
|
|
"author": "stolksdorf",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"app-module-path": "2.2.0",
|
|
"babel-preset-latest": "^6.16.0",
|
|
"babel-preset-react": "^6.16.0",
|
|
"babelify": "^7.3.0",
|
|
"bcrypt": "^5.1.1",
|
|
"body-parser": "^1.20.2",
|
|
"browserify": "^14.4.0",
|
|
"chalk": "^1.1.3",
|
|
"chokidar": "^4.0.3",
|
|
"classnames": "^2.2.5",
|
|
"cookie-parser": "^1.4.3",
|
|
"express": "^4.21.2",
|
|
"fs-extra": "^3.0.1",
|
|
"jwt-simple": "^0.5.0",
|
|
"klaw": "^2.0.0",
|
|
"less": "^4.2.1",
|
|
"livereload": "^0.9.3",
|
|
"lodash": "^4.17.21",
|
|
"mongoose": "^8.9.5",
|
|
"nconf": "0.8.4",
|
|
"nodemon": "^3.1.7",
|
|
"passport": "0.6.0",
|
|
"passport-google-oauth20": "2.0.0",
|
|
"passport-jwt": "4.0.1",
|
|
"passport-local": "1.0.0",
|
|
"pico-router": "^1.1.1",
|
|
"react": "^15.4.1",
|
|
"react-color": "^2.13.3",
|
|
"react-dom": "^15.4.1",
|
|
"source-map-support": "^0.4.6",
|
|
"superagent": "^2.3.0",
|
|
"uglify-es": "^3.0.14",
|
|
"watchify": "^4.0.0"
|
|
}
|
|
}
|