forked from Stigmatoz/web-activity-time-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 815 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 815 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
{
"name": "web-activity-time-tracker",
"private": true,
"version": "1.0.0",
"type": "module",
"engines": {
"node": ">=16.15.0",
"pnpm": ">=7"
},
"scripts": {
"dev": "vite build --watch --mode development",
"start": "vite build --watch --mode production",
"build": "pnpm compile && vite build --mode production",
"script:build": "powershell scripts/build.ps1",
"script:zip": "powershell scripts/zip.ps1"
},
"dependencies": {
"pinia": "^2.0.34",
"tailwind": "^4.0.0",
"vue": "^3.2.47"
},
"devDependencies": {
"@types/webextension-polyfill": "^0.10.0",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.5",
"vite": "^4.1.4",
"vite-plugin-web-extension": "^3.0.0",
"vue-tsc": "^1.2.0",
"webextension-polyfill": "^0.10.0"
}
}