|
1 | 1 | { |
2 | | - "name": "chrome-extension-boilerplate", |
| 2 | + "name": "browser-extension-boilerplate", |
3 | 3 | "version": "0.0.1", |
4 | 4 | "description": "", |
5 | | - "main": "index.js", |
6 | 5 | "homepage": "https://fxnoob.github.io/chrome-extension-boilerplate", |
7 | 6 | "scripts": { |
8 | 7 | "build:tailwind": "tailwindcss build src/styles/style.css -o dist/style.css", |
|
11 | 10 | "prebuild": "yarn rm && yarn build:tailwind", |
12 | 11 | "rm": "rm -rf dist/", |
13 | 12 | "rm:zip": "rm dist.zip", |
14 | | - "dev:chromium": "yarn build:tailwind && webpack --watch --progress --colors --config chromium.webpack.js --mode=development", |
15 | | - "dev:firefox": "yarn build:tailwind && webpack --watch --progress --colors --config firefox.webpack.js --mode=development", |
16 | | - "build:chromium": "yarn build:tailwind && webpack --progress --colors --config chromium.webpack.js --mode=production", |
17 | | - "build:firefox": "yarn build:tailwind && webpack --progress --colors --config firefox.webpack.js --mode=production", |
| 13 | + "dev:chromium": "yarn build:tailwind && webpack --stats-children --watch --progress --config chromium.webpack.js --mode=development", |
| 14 | + "dev:firefox": "yarn build:tailwind && webpack --watch --progress --config firefox.webpack.js --mode=development", |
| 15 | + "build:chromium": "yarn build:tailwind && webpack --progress --config chromium.webpack.js --mode=production", |
| 16 | + "build:firefox": "yarn build:tailwind && webpack --progress --config firefox.webpack.js --mode=production", |
18 | 17 | "jsdoc": "jsdoc src -r", |
19 | 18 | "deploy_jsdoc": "yarn jsdoc && gh-pages -d out", |
20 | 19 | "zip": "zip -r dist.zip dist/*", |
|
31 | 30 | "author": "", |
32 | 31 | "license": "ISC", |
33 | 32 | "devDependencies": { |
34 | | - "@babel/core": "^7.5.5", |
| 33 | + "@babel/core": "^7.9.0", |
35 | 34 | "@babel/plugin-proposal-class-properties": "^7.5.5", |
36 | 35 | "@babel/plugin-syntax-class-properties": "^7.2.0", |
37 | 36 | "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
| 37 | + "@babel/plugin-transform-react-jsx": "^7.14.3", |
38 | 38 | "@babel/plugin-transform-runtime": "^7.5.5", |
39 | 39 | "@babel/preset-env": "^7.5.5", |
40 | | - "@babel/preset-react": "^7.0.0", |
| 40 | + "@babel/preset-react": "^7.9.0", |
| 41 | + "@tailwindcss/ui": "^0.5.0", |
| 42 | + "arg": "^5.0.0", |
41 | 43 | "babel-eslint": "^10.1.0", |
42 | 44 | "babel-loader": "^8.0.6", |
| 45 | + "chalk": "^4.1.1", |
43 | 46 | "chokidar": "^3.5.1", |
44 | 47 | "chokidar-cli": "^2.1.0", |
45 | 48 | "concurrently": "^5.3.0", |
46 | 49 | "copy-webpack-plugin": "^5.0.4", |
47 | 50 | "css-loader": "^4.3.0", |
48 | 51 | "dotenv": "^8.2.0", |
49 | 52 | "esbuild-loader": "^2.4.0", |
50 | | - "eslint": "^7.6.0", |
| 53 | + "eslint": "^7.27.0", |
51 | 54 | "eslint-loader": "^4.0.2", |
52 | 55 | "eslint-plugin-react": "^7.20.5", |
53 | 56 | "eslint-watch": "^7.0.0", |
| 57 | + "esm": "^3.2.25", |
54 | 58 | "file-loader": "^4.2.0", |
55 | 59 | "gh-pages": "^2.1.1", |
56 | 60 | "husky": "^3.0.9", |
57 | 61 | "image-webpack-loader": "^5.0.0", |
| 62 | + "inquirer": "^8.1.0", |
58 | 63 | "jsdoc": "^3.6.3", |
| 64 | + "node-google-translate-skidz": "^1.1.2", |
59 | 65 | "prettier": "^2.2.1", |
60 | 66 | "pretty-quick": "^2.0.0", |
61 | 67 | "react-hot-loader": "^4.12.10", |
62 | 68 | "style-loader": "^1.2.1", |
63 | | - "webpack": "^4.39.1", |
64 | | - "webpack-cli": "^3.3.6", |
65 | | - "webpack-dev-server": "^3.7.2", |
66 | | - "node-google-translate-skidz": "^1.1.2", |
67 | | - "zx": "^1.0.2", |
68 | 69 | "tailwindcss": "^1.8.3", |
69 | | - "@tailwindcss/ui": "^0.5.0" |
| 70 | + "webpack": "^5.38.1", |
| 71 | + "webpack-cli": "^4.7.0", |
| 72 | + "webpack-dev-server": "^3.7.2", |
| 73 | + "worker-loader": "^3.0.8", |
| 74 | + "zx": "^1.0.2" |
70 | 75 | }, |
71 | 76 | "dependencies": { |
72 | 77 | "@babel/polyfill": "^7.4.4", |
73 | 78 | "@babel/runtime": "^7.5.5", |
| 79 | + "@emotion/css": "^11.1.3", |
74 | 80 | "@material-ui/core": "^4.3.3", |
75 | 81 | "@material-ui/icons": "^4.2.1", |
| 82 | + "comlink": "^4.3.1", |
76 | 83 | "jss": "^10.6.0", |
77 | 84 | "jss-rtl": "^0.3.0", |
78 | | - "react": "^16.8.6", |
79 | | - "react-dom": "^16.8.6", |
| 85 | + "react": "^18.0.0-alpha-e6be2d531", |
| 86 | + "react-content-loader": "^6.0.3", |
| 87 | + "react-dom": "^18.0.0-alpha-e6be2d531", |
80 | 88 | "react-frame-component": "5.0.0" |
81 | 89 | } |
82 | 90 | } |
0 commit comments