-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
172 lines (172 loc) · 5.44 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"name": "simple-directory",
"version": "7.12.3",
"description": "Easy users and organizations management for modern Web-oriented architectures.",
"main": "server/app.js",
"scripts": {
"test": "npm run test-file && npm run test-mongo && npm run test-ldap",
"test-file": "NODE_ENV=test EVENTS_LOG_LEVEL=warn STORAGE_TYPE=file mocha --exit --bail --timeout 20000 test/file/*.js",
"test-mongo": "NODE_ENV=test EVENTS_LOG_LEVEL=warn STORAGE_TYPE=mongo mocha --exit --bail --timeout 20000 test/mongo",
"test-ldap": "NODE_ENV=test EVENTS_LOG_LEVEL=warn STORAGE_TYPE=ldap mocha --exit --bail --timeout 20000 test/ldap",
"test-cover": "nyc npm test",
"test-deps": "docker compose --profile test up -d",
"report": "nyc report --reporter=html",
"lint": "eslint --ext js,vue .",
"lint-fix": "eslint --fix --ext js,vue .",
"dev-server": "NODE_ENV=development nodemon server",
"dev-client": "npm run link-doc && NODE_ENV=development nuxt",
"dev-deps": "docker compose --profile dev up -d",
"stop-dev-deps": "docker compose --profile dev stop",
"dev-zellij": "zellij --layout .zellij.kdl",
"build": "npm run link-doc && nuxt build --no-generate",
"start": "node server",
"analyze": "nuxt build --no-generate --analyze",
"doc": "nuxt --config-file ${PWD}/doc/nuxt.config.js",
"link-doc": "ln -nsf ${PWD}/doc/pages/doc public/pages/doc",
"build-doc": "nuxt generate --config-file ${PWD}/doc/nuxt.config.js",
"build-types": "df-build-types --mjs types",
"postinstall": "patch-package",
"prepare": "husky install",
"check-types": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koumoul-dev/simple-directory.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://github.com/koumoul-dev/simple-directory/issues"
},
"homepage": "https://github.com/koumoul-dev/simple-directory#readme",
"devDependencies": {
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"@data-fair/sd-vue": "^2.6.1",
"@koumoul/v-iframe": "^0.20.3",
"@koumoul/vjsf": "^2.21.3",
"@koumoul/vue-multianalytics": "^1.10.1",
"@mdi/font": "^7.0.96",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/markdownit": "^2.0.0",
"@nuxtjs/vuetify": "^1.12.3",
"clean-modules": "^2.0.4",
"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",
"husky": "^8.0.3",
"iframe-resizer": "^4.0.1",
"jwt-decode": "^4.0.0",
"mocha": "^9.2.1",
"nuxt": "^2.17.3",
"nuxt-webpack-optimisations": "^2.2.8",
"nyc": "^15.1.0",
"patch-package": "^6.5.1",
"semver-extract": "^1.1.1",
"tinycolor2": "^1.4.2",
"typescript": "^5.3.3",
"vue": "^2.7.16",
"vue-cropperjs": "^4.1.0",
"vue-i18n": "^8.28.2",
"vue-moment": "^4.1.0",
"vue-router": "^3.6.5",
"vuetify": "2.6.14"
},
"dependencies": {
"@data-fair/lib": "^0.26.0",
"@data-fair/sd-express": "^1.4.0",
"@koumoul/nuxt-config-inject": "^0.4.10",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.3.1",
"accept-language-parser": "^1.5.0",
"ajv-i18n": "^4.2.0",
"axios": "^1.3.4",
"body-parser": "^1.18.3",
"cacheable-lookup": "^6.0.4",
"capitalize": "^2.0.4",
"config": "^1.31.0",
"cookie-parser": "^1.4.3",
"cookie-universal-nuxt": "^2.1.5",
"cookies": "^0.7.3",
"cors": "^2.8.5",
"csv-stringify": "^6.2.4",
"dayjs": "^1.10.7",
"debug": "^4.3.4",
"email-validator": "^2.0.4",
"escape-string-regexp": "^4.0.0",
"event-to-promise": "^0.8.0",
"express": "^4.18.2",
"fast-json-stringify": "^5.12.0",
"flat": "^5.0.2",
"flatstr": "^1.0.12",
"fs-extra": "^8.1.0",
"gm": "^1.25.0",
"http-errors": "^2.0.0",
"http-terminator": "^3.2.0",
"initials": "^3.1.2",
"json-schema-to-typescript": "^11.0.5",
"json-web-key": "^0.3.0",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.0.1",
"ldapjs": "^2.2.3",
"material-colors": "^1.2.6",
"memoizee": "^0.4.15",
"mjml": "^4.8.1",
"moment": "^2.29.4",
"mongodb": "^5.8.1",
"multer": "^1.4.4-lts.1",
"node-cron": "^3.0.0",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.22",
"nuxt-start": "^2.16.3",
"otplib": "^12.0.1",
"prom-client": "^14.0.0",
"qrcode": "^1.4.4",
"rate-limiter-flexible": "^2.0.0",
"request-ip": "^2.1.3",
"samlify": "2.8.8",
"seedrandom": "^3.0.5",
"shortid": "^2.2.13",
"simple-oauth2": "^5.0.0",
"slugify": "^1.6.5",
"uuid": "^8.3.2",
"vuex": "^3.6.2"
},
"overrides": {
"@data-fair/lib": {
"vue": "$vue",
"vuetify": "$vuetify",
"vue-router": "vue-router",
"vue-i18n": "vue-i18n",
"mongodb": "$mongodb",
"prom-client": "$prom-client"
}
}
}