-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
33 lines (33 loc) · 1.02 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
{
"name": "nostore",
"version": "1.2.0",
"description": "",
"source": [
"background.js",
"content.js",
"nostr.js",
"popup.html"
],
"scripts": {
"build": "tailwindcss -i './Shared (Extension)/Resources/options.css' -o './Shared (Extension)/Resources/options.build.css' && ./build.js",
"watch": "./build.js watch",
"watch-tailwind": "tailwindcss -i './Shared (Extension)/Resources/options.css' -o './Shared (Extension)/Resources/options.build.css' --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@alpinejs/csp": "^3.14.1",
"alpinejs": "^3.14.1",
"async-mutex": "^0.5.0",
"idb": "^8.0.0",
"json-format-highlight": "^1.0.4",
"nostr-tools": "^2.7.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"esbuild": "^0.23.1",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.12"
}
}