forked from openupm/openupm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.92 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "openupm",
"private": true,
"version": "1.56.2",
"description": "OpenUPM is a managed UPM registry with automatic build services for open-source Unity packages.",
"main": "server.js",
"authors": {
"name": "Favo Yang",
"email": "[email protected]"
},
"repository": "https://github.com/openupm/openupm.git",
"scripts": {
"docs:dev": "cross-env PACKAGE_LIMIT=50 vuepress dev docs --temp .temp --host 0.0.0.0 --port 8000",
"docs:build": "vuepress build docs --max-concurrency 50",
"docs:serve": "serve ./docs/.vuepress/dist",
"gh:ratelimit": "node ./app/jobs/getGithubRateLimit.js",
"queue:process": "node ./app/queues/process",
"queue:status": "node ./app/queues/showStatus pkg rel",
"queue:remove": "node ./app/queues/removeJob",
"pkg:build": "node ./app/jobs/addBuildPackageJob.js",
"pkg:check": "node ./app/jobs/checkPackage.js",
"pkg:fetch-extra": "node ./app/jobs/fetchPackageExtra.js",
"rel:remove": "node ./app/jobs/removeRelease.js",
"server": "cross-env REDIS_ENABLE_OFFLINE_QUEUE=false node server.js",
"server:dev": "cross-env REDIS_ENABLE_OFFLINE_QUEUE=false nodemon --watch app server.js",
"semantic-release": "semantic-release",
"test": "cross-env NODE_ENV=test mocha"
},
"license": "BSD 3-Clause",
"devDependencies": {
"@google-cloud/translate": "^6.0.4",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@vuepress/plugin-back-to-top": "^1.3.0",
"@vuepress/plugin-medium-zoom": "^1.3.0",
"@vuepress/plugin-pwa": "^1.3.0",
"@vuepress/plugin-register-components": "^1.3.0",
"@xunlei/vue-lazy-component": "^1.1.3",
"babel-eslint": "^10.0.3",
"copy-to-clipboard": "^3.2.0",
"cross-env": "^7.0.0",
"escape-html": "^1.0.3",
"eslint": "^6.5.0",
"eslint-config-prettier": "^6.10.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.2.2",
"joi": "^17.6.0",
"js-yaml": "^3.13.1",
"js-yaml-loader": "^1.2.2",
"mocha": "^7.0.1",
"nodemon": "^2.0.2",
"prettier": "^1.18.2",
"rewire": "^4.0.1",
"semantic-release": "^17.0.4",
"serve": "^11.3.2",
"should": "^13.2.3",
"supertest": "^4.0.2",
"v-lazy-image": "^1.4.0",
"vue-content-loading": "^1.6.0",
"vue-mq": "^1.0.1",
"vue-scrollto": "^2.17.1",
"vuepress": "^1.9.7",
"vuepress-plugin-chunkload-redirect": "^1.0.3",
"vuepress-plugin-clean-urls": "^1.0.3",
"vuepress-plugin-flexsearch": "openupm/vuepress-plugin-flexsearch#openupm",
"vuepress-plugin-seo": "^0.1.2",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-table-of-contents": "^1.1.4",
"vuex": "^3.2.0",
"vuex-persistedstate": "^3.0.1",
"webpack-bundle-analyzer": "^3.8.0"
},
"dependencies": {
"@github-docs/frontmatter": "^1.3.1",
"await-timeout": "^1.1.1",
"aws-sdk": "^2.794.0",
"axios": "^0.21.2",
"azure-devops-node-api": "^10.0.0",
"body-parser": "^1.19.0",
"bottleneck": "^2.19.5",
"bullmq": "^2.1.3",
"bunyan": "^2.0.2",
"change-case": "^4.1.1",
"cheerio": "^1.0.0-rc.3",
"commander": "^4.1.0",
"compare-versions": "^6.0.0-rc.1",
"config": "^3.3.8",
"date-fns": "^2.14.0",
"enum": "^2.5.0",
"eol": "^0.9.1",
"express": "^4.18.1",
"express-async-handler": "^1.2.0",
"feed": "^4.1.0",
"global": "^4.4.0",
"graphql-request": "^1.8.2",
"highlight.js": "^10.0.3",
"is-promise": "^2.1.0",
"lodash": "^4.17.21",
"marked": "^4.0.10",
"node-emoji": "^1.10.0",
"node-tunnel": "^4.0.0",
"numeral": "^2.0.6",
"nunjucks": "^3.2.2",
"parse-github-url": "^1.0.2",
"pg": "^7.18.1",
"semver": "^7.1.2",
"serialize-javascript": "^3.1.0",
"sharp": "^0.26.3",
"simple-git": "^3.5.0",
"spdx-license-list": "^6.6.0",
"superagent": "^5.1.0",
"url-join": "^4.0.1",
"vue": "2.6.11",
"vue-i18n": "^8.22.1"
}
}