|
@@ -20,7 +20,7 @@
|
|
|
"coverage": "lerna run coverage --stream",
|
|
|
"docs": "lerna run docs",
|
|
|
"get:dependency": "node scripts/get-dependency.js",
|
|
|
- "integrity": "node scripts/ensure-integrity.js",
|
|
|
+ "integrity": "node scripts/lib/ensure-integrity.js",
|
|
|
"publish": "npm run clean:slate && lerna publish --force-publish=* -m \"Publish\"",
|
|
|
"remove:dependency": "node scripts/lib/remove-dependency.js",
|
|
|
"removesibling": "node scripts/lib/remove-sibling.js",
|
|
@@ -39,47 +39,7 @@
|
|
|
},
|
|
|
"dependencies": {},
|
|
|
"devDependencies": {
|
|
|
- "@types/ajv": "~1.0.0",
|
|
|
- "@types/codemirror": "~0.0.46",
|
|
|
- "@types/d3-dsv": "~1.0.30",
|
|
|
- "@types/expect.js": "~0.3.29",
|
|
|
- "@types/fs-extra": "~4.0.3",
|
|
|
- "@types/glob": "~5.0.33",
|
|
|
- "@types/marked": "~0.0.28",
|
|
|
- "@types/mathjax": "~0.0.31",
|
|
|
- "@types/minimist": "~1.2.0",
|
|
|
- "@types/mocha": "~2.2.44",
|
|
|
- "@types/node": "~8.0.47",
|
|
|
- "@types/react": "~16.0.19",
|
|
|
- "@types/react-dom": "~16.0.2",
|
|
|
- "@types/sanitize-html": "~1.14.0",
|
|
|
- "@types/text-encoding": "~0.0.30",
|
|
|
- "@types/ws": "~0.0.39",
|
|
|
- "expect.js": "~0.3.1",
|
|
|
- "istanbul": "~0.3.22",
|
|
|
"lerna": "^2.4.0",
|
|
|
- "npm-run-all": "~4.1.1",
|
|
|
- "read-package-json": "~2.0.12",
|
|
|
- "mocha": "^3.2.0",
|
|
|
- "read-package-json": "~2.0.12",
|
|
|
- "requirejs": "^2.2.0",
|
|
|
- "rimraf": "^2.5.2",
|
|
|
- "text-encoding": "^0.5.2",
|
|
|
- "typedoc": "^0.7.1",
|
|
|
- "typescript": "~2.4.1",
|
|
|
- "webpack": "^2.2.1",
|
|
|
- "ws": "^1.1.1",
|
|
|
- "xmlhttprequest": "^1.8.0",
|
|
|
- "mocha": "~3.5.3",
|
|
|
- "read-package-json": "~2.0.12",
|
|
|
- "requirejs": "~2.3.5",
|
|
|
- "rimraf": "~2.6.2",
|
|
|
- "text-encoding": "~0.5.5",
|
|
|
- "typedoc": "~0.7.2",
|
|
|
- "typescript": "~2.4.2",
|
|
|
- "webpack": "~2.7.0",
|
|
|
- "ws": "~1.1.4",
|
|
|
- "xmlhttprequest": "~1.8.0",
|
|
|
- "lerna": "^2.4.0"
|
|
|
+ "npm-run-all": "~4.1.1"
|
|
|
}
|
|
|
}
|