|
9 | 9 | "homepage": "http://react-bootstrap.github.io/", |
10 | 10 | "scripts": { |
11 | 11 | "build": "babel-node tools/build-cli.js", |
12 | | - "test-watch": "karma start", |
13 | | - "test": "npm run lint && npm run build && karma start --single-run && _mocha --compilers js:babel-core/register test/server/*Spec.js", |
| 12 | + "lib-build": "babel-node tools/build-cli.js --lib-only", |
| 13 | + "test-watch": "npm run lib-build && karma start", |
| 14 | + "test-coverage": "npm run lib-build && COVERAGE=true karma start --single-run", |
| 15 | + "test": "npm run lint && npm run build && npm run tests-set", |
| 16 | + "tests-set": "karma start --single-run && _mocha --compilers js:babel-core/register test/server/*Spec.js", |
14 | 17 | "lint": "eslint ./", |
15 | 18 | "docs-build": "babel-node tools/build-cli.js --docs-only", |
16 | 19 | "docs": "babel-node docs/dev-run", |
|
52 | 55 | "colors": "^1.0.3", |
53 | 56 | "css-loader": "^0.14.1", |
54 | 57 | "es5-shim": "^4.1.0", |
55 | | - "eslint": "0.22.1", |
| 58 | + "eslint": "0.23.0", |
| 59 | + "eslint-plugin-babel": "^1.0.0", |
56 | 60 | "eslint-plugin-mocha": "^0.2.2", |
57 | 61 | "eslint-plugin-react": "^2.1.0", |
58 | 62 | "express": "^4.12.3", |
59 | 63 | "extract-text-webpack-plugin": "^0.8.0", |
60 | 64 | "file-loader": "^0.8.1", |
61 | | - "fs-extra": "^0.19.0", |
| 65 | + "fs-extra": "^0.20.0", |
62 | 66 | "fs-promise": "^0.3.1", |
63 | 67 | "glob": "^5.0.10", |
64 | 68 | "http-proxy": "^1.11.1", |
65 | 69 | "ip": "^0.3.2", |
| 70 | + "isparta-loader": "^0.2.0", |
66 | 71 | "json-loader": "^0.5.1", |
67 | 72 | "karma": "~0.12.32", |
68 | 73 | "karma-chai": "^0.1.0", |
69 | 74 | "karma-chrome-launcher": "~0.1.2", |
70 | 75 | "karma-cli": "0.0.4", |
| 76 | + "karma-coverage": "^0.4.2", |
| 77 | + "karma-coveralls": "^1.1.0", |
71 | 78 | "karma-firefox-launcher": "~0.1.3", |
72 | 79 | "karma-mocha": "~0.1.1", |
73 | 80 | "karma-mocha-reporter": "^1.0.2", |
|
0 commit comments