|
1 | 1 | { |
2 | 2 | "name": "saladict", |
3 | | - "version": "7.21.0", |
| 3 | + "version": "7.22.0", |
4 | 4 | "description": "Chrome extension and Firefox WebExtension; inline translator powered by multiple online dictionaries", |
5 | 5 | "private": true, |
6 | 6 | "scripts": { |
|
14 | 14 | "type-check": "tsc --noEmit", |
15 | 15 | "test": "jest --testTimeout 20000", |
16 | 16 | "test:watch": "jest --watch", |
17 | | - "zip": "yarn neutrino-webextension-zip '!test' '!.git' '.env' 'assets/pdf' 'deps'", |
| 17 | + "zip": "node scripts/zip.js '!test' '!.git' '.env' 'assets/pdf' 'deps'", |
18 | 18 | "postinstall": "node scripts/setup-env.js", |
19 | 19 | "commit": "git-cz", |
20 | 20 | "release": "standard-version", |
|
68 | 68 | "@types/react": "^16.8.23", |
69 | 69 | "@types/react-beautiful-dnd": "^13.0.0", |
70 | 70 | "@types/react-dom": "^16.8.4", |
71 | | - "@types/react-helmet": "^5.0.15", |
72 | 71 | "@types/react-redux": "^7.1.2", |
73 | 72 | "@types/react-resize-detector": "^4.0.2", |
74 | 73 | "@types/react-textarea-autosize": "^4.3.4", |
|
93 | 92 | "react": "^16.10.0", |
94 | 93 | "react-beautiful-dnd": "^13.0.0", |
95 | 94 | "react-dom": "^16.10.0", |
96 | | - "react-helmet": "^6.0.0-beta.2", |
97 | 95 | "react-hot-loader": "^4", |
98 | 96 | "react-number-editor": "^4.0.3", |
99 | 97 | "react-redux": "^7.1.0", |
|
135 | 133 | "@types/storybook__react": "4.0.2", |
136 | 134 | "@typescript-eslint/eslint-plugin": "^2.20.0", |
137 | 135 | "@typescript-eslint/parser": "^2.20.0", |
| 136 | + "archiver": "^3.0.0", |
138 | 137 | "autoprefixer": "^9.6.1", |
139 | 138 | "axios-mock-adapter": "^1.17.0", |
140 | 139 | "babel-plugin-import": "^1.12.1", |
|
153 | 152 | "eslint-plugin-promise": "^4.2.1", |
154 | 153 | "eslint-plugin-react": "^7.18.3", |
155 | 154 | "eslint-plugin-standard": "^4.0.1", |
| 155 | + "extract-zip": "^2.0.1", |
156 | 156 | "faker": "^4.1.0", |
157 | 157 | "fast-glob": "^3.1.1", |
158 | 158 | "form-data": "^2.5.1", |
159 | 159 | "franc-min": "^4.1.1", |
| 160 | + "globby": "^10.0.1", |
160 | 161 | "husky": "^4.3.0", |
161 | 162 | "jest": "^26.1.0", |
162 | 163 | "jest-fetch-mock": "^2.1.2", |
|
0 commit comments