-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 985 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 985 Bytes
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
{
"name": "Pinterest Downloader",
"description": "Download Pinterest images",
"private": true,
"version": "1.2.3",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@iconify/json": "^2.2.306",
"@iconify/tailwind": "^1.2.0",
"@types/chrome": "^0.0.280",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/tailwindcss": "^3.1.0",
"@types/webextension-polyfill": "^0.12.1",
"@wxt-dev/module-react": "^1.1.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.2",
"tailwindcss": "3.4.1",
"typescript": "^5.6.3",
"wxt": "^0.19.13"
}
}