-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.35 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": "@cubing/timer",
"version": "4.0.2",
"description": "Template for interacting with cubing JS libraries.",
"author": "Lucas Garron <code@garron.net> (https://garron.net/)",
"license": "GPL-3.0-or-later",
"repository": "github:cubing/libTemplate.js",
"bugs": {
"url": "https://github.com/cubing/libTemplate.js/issues"
},
"main": "./dist/timerApp.js",
"type": "module",
"types": "./dist/index.d.ts",
"dependencies": {
"@cubing/icons": "v3.0.4",
"@fontsource/ubuntu": "^5.2.6",
"@types/dom-screen-wake-lock": "^1.0.3",
"@types/pouchdb": "^6.4.2",
"comlink": "^4.4.2",
"cubing": ">=0.63.0",
"events": "^3.3.0",
"pouchdb": "^9.0.0",
"pouchdb-find": "^9.0.0",
"typescript": "^5.8.3",
"workbox-window": "^7.3.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.2",
"@cubing/deploy": "^0.2.2",
"@cubing/dev-config": "^0.3.6",
"@types/chai": "^5.2.2",
"@types/mocha": "^10.0.10",
"barely-a-dev-server": "^0.8.1",
"chai": "^5.2.1",
"esbuild": "^0.25.8",
"lib": "^5.1.0",
"mocha": "^11.7.1",
"workbox": "^0.0.0",
"workbox-build": "^7.3.0",
"workbox-precaching": "^7.3.0"
},
"scripts": {
"build": "make build",
"dev": "make dev",
"prepublishOnly": "make prepublishOnly"
},
"@cubing/deploy": {
"https://timer.cubing.net/": {}
}
}