|
24 | 24 | "dependencies": { |
25 | 25 | "@types/node": "10.5.1", |
26 | 26 | "eventemitter3": "3.1.0", |
27 | | - "tslib": "1.9.3", |
28 | 27 | "electron": "2.0.4", |
29 | | - "is-plain-object": "2.0.4" |
| 28 | + "is-plain-object": "2.0.4", |
| 29 | + "electron-json-storage": "4.1.0", |
| 30 | + "react": "16.4.1", |
| 31 | + "react-dom": "16.4.1", |
| 32 | + "styled-components": "3.3.3", |
| 33 | + "ws": "5.2.1" |
30 | 34 | }, |
31 | 35 | "devDependencies": { |
32 | 36 | "@types/jest": "23.1.4", |
| 37 | + "@types/react": "16.4.6", |
| 38 | + "@types/react-dom": "16.0.6", |
33 | 39 | "commitizen": "^2.10.1", |
34 | 40 | "concurrently": "^3.6.0", |
35 | 41 | "cz-customizable": "^5.2.0", |
36 | 42 | "cz-customizable-ghooks": "^1.5.0", |
37 | | - "dts-bundle": "0.7.3", |
38 | 43 | "eslint": "^5.0.1", |
39 | 44 | "eslint-config-prettier": "^2.9.0", |
40 | 45 | "eslint-config-standard": "^11.0.0", |
|
46 | 51 | "eslint-plugin-react": "^7.10.0", |
47 | 52 | "eslint-plugin-standard": "^3.1.0", |
48 | 53 | "eslint-plugin-typescript": "^0.12.0", |
| 54 | + "html-webpack-plugin": "^3.2.0", |
49 | 55 | "husky": "^0.14.3", |
50 | 56 | "jest": "23.3.0", |
51 | 57 | "lint-staged": "^7.2.0", |
52 | | - "parcel-bundler": "^1.9.4", |
53 | | - "pascal-case": "2.0.1", |
54 | 58 | "prettier": "1.13.7", |
| 59 | + "react": "16.4.1", |
55 | 60 | "react-test-renderer": "16.4.1", |
56 | 61 | "repo-cooker": "^6.2.2", |
57 | 62 | "rimraf": "2.6.2", |
58 | | - "rollup": "0.62.0", |
59 | | - "rollup-plugin-commonjs": "9.1.3", |
60 | | - "rollup-plugin-node-builtins": "2.1.2", |
61 | | - "rollup-plugin-node-globals": "1.2.1", |
62 | | - "rollup-plugin-node-resolve": "3.3.0", |
63 | | - "rollup-plugin-sourcemaps": "0.4.2", |
64 | | - "rollup-plugin-uglify": "4.0.0", |
65 | 63 | "ts-jest": "23.0.0", |
| 64 | + "ts-loader": "^4.4.2", |
| 65 | + "tslib": "^1.9.3", |
66 | 66 | "typescript": "2.9.2", |
67 | | - "typescript-eslint-parser": "^16.0.1" |
| 67 | + "typescript-eslint-parser": "^16.0.1", |
| 68 | + "webpack": "^4.15.1", |
| 69 | + "webpack-cli": "^3.0.8", |
| 70 | + "webpack-dev-server": "^3.1.4" |
68 | 71 | }, |
69 | 72 | "lint-staged": { |
70 | 73 | "*.{js,ts,tsx}": [ |
|
0 commit comments