forked from classvsoftware/under-new-management
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "under-new-management",
"version": "0.0.2",
"description": "Early warning system for acquired extensions",
"scripts": {
"start": "parcel watch src/manifest.json --host localhost --config @parcel/config-webextension",
"build": "parcel build src/manifest.json --config @parcel/config-webextension"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msfrisbie/under-new-management.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxtheaxe/under-new-management-firefox/issues"
},
"homepage": "https://github.com/maxtheaxe/under-new-management-firefox#readme",
"devDependencies": {
"@parcel/config-webextension": "^2.12.0",
"assert": "^2.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"parcel": "^2.12.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.35",
"process": "^0.11.10",
"punycode": "^2.3.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"tailwindcss": "^3.4.1",
"url": "^0.11.3",
"util": "^0.12.5",
"vm-browserify": "^1.1.2"
},
"dependencies": {
"@types/chrome": "^0.0.263",
"@types/firefox-webext-browser": "^120.0.2",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}