This commit is contained in:
reya
2023-11-20 11:03:30 +07:00
parent 9c9d591b46
commit 8aa1741699
9 changed files with 7609 additions and 1479 deletions

View File

@@ -2,24 +2,27 @@
"license": "WTFPL",
"dependencies": {
"async-mutex": "^0.3.2",
"esbuild": "^0.14.11",
"eslint": "^8.6.0",
"esbuild": "^0.14.54",
"eslint": "^8.54.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react": "^7.33.2",
"events": "^3.3.0",
"nostr-tools": "^1.12.0",
"prettier": "^2.5.1",
"nostr-tools": "^1.17.0",
"prettier": "^2.8.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native-svg": "^13.8.0",
"react-qr-code": "^2.0.11",
"react-native-svg": "^13.14.0",
"react-qr-code": "^2.0.12",
"use-boolean-state": "^1.0.2",
"use-debounce": "^7.0.1",
"webextension-polyfill": "^0.8.0"
},
"scripts": {
"build": "./build.js prod",
"watch": "ag -l --js | entr ./build.js",
"watch": "ag -l --js | entr ./build.js; pnpm exec tailwindcss -i ./extension/style.css -o ./extension/output.css --watch",
"package": "./build.js prod; cd extension; zip -r archive *; cd ..; mv extension/archive.zip ./nos2x.zip"
},
"devDependencies": {
"tailwindcss": "^3.3.5"
}
}