-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1008 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
{
"name": "wikibase-for-firefox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"user-tests": "./node_modules/http-server/bin/http-server ./user-tests",
"setup": "git clone [email protected]:fuddl/isbn3-es6.git importmap/isbn3-es6 && git clone [email protected]:fuddl/ucsur-sitelen-pona.git importmap/ucsur-sitelen-pona && node prepare-importmap.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sutton-signwriting/font-ttf": "^1.5.2",
"binary-variations": "^1.0.2",
"esbuild": "^0.20.2",
"glob": "^10.3.12",
"htm": "^3.1.1",
"i": "^0.3.7",
"isbn3": "^1.1.46",
"js-yaml": "^4.1.0",
"leaflet": "^1.9.4",
"normalize.css": "^8.0.1",
"npm": "^10.5.0",
"preact": "^10.19.2",
"wikibase-edit": "^7.0.2",
"wikibase-sdk": "^9.2.4"
},
"devDependencies": {
"fs-extra": "^11.2.0",
"http-server": "^14.1.1",
"prettier": "^3.2.5"
}
}