-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "@paperbits/common",
"version": "0.1.629",
"description": "Paperbits common components.",
"author": "Paperbits",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/paperbits/paperbits-common.git"
},
"keywords": [
"paperbits"
],
"bugs": {
"url": "https://github.com/paperbits/paperbits-common/issues"
},
"scripts": {
"test": "node node_modules/mocha/bin/_mocha -r mocha.js ./specs/**/*.spec.ts"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.13.2",
"html-minifier-terser": "^5.1.1",
"html2plaintext": "^2.1.2",
"inversify": "^5.0.1",
"jsdom": "^19.0.0",
"knockout": "^3.5.1",
"lodash": "^4.17.15",
"lunr": "^2.3.8",
"mime": "3.0.0",
"moment": "^2.24.0",
"reflect-metadata": "^0.1.13",
"xhr2": "^0.2.0"
},
"devDependencies": {
"@types/mocha": "10.0.1",
"@types/node": "^12.12.6",
"chai": "^4.2.0",
"mocha": "^10.2.0",
"ts-node": "10.9.1"
}
}