|
14 | 14 | "do:desktop": "cross-env BROWSER=none concurrently \"yarn dev:web\" \"yarn compile:desktop -w\" \"wait-on http://localhost:3000 && yarn watch:desktop\"", |
15 | 15 | "compile": "run-s compile:tsc compile:web compile:desktop", |
16 | 16 | "compile:tsc": "tsc -b", |
17 | | - "compile:web": "react-scripts build", |
| 17 | + "compile:web": "craco build", |
18 | 18 | "compile:desktop": "tsc -b ./tsconfig.desktop.json", |
19 | 19 | "build:desktop": "run-s clean compile:desktop compile:web build:desktop:cpres build:desktop:electron", |
20 | 20 | "build:desktop:cpres": "shx cp -R build dist/web", |
|
27 | 27 | "dependencies": { |
28 | 28 | "bara": "2.3.1", |
29 | 29 | "bara-react": "2.0.1", |
30 | | - "bara-react-icons": "1.0.0", |
| 30 | + "bara-react-icons": "1.1.0", |
31 | 31 | "electron-store": "3.2.0", |
32 | 32 | "electron-updater": "4.0.6", |
33 | 33 | "jsonfile": "5.0.0", |
34 | 34 | "mkdirp": "0.5.1", |
35 | 35 | "react": "16.8.6", |
| 36 | + "react-app-polyfill": "0.2.2", |
36 | 37 | "react-dom": "16.8.6", |
37 | | - "react-native": "0.59.4" |
| 38 | + "react-native": "0.59.4", |
| 39 | + "react-native-vector-icons": "6.4.2" |
38 | 40 | }, |
39 | 41 | "devDependencies": { |
40 | 42 | "@babel/core": "7.4.3", |
|
50 | 52 | "@types/node": "11.13.4", |
51 | 53 | "@types/react": "16.8.13", |
52 | 54 | "@types/react-native": "0.57.45", |
| 55 | + "@types/react-native-vector-icons": "6.4.0", |
53 | 56 | "@types/react-test-renderer": "16.8.1", |
54 | 57 | "babel-plugin-react-native-web": "0.11.2", |
55 | 58 | "concurrently": "4.1.0", |
|
63 | 66 | "nodemon": "1.18.11", |
64 | 67 | "npm-run-all": "4.1.5", |
65 | 68 | "prettier": "1.17.0", |
66 | | - "react-app-polyfill": "0.2.2", |
67 | 69 | "react-scripts": "2.1.8", |
68 | 70 | "react-test-renderer": "16.8.6", |
69 | 71 | "shx": "0.3.2", |
|
0 commit comments