-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.87 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "packages-collector",
"version": "1.0.0",
"description": "package collector",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betgar/packages-collector.git"
},
"keywords": [
"packages"
],
"author": "betgar",
"license": "MIT",
"bugs": {
"url": "https://github.com/betgar/packages-collector/issues"
},
"homepage": "https://github.com/betgar/packages-collector#readme",
"devDependencies": {
"shvl": "^2.0.0"
},
"dependencies": {
"agentkeepalive": "^4.1.0",
"async": "^3.2.0",
"axios": "^0.19.0",
"bookshelf": "^1.0.1",
"dayjs": "^1.8.18",
"eventemitter3": "^4.0.0",
"eventproxy": "^1.0.0",
"js-cookie": "^2.2.1",
"js-file-download": "^0.4.9",
"js-logger": "^1.6.0",
"knex": "^0.20.4",
"localforage": "^1.7.3",
"lodash": "^4.17.15",
"lowdb": "^1.0.0",
"lz-string": "^1.4.4",
"mem": "^6.0.1",
"memoize-one": "^5.1.1",
"moment": "^2.24.0",
"msgpack5": "^4.2.1",
"nanoid": "^3.1.3",
"nosleep.js": "^0.9.0",
"nprogress": "^0.2.0",
"objection": "^2.0.10",
"pdfh5": "^1.2.22",
"portal-vue": "^2.1.6",
"qs": "^6.9.1",
"querystring": "^0.2.0",
"queue": "^6.0.1",
"request": "^2.88.0",
"rimraf": "^3.0.0",
"secure-ls": "^1.2.6",
"serialize-javascript": "^2.1.2",
"smoothscroll-polyfill": "^0.4.4",
"store": "^2.0.12",
"store2": "^2.11.0",
"typeorm": "^0.2.22",
"utility": "^1.16.3",
"uuid": "^7.0.3",
"vue-compose-promise": "0.0.5",
"vue-global-events": "^1.1.2",
"vue-ls": "^3.2.1",
"vue-promised": "^1.2.1",
"vue-ref": "^1.0.6",
"vue-router": "^3.1.3",
"vue-swal": "^1.0.0",
"vuex": "^3.1.2",
"vuex-persistedstate": "^2.7.0",
"vuex-router-sync": "^5.0.0"
}
}