|
@@ -6,19 +6,11 @@
|
|
|
"growi",
|
|
"growi",
|
|
|
"growi-plugin"
|
|
"growi-plugin"
|
|
|
],
|
|
],
|
|
|
- "main": "lib/index.js",
|
|
|
|
|
|
|
+ "main": "src/index.js",
|
|
|
"files": [
|
|
"files": [
|
|
|
- "lib", "src"
|
|
|
|
|
|
|
+ "src"
|
|
|
],
|
|
],
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
- "build:watch": "npm run build -- --watch",
|
|
|
|
|
- "build": "babel src --out-dir lib --source-maps inline",
|
|
|
|
|
- "clean": "npm run rimraf -- lib",
|
|
|
|
|
- "resources": "mkdirp lib/resource/css && ncp src/resource/css lib/resource/css",
|
|
|
|
|
- "prebuild:watch": "npm run clean && npm run resources",
|
|
|
|
|
- "prebuild": "npm run resources",
|
|
|
|
|
- "prepublish": "npm run clean && npm run resources && npm run build",
|
|
|
|
|
- "rimraf": "rimraf",
|
|
|
|
|
"test": ""
|
|
"test": ""
|
|
|
},
|
|
},
|
|
|
"repository": "https://github.com/weseek/growi-plugin-lsx.git",
|
|
"repository": "https://github.com/weseek/growi-plugin-lsx.git",
|
|
@@ -30,23 +22,18 @@
|
|
|
"homepage": "https://github.com/weseek/growi-plugin-lsx#readme",
|
|
"homepage": "https://github.com/weseek/growi-plugin-lsx#readme",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"growi-pluginkit": "^1.1.0",
|
|
"growi-pluginkit": "^1.1.0",
|
|
|
- "react": "^16.2.0",
|
|
|
|
|
- "react-dom": "^16.2.0",
|
|
|
|
|
"url": "^0.11.0"
|
|
"url": "^0.11.0"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
- "babel-cli": "^6.24.1",
|
|
|
|
|
"babel-preset-env": "^1.6.0",
|
|
"babel-preset-env": "^1.6.0",
|
|
|
"babel-preset-power-assert": "^2.0.0",
|
|
"babel-preset-power-assert": "^2.0.0",
|
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
|
- "babel-register": "^6.23.0",
|
|
|
|
|
"eslint": "^5.9.0",
|
|
"eslint": "^5.9.0",
|
|
|
"eslint-plugin-react": "^7.11.1",
|
|
"eslint-plugin-react": "^7.11.1",
|
|
|
- "mkdirp": "^0.5.1",
|
|
|
|
|
"mocha": "^5.0.4",
|
|
"mocha": "^5.0.4",
|
|
|
- "ncp": "^2.0.0",
|
|
|
|
|
"power-assert": "^1.4.2",
|
|
"power-assert": "^1.4.2",
|
|
|
- "rimraf": "^2.6.1"
|
|
|
|
|
|
|
+ "react": "^16.2.0",
|
|
|
|
|
+ "react-dom": "^16.2.0"
|
|
|
},
|
|
},
|
|
|
"engines": {
|
|
"engines": {
|
|
|
"node": ">=8.11.1 <9",
|
|
"node": ">=8.11.1 <9",
|