|
16 | 16 | },
|
17 | 17 | "scripts": {
|
18 | 18 | "tsc": "tsc -p tsconfig.json",
|
19 |
| - "clean": "rm -rf dist tmp", |
20 |
| - "webpack": "webpack", |
| 19 | + "clean": "rm -rf dist", |
21 | 20 | "build": "tsc -p tsconfig.json",
|
22 | 21 | "watch": "tsc -p tsconfig.json --watch",
|
23 |
| - "test:ci": "npm run test:src:build && npm run test:karma:ci", |
24 |
| - "test": "concurrently npm:test:src:watch npm:test:karma:watch", |
25 |
| - "test:src:build": "rollup -c --environment BUILD:production", |
26 |
| - "test:src:watch": "rollup -c --environment BUILD:development --watch", |
27 |
| - "test:karma:ci": "karma start --browsers ChromeHeadless --single-run --no-auto-watch", |
28 |
| - "test:karma:watch": "karma start", |
29 |
| - "lint": "eslint src tests *.js", |
| 22 | + "test": "karma start", |
| 23 | + "test:ci": "karma start --browsers ChromeHeadless --single-run --no-auto-watch", |
30 | 24 | "ci": "./scripts/ci.sh"
|
31 | 25 | },
|
32 | 26 | "dependencies": {
|
|
43 | 37 | "@vue/test-utils": "1.0.0-beta.29",
|
44 | 38 | "babel-loader": "^8.1.0",
|
45 | 39 | "css-loader": "^3.6.0",
|
46 |
| - "eslint": "^5.16.0", |
47 |
| - "eslint-config-standard": "^12.0.0", |
48 |
| - "eslint-plugin-import": "^2.20.1", |
49 |
| - "eslint-plugin-jest": "^23.13.2", |
50 |
| - "eslint-plugin-node": "^9.2.0", |
51 |
| - "eslint-plugin-promise": "^4.1.1", |
52 |
| - "eslint-plugin-standard": "^4.0.1", |
53 | 40 | "karma": "^5.0.4",
|
54 | 41 | "karma-chrome-launcher": "^3.1.0",
|
55 | 42 | "karma-jasmine": "^3.1.1",
|
|
0 commit comments