-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 994 Bytes
/
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
34
35
{
"name": "@andreasphil/tasks",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "vue-tsc"
},
"dependencies": {
"@andreasphil/command-bar": "github:andreasphil/command-bar#v0.5.0",
"@andreasphil/design-system": "github:andreasphil/design-system#v0.40.0",
"@andreasphil/textarea2": "github:andreasphil/textarea2#v0.1.0",
"@fontsource-variable/fira-code": "^5.1.0",
"browser-fs-access": "^0.35.0",
"dayjs": "^1.11.13",
"lucide-static": "^0.469.0",
"memize": "^2.1.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@types/wicg-file-system-access": "^2023.10.5",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vitest": "^2.1.8",
"vue-tsc": "^2.2.0"
},
"packageManager": "[email protected]"
}