|
1 | 1 | {
|
2 |
| - "name": "gitpod", |
3 |
| - "displayName": "Gitpod", |
4 |
| - "version": "2.1.6", |
5 |
| - "description": "The developer platform for on-demand cloud development environments. Create software faster and more securely.", |
6 |
| - "author": "Gitpod <[email protected]>", |
7 |
| - "homepage": "https://www.gitpod.io", |
8 |
| - "scripts": { |
9 |
| - "dev": "plasmo dev --source-maps --no-minify", |
10 |
| - "watch-dev": "pnpm build-dev-tools && .bin/watch-sync serve ./build/chrome-mv3-dev", |
11 |
| - "watch-prod": "pnpm build-dev-tools && .bin/watch-sync serve ./build/chrome-mv3-prod", |
12 |
| - "build": "plasmo build --source-maps --no-minify", |
13 |
| - "test": "cd test && pnpm test", |
14 |
| - "package": "plasmo package", |
15 |
| - "format": "prettier --experimental-ternaries --write .", |
16 |
| - "build-dev-tools": "sh dev/build.sh" |
17 |
| - }, |
18 |
| - "dependencies": { |
19 |
| - "@plasmohq/storage": "^1.9.0", |
20 |
| - "@tailwindcss/forms": "^0.5.6", |
21 |
| - "chrome-extension-hot-reload": "^0.2.2", |
22 |
| - "classnames": "^2.3.2", |
23 |
| - "crx-hotreload": "^1.0.6", |
24 |
| - "plasmo": "^0.84.2", |
25 |
| - "react": "^18.2.0", |
26 |
| - "react-dom": "^18.2.0", |
27 |
| - "validator": "^13.11.0", |
28 |
| - "webext-additional-permissions": "^2.4.0", |
29 |
| - "webext-content-scripts": "^2.5.5", |
30 |
| - "webext-detect-page": "^4.1.1", |
31 |
| - "webext-domain-permission-toggle": "^4.1.0", |
32 |
| - "webext-dynamic-content-scripts": "v9", |
33 |
| - "webext-patterns": "^1.3.0", |
34 |
| - "webext-polyfill-kinda": "^1.0.2", |
35 |
| - "webext-tools": "^1.1.4", |
36 |
| - "webextension-polyfill": "^0.10.0" |
37 |
| - }, |
38 |
| - "devDependencies": { |
39 |
| - "@ianvs/prettier-plugin-sort-imports": "4.1.0", |
40 |
| - "@types/chai": "^4.3.6", |
41 |
| - "@types/chrome": "0.0.243", |
42 |
| - "@types/mocha": "^10.0.1", |
43 |
| - "@types/node": "20.5.0", |
44 |
| - "@types/react": "18.2.20", |
45 |
| - "@types/react-dom": "18.2.7", |
46 |
| - "@types/validator": "^13.11.1", |
47 |
| - "@types/webextension-polyfill": "^0.10.7", |
48 |
| - "@typescript-eslint/eslint-plugin": "^6.7.0", |
49 |
| - "@typescript-eslint/parser": "^6.7.0", |
50 |
| - "autoprefixer": "^10.4.15", |
51 |
| - "chai": "^4.3.8", |
52 |
| - "eslint": "^8.49.0", |
53 |
| - "eslint-plugin-react": "^7.33.2", |
54 |
| - "htmlnano": "2.0.3", |
55 |
| - "mocha": "^10.2.0", |
56 |
| - "postcss": "^8.4.31", |
57 |
| - "prettier": "3.2.5", |
58 |
| - "puppeteer": "^21.1.1", |
59 |
| - "source-map-support": "^0.5.21", |
60 |
| - "tailwindcss": "^3.3.3", |
61 |
| - "ts-node": "^10.9.1", |
62 |
| - "typescript": "5.3.3" |
63 |
| - }, |
64 |
| - "manifest": { |
65 |
| - "optional_host_permissions": [ |
66 |
| - "*://*/*" |
67 |
| - ], |
68 |
| - "permissions": [ |
69 |
| - "scripting", |
70 |
| - "contextMenus", |
71 |
| - "activeTab" |
72 |
| - ], |
73 |
| - "browser_specific_settings": { |
74 |
| - "gecko": { |
75 |
| - "id": "{dbcc42f9-c979-4f53-8a95-a102fbff3bbe}" |
76 |
| - } |
| 2 | + "name": "gitpod", |
| 3 | + "displayName": "Gitpod", |
| 4 | + "version": "2.1.6", |
| 5 | + "description": "The developer platform for on-demand cloud development environments. Create software faster and more securely.", |
| 6 | + "author": "Gitpod <[email protected]>", |
| 7 | + "homepage": "https://www.gitpod.io", |
| 8 | + "scripts": { |
| 9 | + "dev": "plasmo dev --source-maps --no-minify", |
| 10 | + "watch-dev": "pnpm build-dev-tools && .bin/watch-sync serve ./build/chrome-mv3-dev", |
| 11 | + "watch-prod": "pnpm build-dev-tools && .bin/watch-sync serve ./build/chrome-mv3-prod", |
| 12 | + "build": "plasmo build --source-maps --no-minify", |
| 13 | + "test": "cd test && pnpm test", |
| 14 | + "package": "plasmo package", |
| 15 | + "format": "prettier --experimental-ternaries --write .", |
| 16 | + "build-dev-tools": "sh dev/build.sh" |
| 17 | + }, |
| 18 | + "dependencies": { |
| 19 | + "@plasmohq/storage": "^1.9.0", |
| 20 | + "@tailwindcss/forms": "^0.5.6", |
| 21 | + "chrome-extension-hot-reload": "^0.2.2", |
| 22 | + "classnames": "^2.3.2", |
| 23 | + "crx-hotreload": "^1.0.6", |
| 24 | + "plasmo": "^0.84.2", |
| 25 | + "react": "^18.2.0", |
| 26 | + "react-dom": "^18.2.0", |
| 27 | + "validator": "^13.11.0", |
| 28 | + "webext-additional-permissions": "^2.4.0", |
| 29 | + "webext-content-scripts": "^2.5.5", |
| 30 | + "webext-detect-page": "^4.1.1", |
| 31 | + "webext-domain-permission-toggle": "^4.1.0", |
| 32 | + "webext-dynamic-content-scripts": "v9", |
| 33 | + "webext-patterns": "^1.3.0", |
| 34 | + "webext-polyfill-kinda": "^1.0.2", |
| 35 | + "webext-tools": "^1.1.4", |
| 36 | + "webextension-polyfill": "^0.10.0" |
| 37 | + }, |
| 38 | + "devDependencies": { |
| 39 | + "@ianvs/prettier-plugin-sort-imports": "4.1.0", |
| 40 | + "@types/chai": "^4.3.6", |
| 41 | + "@types/chrome": "0.0.243", |
| 42 | + "@types/mocha": "^10.0.1", |
| 43 | + "@types/node": "20.5.0", |
| 44 | + "@types/react": "18.2.20", |
| 45 | + "@types/react-dom": "18.2.7", |
| 46 | + "@types/validator": "^13.11.1", |
| 47 | + "@types/webextension-polyfill": "^0.10.7", |
| 48 | + "@typescript-eslint/eslint-plugin": "^6.7.0", |
| 49 | + "@typescript-eslint/parser": "^6.7.0", |
| 50 | + "autoprefixer": "^10.4.15", |
| 51 | + "chai": "^4.3.8", |
| 52 | + "eslint": "^8.49.0", |
| 53 | + "eslint-plugin-react": "^7.33.2", |
| 54 | + "htmlnano": "2.0.3", |
| 55 | + "mocha": "^10.2.0", |
| 56 | + "postcss": "^8.4.31", |
| 57 | + "prettier": "3.2.5", |
| 58 | + "puppeteer": "^21.1.1", |
| 59 | + "source-map-support": "^0.5.21", |
| 60 | + "tailwindcss": "^3.3.3", |
| 61 | + "ts-node": "^10.9.1", |
| 62 | + "typescript": "5.3.3" |
| 63 | + }, |
| 64 | + "manifest": { |
| 65 | + "optional_host_permissions": [ |
| 66 | + "*://*/*" |
| 67 | + ], |
| 68 | + "permissions": [ |
| 69 | + "scripting", |
| 70 | + "contextMenus", |
| 71 | + "activeTab" |
| 72 | + ], |
| 73 | + "browser_specific_settings": { |
| 74 | + "gecko": { |
| 75 | + "id": "{dbcc42f9-c979-4f53-8a95-a102fbff3bbe}" |
| 76 | + } |
| 77 | + } |
77 | 78 | }
|
78 |
| - } |
79 | 79 | }
|
0 commit comments