-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.33 KB
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
49
50
{
"name": "tabaca",
"displayName": "Tabaca",
"version": "0.1.0",
"description": "Stories from Papua, One Tab Away",
"author": "Papua Open Source",
"license": "MIT",
"private": true,
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt --browser firefox",
"build": "wxt build",
"build:firefox": "wxt build --browser firefox",
"package": "wxt zip",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "vue-tsc --noEmit",
"postinstall": "wxt prepare",
"lint": "eslint src --ext .ts,.tsx",
"format": "prettier --write src"
},
"dependencies": {
"date-fns": "^3.6.0",
"dompurify": "^3.1.6",
"fast-xml-parser": "^4.4.1",
"lucide-react": "^0.427.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"wxt": "^0.20.25"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/chrome": "^0.0.270",
"@types/dompurify": "^3.0.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@wxt-dev/module-react": "^1.2.2",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"jsdom": "^24.1.1",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4",
"vite": "^6.4.2",
"vitest": "^2.0.5"
}
}