|
55 | 55 | "./public/**" |
56 | 56 | ], |
57 | 57 | "dependencies": { |
58 | | - "@fastify/busboy": "1.0.0", |
59 | | - "bcryptjs": "2.4.3", |
60 | | - "chalk": "4.1.2", |
61 | | - "cheerio": "1.0.0", |
62 | | - "commander": "9.0.0", |
63 | | - "content-disposition": "0.5.4", |
64 | | - "express": "4.20.0", |
65 | | - "file-type": "16.5.4", |
66 | | - "filenamify": "4.3.0", |
67 | | - "got": "11.8.6", |
68 | | - "irc-framework": "4.14.0", |
69 | | - "is-utf8": "0.2.1", |
70 | | - "ldapjs": "2.3.3", |
71 | | - "linkify-it": "3.0.3", |
72 | | - "lodash": "4.17.21", |
73 | | - "mime-types": "2.1.35", |
74 | | - "node-forge": "1.3.1", |
75 | | - "package-json": "7.0.0", |
76 | | - "read": "1.0.7", |
77 | | - "read-chunk": "3.2.0", |
78 | | - "semver": "7.5.2", |
79 | | - "socket.io": "4.6.2", |
80 | | - "tlds": "1.228.0", |
81 | | - "ua-parser-js": "1.0.39", |
82 | | - "uuid": "8.3.2", |
83 | | - "web-push": "3.4.5", |
84 | | - "yarn": "1.22.22" |
| 58 | + "@fastify/busboy": "^1.0.0", |
| 59 | + "bcryptjs": "^2.4.3", |
| 60 | + "chalk": "^4.1.2", |
| 61 | + "cheerio": "~1.0.0", |
| 62 | + "commander": "^9.0.0", |
| 63 | + "content-disposition": "^0.5.4", |
| 64 | + "express": "^4.20.0", |
| 65 | + "file-type": "^16.5.4", |
| 66 | + "filenamify": "^4.3.0", |
| 67 | + "got": "^11.8.6", |
| 68 | + "irc-framework": "^4.14.0", |
| 69 | + "is-utf8": "^0.2.1", |
| 70 | + "ldapjs": "^2.3.3", |
| 71 | + "linkify-it": "^3.0.3", |
| 72 | + "lodash": "^4.17.21", |
| 73 | + "mime-types": "^2.1.35", |
| 74 | + "node-forge": "^1.3.1", |
| 75 | + "package-json": "^7.0.0", |
| 76 | + "read": "^1.0.7", |
| 77 | + "read-chunk": "^3.2.0", |
| 78 | + "semver": "^7.5.2", |
| 79 | + "socket.io": "^4.6.2", |
| 80 | + "tlds": "^1.228.0", |
| 81 | + "ua-parser-js": "^1.0.39", |
| 82 | + "uuid": "^8.3.2", |
| 83 | + "web-push": "^3.4.5", |
| 84 | + "yarn": "^1.22.22" |
85 | 85 | }, |
86 | 86 | "optionalDependencies": { |
87 | | - "sqlite3": "5.1.7" |
| 87 | + "sqlite3": "^5.1.7" |
88 | 88 | }, |
89 | 89 | "devDependencies": { |
90 | | - "@babel/core": "7.17.10", |
91 | | - "@babel/plugin-transform-runtime": "7.18.2", |
92 | | - "@babel/preset-env": "7.17.10", |
93 | | - "@fortawesome/fontawesome-free": "5.15.4", |
94 | | - "@istanbuljs/nyc-config-typescript": "1.0.2", |
95 | | - "@textcomplete/core": "0.1.10", |
96 | | - "@textcomplete/textarea": "0.1.13", |
97 | | - "@types/bcryptjs": "2.4.6", |
98 | | - "@types/chai": "4.3.5", |
99 | | - "@types/cheerio": "0.22.35", |
100 | | - "@types/content-disposition": "0.5.8", |
101 | | - "@types/express": "4.17.21", |
102 | | - "@types/is-utf8": "0.2.3", |
103 | | - "@types/ldapjs": "2.2.5", |
104 | | - "@types/linkify-it": "3.0.5", |
105 | | - "@types/lodash": "4.14.202", |
106 | | - "@types/mime-types": "2.1.4", |
107 | | - "@types/mocha": "9.1.1", |
108 | | - "@types/mousetrap": "1.6.15", |
109 | | - "@types/node": "17.0.45", |
110 | | - "@types/read": "0.0.32", |
111 | | - "@types/semver": "7.3.9", |
112 | | - "@types/sortablejs": "1.15.8", |
113 | | - "@types/sqlite3": "3.1.11", |
114 | | - "@types/ua-parser-js": "0.7.39", |
115 | | - "@types/uuid": "8.3.4", |
116 | | - "@types/web-push": "3.3.2", |
117 | | - "@types/webpack-env": "1.16.4", |
118 | | - "@types/webpack-hot-middleware": "2.25.6", |
119 | | - "@types/ws": "8.5.12", |
120 | | - "@typescript-eslint/eslint-plugin": "7.8.0", |
121 | | - "@typescript-eslint/parser": "7.8.0", |
| 90 | + "@babel/core": "^7.17.10", |
| 91 | + "@babel/plugin-transform-runtime": "^7.18.2", |
| 92 | + "@babel/preset-env": "^7.17.10", |
| 93 | + "@fortawesome/fontawesome-free": "^5.15.4", |
| 94 | + "@istanbuljs/nyc-config-typescript": "^1.0.2", |
| 95 | + "@textcomplete/core": "^0.1.10", |
| 96 | + "@textcomplete/textarea": "^0.1.13", |
| 97 | + "@types/bcryptjs": "^2.4.6", |
| 98 | + "@types/chai": "^4.3.5", |
| 99 | + "@types/cheerio": "^0.22.35", |
| 100 | + "@types/content-disposition": "^0.5.8", |
| 101 | + "@types/express": "^4.17.21", |
| 102 | + "@types/is-utf8": "^0.2.3", |
| 103 | + "@types/ldapjs": "^2.2.5", |
| 104 | + "@types/linkify-it": "^3.0.5", |
| 105 | + "@types/lodash": "^4.14.202", |
| 106 | + "@types/mime-types": "^2.1.4", |
| 107 | + "@types/mocha": "^9.1.1", |
| 108 | + "@types/mousetrap": "^1.6.15", |
| 109 | + "@types/node": "^17.0.45", |
| 110 | + "@types/read": "^0.0.32", |
| 111 | + "@types/semver": "^7.3.9", |
| 112 | + "@types/sortablejs": "^1.15.8", |
| 113 | + "@types/sqlite3": "^3.1.11", |
| 114 | + "@types/ua-parser-js": "^0.7.39", |
| 115 | + "@types/uuid": "^8.3.4", |
| 116 | + "@types/web-push": "^3.3.2", |
| 117 | + "@types/webpack-env": "^1.16.4", |
| 118 | + "@types/webpack-hot-middleware": "^2.25.6", |
| 119 | + "@types/ws": "^8.5.12", |
| 120 | + "@typescript-eslint/eslint-plugin": "^7.8.0", |
| 121 | + "@typescript-eslint/parser": "^7.8.0", |
122 | 122 | "@vue/runtime-dom": "3.2.33", |
123 | | - "@vue/test-utils": "2.4.6", |
124 | | - "babel-loader": "8.2.5", |
125 | | - "babel-plugin-istanbul": "6.1.1", |
126 | | - "babel-preset-typescript-vue3": "2.0.17", |
127 | | - "chai": "4.3.7", |
128 | | - "copy-webpack-plugin": "10.2.4", |
129 | | - "cross-env": "7.0.3", |
130 | | - "css-loader": "6.5.1", |
131 | | - "cssnano": "5.0.17", |
132 | | - "dayjs": "1.10.8", |
133 | | - "emoji-regex": "10.2.1", |
134 | | - "eslint": "8.57.0", |
135 | | - "eslint-config-prettier": "9.1.0", |
136 | | - "eslint-define-config": "2.1.0", |
137 | | - "eslint-plugin-vue": "9.25.0", |
138 | | - "fork-ts-checker-webpack-plugin": "7.2.13", |
139 | | - "fuzzy": "0.1.3", |
140 | | - "mini-css-extract-plugin": "2.5.3", |
141 | | - "mocha": "9.2.2", |
142 | | - "mousetrap": "1.6.5", |
143 | | - "normalize.css": "8.0.1", |
144 | | - "npm-run-all": "4.1.5", |
145 | | - "nyc": "15.1.0", |
146 | | - "postcss": "8.4.47", |
147 | | - "postcss-import": "14.0.2", |
148 | | - "postcss-loader": "6.2.1", |
149 | | - "postcss-preset-env": "7.3.0", |
150 | | - "prettier": "2.5.1", |
151 | | - "pretty-quick": "3.1.3", |
152 | | - "primer-tooltips": "2.0.0", |
153 | | - "sinon": "13.0.2", |
154 | | - "socket.io-client": "4.5.0", |
155 | | - "sortablejs": "1.15.2", |
156 | | - "stylelint": "14.3.0", |
157 | | - "stylelint-config-standard": "24.0.0", |
158 | | - "ts-loader": "9.3.0", |
159 | | - "ts-node": "10.7.0", |
160 | | - "ts-sinon": "2.0.2", |
161 | | - "typescript": "5.4.5", |
162 | | - "undate": "0.3.0", |
| 123 | + "@vue/test-utils": "^2.4.6", |
| 124 | + "babel-loader": "^8.2.5", |
| 125 | + "babel-plugin-istanbul": "^6.1.1", |
| 126 | + "babel-preset-typescript-vue3": "~2.0.17", |
| 127 | + "chai": "^4.3.7", |
| 128 | + "copy-webpack-plugin": "^10.2.4", |
| 129 | + "cross-env": "^7.0.3", |
| 130 | + "css-loader": "^6.5.1", |
| 131 | + "cssnano": "^5.0.17", |
| 132 | + "dayjs": "^1.10.8", |
| 133 | + "emoji-regex": "^10.2.1", |
| 134 | + "eslint": "^8.57.0", |
| 135 | + "eslint-config-prettier": "^9.1.0", |
| 136 | + "eslint-define-config": "^2.1.0", |
| 137 | + "eslint-plugin-vue": "^9.25.0", |
| 138 | + "fork-ts-checker-webpack-plugin": "^7.2.13", |
| 139 | + "fuzzy": "^0.1.3", |
| 140 | + "mini-css-extract-plugin": "^2.5.3", |
| 141 | + "mocha": "^9.2.2", |
| 142 | + "mousetrap": "^1.6.5", |
| 143 | + "normalize.css": "^8.0.1", |
| 144 | + "npm-run-all": "^4.1.5", |
| 145 | + "nyc": "^15.1.0", |
| 146 | + "postcss": "^8.4.47", |
| 147 | + "postcss-import": "^14.0.2", |
| 148 | + "postcss-loader": "^6.2.1", |
| 149 | + "postcss-preset-env": "^7.3.0", |
| 150 | + "prettier": "~2.5.1", |
| 151 | + "pretty-quick": "^3.1.3", |
| 152 | + "primer-tooltips": "^2.0.0", |
| 153 | + "sinon": "^13.0.2", |
| 154 | + "socket.io-client": "^4.5.0", |
| 155 | + "sortablejs": "^1.15.2", |
| 156 | + "stylelint": "^14.3.0", |
| 157 | + "stylelint-config-standard": "^24.0.0", |
| 158 | + "ts-loader": "^9.3.0", |
| 159 | + "ts-node": "^10.7.0", |
| 160 | + "ts-sinon": "^2.0.2", |
| 161 | + "typescript": "~5.4.5", |
| 162 | + "undate": "^0.3.0", |
163 | 163 | "vue": "3.2.35", |
164 | | - "vue-eslint-parser": "9.4.3", |
165 | | - "vue-loader": "17.0.1", |
166 | | - "vue-router": "4.0.15", |
167 | | - "vuex": "4.0.2", |
168 | | - "webpack": "5.94.0", |
169 | | - "webpack-cli": "4.9.2", |
170 | | - "webpack-dev-middleware": "5.3.4", |
171 | | - "webpack-hot-middleware": "2.25.4" |
| 164 | + "vue-eslint-parser": "^9.4.3", |
| 165 | + "vue-loader": "~17.0.1", |
| 166 | + "vue-router": "~4.0.15", |
| 167 | + "vuex": "^4.0.2", |
| 168 | + "webpack": "~5.94.0", |
| 169 | + "webpack-cli": "^4.9.2", |
| 170 | + "webpack-dev-middleware": "^5.3.4", |
| 171 | + "webpack-hot-middleware": "^2.25.4" |
172 | 172 | } |
173 | 173 | } |
0 commit comments