| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- {
- "name": "crowi-plus",
- "version": "1.2.15-RC",
- "description": "Enhanced Crowi",
- "tags": [
- "wiki",
- "communication",
- "documentation",
- "collaboration"
- ],
- "author": "Yuki Takei <yuki@weseek.co.jp>",
- "contributors": [],
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/weseek/crowi-plus.git"
- },
- "bugs": {
- "url": "https://github.com/weseek/crowi-plus/issues"
- },
- "scripts": {
- "build:dev:watch": "npm run build:dev -- --watch",
- "build:dev": "npm run clean:js && webpack --config config/webpack.dev.js --progress --profile",
- "build:prod": "npm run clean && webpack --config config/webpack.prod.js --progress --profile --bail",
- "build": "npm run build:dev",
- "clean:js": "rimraf -- public/js",
- "clean:dll": "rimraf -- public/dll",
- "clean": "npm run clean:js && npm run clean:dll",
- "heroku-postbuild": "sh bin/heroku/install-plugins.sh && npm run build:prod",
- "mkdirp": "mkdirp",
- "plugin:def": "node bin/generate-plugin-definitions-source.js",
- "prebuild:dev": "env-cmd config/env.dev.js npm run plugin:def",
- "prebuild:prod": "npm run plugin:def",
- "prestart": "npm run build:prod",
- "postserver:prod:container": "echo ---------------------------------------- && echo [WARNING] && echo 'server:prod:container' is deprecated. && echo Please use 'sever:prod' && echo ----------------------------------------",
- "server:dev:watch": "env-cmd config/env.dev.js node-dev --respawn app.js --watch",
- "server:dev": "env-cmd config/env.dev.js node app.js",
- "server:prod:container": "npm run server:prod",
- "server:prod": "node app.js --production | pino-clf common",
- "server": "npm run server:dev:watch",
- "start": "npm run server:prod",
- "test": "mocha -r test/bootstrap.js test/**/*.js",
- "version": "node -p \"require('./package.json').version\"",
- "webpack": "webpack"
- },
- "dependencies": {
- "assets-webpack-plugin": "~3.5.1",
- "async": "^2.3.0",
- "aws-sdk": "~2.2.26",
- "axios": "^0.16.1",
- "babel-core": "^6.24.0",
- "babel-loader": "^7.0.0",
- "babel-preset-env": "^1.4.0",
- "babel-preset-react": "^6.23.0",
- "basic-auth-connect": "~1.0.0",
- "body-parser": "^1.17.1",
- "bootstrap-sass": "~3.3.6",
- "botkit": "~0.1.1",
- "check-node-version": "^2.0.1",
- "cli": "~1.0.1",
- "colors": "^1.1.2",
- "commander": "~2.9.0",
- "connect-flash": "~0.1.1",
- "connect-redis": "~2.1.0",
- "consolidate": "~0.14.0",
- "cookie-parser": "^1.4.3",
- "copy-webpack-plugin": "^4.0.0",
- "crowi-pluginkit": "^1.1.0",
- "csrf": "~3.0.3",
- "css-loader": "^0.28.0",
- "debug": "~2.6.0",
- "diff": "^3.2.0",
- "diff2html": "^2.3.0",
- "elasticsearch": "^12.1.3",
- "emojify.js": "^1.1.0",
- "env-cmd": "^5.0.0",
- "express": "~4.15.2",
- "express-form": "~0.12.0",
- "express-pino-logger": "^2.0.0",
- "express-session": "~1.15.0",
- "express-webpack-assets": "0.0.2",
- "file-loader": "^0.11.1",
- "googleapis": "=12.3.0",
- "graceful-fs": "^4.1.11",
- "highlight.js": "^9.10.0",
- "i18next": "~4.1.0",
- "i18next-express-middleware": "~1.0.2",
- "i18next-node-fs-backend": "~0.1.3",
- "i18next-sprintf-postprocessor": "~0.2.2",
- "inline-attachment": "~2.0.3",
- "jquery.cookie": "~1.4.1",
- "marked": "~0.3.6",
- "md5": "^2.2.1",
- "method-override": "~2.3.1",
- "mkdirp": "~0.5.1",
- "moment": "^2.18.0",
- "mongoose": "^4.9.4",
- "mongoose-paginate": "5.0.x",
- "multer": "~1.3.0",
- "node-sass": "^4.5.0",
- "nodemailer": "~2.7.0",
- "nodemailer-ses-transport": "~1.5.0",
- "normalize-path": "^2.1.1",
- "optimize-js-plugin": "0.0.4",
- "pino-clf": "^1.0.2",
- "plantuml-encoder": "^1.2.4",
- "react": "^15.5.0",
- "react-bootstrap": "^0.31.0",
- "react-bootstrap-typeahead": "^1.3.0",
- "react-clipboard.js": "^1.0.1",
- "react-dom": "^15.5.0",
- "redis": "^2.7.1",
- "reveal.js": "^3.5.0",
- "rimraf": "^2.6.1",
- "sass-loader": "^6.0.3",
- "socket.io": "~1.7.0",
- "socket.io-client": "~1.7.0",
- "style-loader": "^0.18.2",
- "swig": "~1.4.0",
- "toastr": "^2.1.2",
- "uglifycss": "^0.0.27",
- "webpack": "~2.6.1",
- "webpack-dll-bundles-plugin": "^1.0.0-beta.5",
- "webpack-merge": "~4.1.0"
- },
- "devDependencies": {
- "chai": "^3.5.0",
- "concurrently": "^3.4.0",
- "easy-livereload": "^1.2.0",
- "mocha": "^3.2.0",
- "morgan": "^1.8.2",
- "node-dev": "^3.1.3",
- "proxyquire": "^1.7.11",
- "sinon": "^2.1.0",
- "sinon-chai": "^2.9.0"
- },
- "engines": {
- "node": "6.x",
- "npm": "4.x"
- },
- "config": {
- "blanket": {
- "pattern": "./lib/**/*.js"
- }
- }
- }
|