|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
{
|
|
|
"name": "crowi-plus",
|
|
"name": "crowi-plus",
|
|
|
- "version": "2.2.0-RC",
|
|
|
|
|
|
|
+ "version": "2.2.1-RC",
|
|
|
"description": "Enhanced Crowi",
|
|
"description": "Enhanced Crowi",
|
|
|
"tags": [
|
|
"tags": [
|
|
|
"wiki",
|
|
"wiki",
|
|
@@ -19,13 +19,16 @@
|
|
|
"url": "https://github.com/weseek/crowi-plus/issues"
|
|
"url": "https://github.com/weseek/crowi-plus/issues"
|
|
|
},
|
|
},
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
|
|
+ "build:dev:analyze": "cross-env ANALYZE=1 npm run build:dev",
|
|
|
"build:dev:watch": "npm run build:dev -- --watch",
|
|
"build:dev:watch": "npm run build:dev -- --watch",
|
|
|
"build:dev": "npm run clean:js && webpack --config config/webpack.dev.js --progress --profile",
|
|
"build:dev": "npm run clean:js && webpack --config config/webpack.dev.js --progress --profile",
|
|
|
|
|
+ "build:prod:analyze": "cross-env ANALYZE=1 npm run build:prod",
|
|
|
"build:prod": "npm run clean && webpack --config config/webpack.prod.js --progress --profile --bail",
|
|
"build:prod": "npm run clean && webpack --config config/webpack.prod.js --progress --profile --bail",
|
|
|
"build": "npm run build:dev",
|
|
"build": "npm run build:dev",
|
|
|
"clean:js": "rimraf -- public/js",
|
|
"clean:js": "rimraf -- public/js",
|
|
|
"clean:dll": "rimraf -- public/dll",
|
|
"clean:dll": "rimraf -- public/dll",
|
|
|
- "clean": "npm run clean:js && npm run clean:dll",
|
|
|
|
|
|
|
+ "clean:report": "rimraf -- report",
|
|
|
|
|
+ "clean": "npm run clean:js && npm run clean:dll && npm run clean:report",
|
|
|
"heroku-postbuild": "sh bin/heroku/install-plugins.sh && npm run build:prod",
|
|
"heroku-postbuild": "sh bin/heroku/install-plugins.sh && npm run build:prod",
|
|
|
"mkdirp": "mkdirp",
|
|
"mkdirp": "mkdirp",
|
|
|
"plugin:def": "node bin/generate-plugin-definitions-source.js",
|
|
"plugin:def": "node bin/generate-plugin-definitions-source.js",
|
|
@@ -49,7 +52,7 @@
|
|
|
"assets-webpack-plugin": "~3.5.1",
|
|
"assets-webpack-plugin": "~3.5.1",
|
|
|
"async": "^2.3.0",
|
|
"async": "^2.3.0",
|
|
|
"aws-sdk": "^2.88.0",
|
|
"aws-sdk": "^2.88.0",
|
|
|
- "axios": "^0.16.2",
|
|
|
|
|
|
|
+ "axios": "^0.17.0",
|
|
|
"babel-core": "^6.25.0",
|
|
"babel-core": "^6.25.0",
|
|
|
"babel-loader": "^7.1.1",
|
|
"babel-loader": "^7.1.1",
|
|
|
"babel-preset-env": "^1.6.0",
|
|
"babel-preset-env": "^1.6.0",
|
|
@@ -61,6 +64,7 @@
|
|
|
"connect-flash": "~0.1.1",
|
|
"connect-flash": "~0.1.1",
|
|
|
"connect-redis": "^3.3.0",
|
|
"connect-redis": "^3.3.0",
|
|
|
"cookie-parser": "^1.4.3",
|
|
"cookie-parser": "^1.4.3",
|
|
|
|
|
+ "cross-env": "^5.0.5",
|
|
|
"crowi-pluginkit": "^1.1.0",
|
|
"crowi-pluginkit": "^1.1.0",
|
|
|
"csrf": "~3.0.3",
|
|
"csrf": "~3.0.3",
|
|
|
"css-loader": "^0.28.0",
|
|
"css-loader": "^0.28.0",
|
|
@@ -103,11 +107,11 @@
|
|
|
"passport-local": "^1.0.0",
|
|
"passport-local": "^1.0.0",
|
|
|
"pino-clf": "^1.0.2",
|
|
"pino-clf": "^1.0.2",
|
|
|
"plantuml-encoder": "^1.2.4",
|
|
"plantuml-encoder": "^1.2.4",
|
|
|
- "react": "15.6.1",
|
|
|
|
|
- "react-bootstrap": "^0.31.0",
|
|
|
|
|
|
|
+ "react": "^16.0.0",
|
|
|
|
|
+ "react-bootstrap": "^0.31.3",
|
|
|
"react-bootstrap-typeahead": "^1.4.2",
|
|
"react-bootstrap-typeahead": "^1.4.2",
|
|
|
"react-clipboard.js": "^1.1.2",
|
|
"react-clipboard.js": "^1.1.2",
|
|
|
- "react-dom": "15.6.1",
|
|
|
|
|
|
|
+ "react-dom": "^16.0.0",
|
|
|
"redis": "^2.7.1",
|
|
"redis": "^2.7.1",
|
|
|
"reveal.js": "^3.5.0",
|
|
"reveal.js": "^3.5.0",
|
|
|
"rimraf": "^2.6.1",
|
|
"rimraf": "^2.6.1",
|
|
@@ -119,7 +123,7 @@
|
|
|
"toastr": "^2.1.2",
|
|
"toastr": "^2.1.2",
|
|
|
"uglifycss": "^0.0.27",
|
|
"uglifycss": "^0.0.27",
|
|
|
"webpack": "^3.1.0",
|
|
"webpack": "^3.1.0",
|
|
|
- "webpack-dll-bundles-plugin": "^1.0.0-beta.5",
|
|
|
|
|
|
|
+ "webpack-bundle-analyzer": "^2.9.0",
|
|
|
"webpack-merge": "~4.1.0"
|
|
"webpack-merge": "~4.1.0"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
@@ -132,12 +136,13 @@
|
|
|
"morgan": "^1.8.2",
|
|
"morgan": "^1.8.2",
|
|
|
"node-dev": "^3.1.3",
|
|
"node-dev": "^3.1.3",
|
|
|
"sinon": "^4.0.0",
|
|
"sinon": "^4.0.0",
|
|
|
- "sinon-chai": "^2.13.0"
|
|
|
|
|
|
|
+ "sinon-chai": "^2.13.0",
|
|
|
|
|
+ "webpack-dll-bundles-plugin": "^1.0.0-beta.5"
|
|
|
},
|
|
},
|
|
|
"engines": {
|
|
"engines": {
|
|
|
"node": ">=6.11 <7",
|
|
"node": ">=6.11 <7",
|
|
|
"npm": ">=4.6 <5",
|
|
"npm": ">=4.6 <5",
|
|
|
- "yarn": "~1.1.0"
|
|
|
|
|
|
|
+ "yarn": "^1.1.0"
|
|
|
},
|
|
},
|
|
|
"config": {
|
|
"config": {
|
|
|
"blanket": {
|
|
"blanket": {
|