-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
143 lines (143 loc) · 4.37 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "@data-fair/portals",
"version": "1.63.1",
"description": "Portals manager for data-fair",
"main": "index.js",
"scripts": {
"dev-server": "NODE_ENV=development DEBUG=sync-portal,upgrade* nodemon server",
"dev-client": "NODE_ENV=development nuxt -p 3039",
"dev-built": "NODE_ENV=development npm run build && rm -rf nuxt-dist-standalone && cp -rf nuxt-dist nuxt-dist-standalone && PROXY_NUXT=false npm run dev-server",
"dev-deps": "docker compose --profile dev up -d",
"stop-dev-deps": "docker compose --profile dev stop",
"dev-zellij": "zellij --layout .zellij.kdl",
"test": "NODE_ENV=test mocha --exit --bail test/",
"test-deps": "docker compose --profile test up -d",
"build": "nuxt build --standalone",
"analyze": "nuxt build --analyze",
"lint": "eslint --ext js,vue --ignore-path .gitignore .",
"lint-fix": "eslint --ext js,vue --ignore-path .gitignore --fix .",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/data-fair/portals.git"
},
"author": "",
"license": "AGPL-3.0-only",
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"plugins": [
"no-only-tests"
],
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"standard",
"plugin:vue/recommended"
],
"rules": {
"vue/no-v-html": "off",
"vue/multi-word-component-names": "off",
"node/no-deprecated-api": "off",
"vue/no-mutating-props": "off",
"vue/require-prop-types": "off",
"vue/no-useless-template-attributes": "off"
}
},
"bugs": {
"url": "https://gitlab.com/data-fair/portals/issues"
},
"homepage": "https://gitlab.com/data-fair/portals#readme",
"dependencies": {
"@data-fair/sd-express": "^1.4.3",
"@koumoul/nuxt-config-inject": "^0.4.10",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.2.2",
"agentkeepalive": "^4.5.0",
"ajv": "^6.12.6",
"cacheable-lookup": "^6.0.4",
"config": "^3.3.3",
"cookie-parser": "^1.4.5",
"cookie-universal-nuxt": "^2.1.5",
"dayjs": "^1.11.7",
"debounce": "^1.2.0",
"debug": "^4.3.4",
"email-validator": "^2.0.4",
"event-to-promise": "^0.8.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"fs-extra": "^11.1.1",
"google-fonts-complete": "^2.1.1",
"hasha": "^5.2.2",
"http-errors": "^2.0.0",
"http-link-header": "^1.1.0",
"json-schema-defaults": "^0.4.0",
"json-schema-ref-parser": "^9.0.9",
"json2csv": "^6.0.0-alpha.2",
"marked": "^4.3.0",
"memoizee": "^0.4.15",
"mime-types": "^2.1.35",
"mongodb": "^4.14.0",
"multer": "^1.4.2",
"nanoid": "^3.3.4",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.22",
"nuxt-start": "^2.16.3",
"original-url": "^1.2.3",
"prom-client": "^14.0.1",
"rate-limiter-flexible": "^2.4.1",
"reconnecting-websocket": "^4.4.0",
"request-ip": "^2.1.3",
"resolve-path": "^1.4.0",
"sanitize-html": "^1.27.5",
"sharp": "^0.31.3",
"slugify": "^1.4.6",
"streamsaver": "^2.0.6",
"vue-social-sharing": "^3.0.4",
"web-streams-polyfill": "^3.2.1"
},
"devDependencies": {
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"@data-fair/sd-vue": "2.6.1",
"@koumoul/v-iframe": "^1.2.0",
"@koumoul/vjsf": "2.22.1",
"@koumoul/vue-multianalytics": "^1.11.4",
"@mdi/font": "^7.0.96",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/vuetify": "^1.12.3",
"clean-modules": "^2.0.4",
"cors": "^2.8.5",
"easymde": "^2.16.1",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-vue": "^8.5.0",
"form-data": "^4.0.0",
"http-proxy-middleware": "^1.0.6",
"husky": "^8.0.3",
"iframe-resizer": "4.0.4",
"js-file-download": "^0.4.12",
"mobile-device-detect": "^0.2.3",
"mocha": "^10.0.0",
"nock": "^13.2.9",
"number-abbreviate": "^2.0.0",
"nuxt": "^2.16.3",
"scrolling-element": "^1.0.2",
"tinycolor2": "^1.4.2",
"vue-clamp": "^0.4.0",
"vue-observe-visibility": "^1.0.0",
"vue-tweet-embed": "^2.4.0",
"vue-window-size": "0.6.2",
"vuetify": "^2.6.14"
},
"overrides": {
"postcss": "8"
}
}