-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.36 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
{
"name": "deramp-extension",
"version": "0.2.4",
"description": "firefox addon for android -> instant crypto onboarding",
"scripts": {
"start": "parcel watch src/manifest.json --no-hmr --host localhost",
"prebuild": "rimraf dist",
"test": "playwright test",
"build": "parcel build src/manifest.json --no-cache",
"postbuild": "node utils/remove-source-maps.mjs && node utils/create-zip.mjs",
"release": "dotenv release-it --"
},
"author": "mac",
"devDependencies": {
"@parcel/config-webextension": "^2.11.0",
"@playwright/test": "^1.41.1",
"@types/chrome": "^0.0.256",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"dot-json": "^1.3.0",
"dotenv-cli": "^7.3.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"filenamify": "^6.0.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"opener": "^1.5.2",
"parcel": "^2.11.0",
"playwright-webextext": "^0.0.4",
"process": "^0.11.10",
"release-it": "^17.0.1",
"rimraf": "^5.0.5",
"sharp": "^0.31.3",
"zip-lib": "^0.7.3"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webext-base-css": "^1.4.4",
"webext-options-sync": "^4.2.1",
"webext-storage": "^1.2.2"
}
}