-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "extinction",
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build"
},
"dependencies": {
"@mozilla/readability": "^0.6.0",
"@tailwindcss/vite": "^4.1.17",
"tailwindcss": "^4.1.17",
"vue": "^3.5.22",
"vue-icons-plus": "^0.1.8",
"vue-tippy": "^6.7.1"
},
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.0.2",
"@mozilla/readability": "^0.6.0",
"@tsconfig/node22": "^22.0.2",
"@types/node": "^22.18.11",
"@types/webextension-polyfill": "^0.12.4",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"npm-run-all2": "^8.0.4",
"typescript": "~5.9.0",
"vite": "^6.4.1",
"vite-plugin-vue-devtools": "^8.0.3",
"vite-plugin-web-extension": "^4.5.0",
"vue-tsc": "^3.1.1",
"webextension-polyfill": "^0.12.0"
}
}