-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 935 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 935 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
38
39
{
"name": "busyweek-lynx",
"version": "3.0.0",
"description": "BusyWeek! — a time-based Todo-list app, ported to Vue Lynx",
"type": "module",
"scripts": {
"build": "rspeedy build",
"build:web": "rspeedy build && node scripts/assemble-web.mjs",
"dev": "rspeedy dev",
"preview": "rspeedy preview"
},
"dependencies": {
"@lynx-js/web-core": "https://pkg.pr.new/@lynx-js/web-core@043cd321bd84da9cb3c3cf928e3888b561f207c6",
"vue": "^3.5.0",
"vue-lynx": "0.4.0"
},
"devDependencies": {
"@lynx-js/qrcode-rsbuild-plugin": "^0.4.6",
"@lynx-js/rspeedy": "^0.13.5",
"@rsbuild/plugin-vue": "^1.2.6",
"typescript": "~5.9.3"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git@github.com:Huxpro/BusyWeek.git"
},
"keywords": [
"busyWeek",
"todo",
"lynx",
"vue-lynx",
"hux"
],
"author": "Hux",
"license": "ISC"
}