|
1 | 1 | { |
2 | 2 | "name": "a-translator-chrome-extension", |
3 | | - "version": "0.1.6", |
| 3 | + "version": "0.2.0-5", |
4 | 4 | "description": "A Chrome extension for A Translator", |
5 | 5 | "license": "MIT", |
6 | 6 | "repository": { |
|
14 | 14 | "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css,html}'", |
15 | 15 | "lint": "eslint --ext .ts,.tsx,.js,.jsx", |
16 | 16 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", |
| 17 | + "pub": "np --no-publish --no-release-draft", |
17 | 18 | "version": "npm run changelog && git add ." |
18 | 19 | }, |
19 | 20 | "dependencies": { |
20 | 21 | "@babel/core": "^7.12.10", |
21 | 22 | "@babel/plugin-proposal-class-properties": "^7.12.1", |
22 | | - "@babel/plugin-transform-react-jsx": "^7.12.12", |
23 | | - "@babel/preset-env": "^7.12.10", |
| 23 | + "@babel/preset-env": "^7.12.11", |
24 | 24 | "@babel/preset-react": "^7.12.10", |
25 | 25 | "@babel/preset-typescript": "^7.12.7", |
26 | 26 | "@commitlint/cli": "^11.0.0", |
27 | 27 | "@commitlint/config-angular": "^11.0.0", |
28 | 28 | "@emotion/babel-plugin": "^11.1.2", |
29 | | - "@emotion/babel-plugin-jsx-pragmatic": "^0.1.5", |
| 29 | + "@emotion/cache": "^11.1.3", |
30 | 30 | "@emotion/css": "^11.1.3", |
31 | 31 | "@emotion/react": "^11.1.4", |
32 | 32 | "@emotion/server": "^11.0.0", |
33 | 33 | "@emotion/styled": "^11.0.0", |
34 | 34 | "@hot-loader/react-dom": "^17.0.1", |
35 | 35 | "@material-ui/core": "^4.11.2", |
36 | 36 | "@tailwindcss/forms": "^0.2.1", |
37 | | - "@types/chrome": "0.0.127", |
| 37 | + "@types/chrome": "0.0.128", |
| 38 | + "@types/crypto-js": "^4.0.1", |
38 | 39 | "@types/fs-extra": "^9.0.6", |
39 | 40 | "@types/lodash-es": "^4.17.4", |
40 | 41 | "@types/node": "^14", |
|
43 | 44 | "@types/react": "^17.0.0", |
44 | 45 | "@types/react-collapse": "^5.0.0", |
45 | 46 | "@types/react-dom": "^17.0.0", |
| 47 | + "@types/react-resizable": "^1.7.2", |
46 | 48 | "@types/uuid": "^8.3.0", |
47 | 49 | "@typescript-eslint/eslint-plugin": "^4.5.0", |
48 | 50 | "@typescript-eslint/parser": "^4.5.0", |
|
52 | 54 | "babel-loader": "^8.2.2", |
53 | 55 | "babel-plugin-macros": "^3.0.1", |
54 | 56 | "babel-plugin-transform-inline-environment-variables": "^0.4.3", |
55 | | - "babel-preset-react-app": "^10.0.0", |
56 | 57 | "chrome-call": "^4.0.1", |
57 | 58 | "clean-webpack-plugin": "^3.0.0", |
58 | | - "clsx": "^1.1.1", |
59 | 59 | "connect.io": "^3.1.3", |
60 | 60 | "conventional-changelog-cli": "^2.1.1", |
61 | 61 | "copy-webpack-plugin": "^6.4.0", |
| 62 | + "core-js": "3", |
62 | 63 | "cross-env": "^7.0.3", |
| 64 | + "crypto-js": "^4.0.0", |
63 | 65 | "css-loader": "^5.0.1", |
64 | 66 | "dotenv": "^8.2.0", |
65 | 67 | "eslint": "^7.16.0", |
|
76 | 78 | "mini-css-extract-plugin": "^1.3.3", |
77 | 79 | "node-sass": "^5.0.0", |
78 | 80 | "notistack": "^1.0.3", |
| 81 | + "np": "^7.2.0", |
79 | 82 | "npm-run-all": "^4.1.5", |
80 | 83 | "pino": "^6.9.0", |
81 | 84 | "postcss": "^8.2.2", |
82 | 85 | "postcss-import": "^14.0.0", |
83 | 86 | "postcss-loader": "^4.1.0", |
84 | 87 | "prettier": "^2.2.1", |
85 | 88 | "process": "^0.11.10", |
| 89 | + "query-string": "^6.13.8", |
86 | 90 | "rangy": "^1.3.0", |
87 | 91 | "react": "^17.0.1", |
88 | 92 | "react-clipboard.js": "^2.0.16", |
89 | 93 | "react-collapse": "^5.1.0", |
90 | 94 | "react-dom": "^17.0.1", |
91 | 95 | "react-draggable": "^4.4.3", |
92 | 96 | "react-hot-loader": "^4.13.0", |
| 97 | + "react-resizable": "^1.11.0", |
93 | 98 | "react-scroll-to-bottom": "^4.1.0", |
94 | 99 | "sass-loader": "^10.1.0", |
95 | 100 | "scrollparent": "^2.0.1", |
| 101 | + "semver": "^7.3.4", |
96 | 102 | "smoothscroll-polyfill": "^0.4.4", |
97 | | - "source-map-loader": "^1.1.3", |
| 103 | + "source-map-loader": "^2.0.0", |
98 | 104 | "style-loader": "^2.0.0", |
99 | 105 | "tailwindcss": "^2.0.2", |
100 | 106 | "terser-webpack-plugin": "^5.0.3", |
|
0 commit comments