-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@cubing/timer",
"version": "4.0.2",
"description": "Template for interacting with cubing JS libraries.",
"author": "Lucas Garron <[email protected]> (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.3",
"@fontsource/ubuntu": "^5.1.1",
"@types/dom-screen-wake-lock": "^1.0.1",
"@types/pouchdb": "^6.4.0",
"comlink": "^4.4.1",
"cubing": "v0.54.1",
"events": "^3.3.0",
"pouchdb": "^8.0.1",
"pouchdb-find": "^8.0.1",
"typescript": "^5.6.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@cubing/deploy": "^0.1.8",
"@types/chai": "^4.3.6",
"@types/mocha": "^10.0.1",
"barely-a-dev-server": "^0.7.1",
"chai": "^4.3.8",
"esbuild": "^0.25.0",
"lib": "^5.1.0",
"mocha": "^10.2.0",
"workbox": "^0.0.0",
"workbox-build": "^7.0.0",
"workbox-precaching": "^7.0.0"
},
"scripts": {
"build": "make build",
"dev": "make dev",
"prepublishOnly": "make prepublishOnly"
},
"@cubing/deploy": {
"https://timer.cubing.net/": {}
}
}