2016-12-28 16:49:51 -06:00
|
|
|
{
|
2017-11-06 04:16:14 -06:00
|
|
|
"name": "misskey",
|
2020-01-29 13:37:25 -06:00
|
|
|
"author": "syuilo <syuilotan@yahoo.co.jp>",
|
2020-12-29 22:14:02 -06:00
|
|
|
"version": "12.65.4",
|
2020-01-29 13:37:25 -06:00
|
|
|
"codename": "indigo",
|
2019-02-05 02:42:55 -06:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/syuilo/misskey.git"
|
|
|
|
},
|
2019-02-04 22:46:06 -06:00
|
|
|
"main": "./index.js",
|
2017-11-06 04:16:14 -06:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-02-04 22:46:06 -06:00
|
|
|
"start": "node ./index.js",
|
2020-04-03 21:08:10 -05:00
|
|
|
"start-product": "cross-env NODE_ENV=production node ./index.js",
|
2019-06-29 09:12:00 -05:00
|
|
|
"init": "npm run migrate",
|
2019-05-14 09:54:39 -05:00
|
|
|
"ormconfig": "node ./built/ormconfig.js",
|
2019-06-29 09:12:00 -05:00
|
|
|
"migrate": "ts-node ./node_modules/typeorm/cli.js migration:run",
|
2019-05-16 02:12:30 -05:00
|
|
|
"migrateandstart": "npm run migrate && npm run start",
|
2020-04-03 09:35:14 -05:00
|
|
|
"build": "webpack && gulp build",
|
2020-04-03 21:08:10 -05:00
|
|
|
"build-product": "cross-env NODE_ENV=production webpack && gulp build",
|
2018-04-15 17:07:44 -05:00
|
|
|
"webpack": "webpack",
|
|
|
|
"watch": "webpack --watch",
|
2018-03-02 04:20:52 -06:00
|
|
|
"gulp": "gulp build",
|
2017-11-06 04:16:14 -06:00
|
|
|
"clean": "gulp clean",
|
|
|
|
"cleanall": "gulp cleanall",
|
2020-03-03 20:45:33 -06:00
|
|
|
"lint": "tslint 'src/**/*.ts'",
|
2020-04-25 20:35:47 -05:00
|
|
|
"test": "cross-env TS_NODE_FILES=true TS_NODE_TRANSPILE_ONLY=true TS_NODE_COMPILER_OPTIONS=\"{\\\"target\\\":\\\"es2017\\\",\\\"module\\\":\\\"commonjs\\\",\\\"typeRoots\\\":[\\\"node_modules/@types\\\",\\\"src/@types\\\"]}\" mocha",
|
2020-04-03 09:35:14 -05:00
|
|
|
"format": "gulp format"
|
2017-11-06 04:16:14 -06:00
|
|
|
},
|
2019-06-04 09:06:30 -05:00
|
|
|
"resolutions": {
|
2020-04-25 20:35:47 -05:00
|
|
|
"chokidar": "^3.3.1",
|
|
|
|
"constantinople": "^4.0.1",
|
2020-07-10 16:18:43 -05:00
|
|
|
"gulp/gulp-cli/yargs/yargs-parser": "5.0.0-security.0",
|
2020-10-09 00:17:15 -05:00
|
|
|
"jsonld/rdf-canonize/node-forge": "0.10.0",
|
|
|
|
"lodash": "^4.17.20"
|
2019-06-04 09:06:30 -05:00
|
|
|
},
|
2017-11-22 15:18:42 -06:00
|
|
|
"dependencies": {
|
2020-12-03 14:13:38 -06:00
|
|
|
"@babel/plugin-transform-runtime": "7.12.1",
|
2020-11-30 14:14:13 -06:00
|
|
|
"@elastic/elasticsearch": "7.10.0",
|
2020-10-17 06:12:00 -05:00
|
|
|
"@fortawesome/fontawesome-svg-core": "1.2.32",
|
|
|
|
"@fortawesome/free-brands-svg-icons": "5.15.1",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "5.15.1",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "5.15.1",
|
2020-12-28 06:47:48 -06:00
|
|
|
"@fortawesome/vue-fontawesome": "3.0.0-3",
|
2020-05-24 03:48:24 -05:00
|
|
|
"@koa/cors": "3.1.0",
|
2020-06-27 09:25:06 -05:00
|
|
|
"@koa/multer": "3.0.0",
|
2020-07-12 01:35:11 -05:00
|
|
|
"@koa/router": "9.0.1",
|
2020-04-25 20:35:47 -05:00
|
|
|
"@sinonjs/fake-timers": "6.0.1",
|
2020-10-22 09:09:03 -05:00
|
|
|
"@syuilo/aiscript": "0.11.1",
|
2018-09-20 18:35:06 -05:00
|
|
|
"@types/bcryptjs": "2.4.2",
|
2020-11-30 14:15:30 -06:00
|
|
|
"@types/bull": "3.14.4",
|
2020-08-07 20:30:38 -05:00
|
|
|
"@types/cbor": "5.0.1",
|
2019-09-26 15:50:34 -05:00
|
|
|
"@types/dateformat": "3.0.1",
|
2019-07-02 05:20:34 -05:00
|
|
|
"@types/double-ended-queue": "2.1.1",
|
2020-05-08 18:21:42 -05:00
|
|
|
"@types/escape-regexp": "0.0.0",
|
2020-07-11 09:53:29 -05:00
|
|
|
"@types/glob": "7.1.3",
|
2019-04-14 03:40:30 -05:00
|
|
|
"@types/gulp": "4.0.6",
|
2017-11-24 19:47:04 -06:00
|
|
|
"@types/gulp-rename": "0.0.33",
|
|
|
|
"@types/gulp-replace": "0.0.31",
|
2019-02-03 10:30:33 -06:00
|
|
|
"@types/is-url": "1.2.28",
|
2020-06-27 09:25:06 -05:00
|
|
|
"@types/js-yaml": "3.12.5",
|
2020-11-29 03:34:59 -06:00
|
|
|
"@types/jsdom": "16.2.5",
|
2020-05-08 18:21:42 -05:00
|
|
|
"@types/jsonld": "1.5.1",
|
2019-12-19 13:46:28 -06:00
|
|
|
"@types/katex": "0.11.0",
|
2020-12-10 14:13:46 -06:00
|
|
|
"@types/koa": "2.11.6",
|
2019-11-24 02:09:32 -06:00
|
|
|
"@types/koa-bodyparser": "4.3.0",
|
2019-02-01 04:46:18 -06:00
|
|
|
"@types/koa-cors": "0.0.0",
|
2018-04-12 21:50:36 -05:00
|
|
|
"@types/koa-favicon": "2.0.19",
|
2018-10-10 07:01:18 -05:00
|
|
|
"@types/koa-logger": "3.1.1",
|
2019-07-02 05:20:34 -05:00
|
|
|
"@types/koa-mount": "4.0.0",
|
2019-04-14 03:40:30 -05:00
|
|
|
"@types/koa-send": "4.1.2",
|
2019-11-24 02:09:32 -06:00
|
|
|
"@types/koa-views": "2.0.4",
|
2020-12-07 14:15:02 -06:00
|
|
|
"@types/koa__cors": "3.0.2",
|
2020-11-29 03:29:56 -06:00
|
|
|
"@types/koa__multer": "2.0.2",
|
2019-11-24 02:09:32 -06:00
|
|
|
"@types/koa__router": "8.0.2",
|
2020-12-04 14:14:19 -06:00
|
|
|
"@types/markdown-it": "10.0.3",
|
2020-12-11 06:17:50 -06:00
|
|
|
"@types/matter-js": "0.14.8",
|
2020-04-03 21:08:10 -05:00
|
|
|
"@types/mocha": "7.0.2",
|
2020-12-14 14:24:36 -06:00
|
|
|
"@types/node": "14.14.13",
|
2020-04-25 20:35:47 -05:00
|
|
|
"@types/node-fetch": "2.5.7",
|
2019-12-19 13:46:28 -06:00
|
|
|
"@types/nodemailer": "6.4.0",
|
2019-07-02 05:20:34 -05:00
|
|
|
"@types/nprogress": "0.2.0",
|
2018-11-04 07:03:55 -06:00
|
|
|
"@types/oauth": "0.9.1",
|
2020-05-17 00:50:00 -05:00
|
|
|
"@types/parse5": "5.0.3",
|
2020-12-08 14:14:16 -06:00
|
|
|
"@types/parsimmon": "1.10.6",
|
2018-07-13 09:25:32 -05:00
|
|
|
"@types/portscanner": "2.1.0",
|
2017-12-31 10:58:12 -06:00
|
|
|
"@types/pug": "2.0.4",
|
2020-12-04 14:21:32 -06:00
|
|
|
"@types/qrcode": "1.3.5",
|
2019-04-15 06:37:21 -05:00
|
|
|
"@types/random-seed": "0.3.3",
|
2020-12-28 14:13:42 -06:00
|
|
|
"@types/ratelimiter": "3.4.1",
|
2020-11-29 03:27:10 -06:00
|
|
|
"@types/redis": "2.8.28",
|
2020-12-03 14:14:13 -06:00
|
|
|
"@types/rename": "1.0.2",
|
2019-01-31 08:46:15 -06:00
|
|
|
"@types/request-stats": "3.0.0",
|
2020-04-25 20:35:47 -05:00
|
|
|
"@types/rimraf": "3.0.0",
|
2019-05-01 08:56:18 -05:00
|
|
|
"@types/seedrandom": "2.4.28",
|
2020-12-09 11:44:35 -06:00
|
|
|
"@types/sharp": "0.26.1",
|
2020-04-25 20:35:47 -05:00
|
|
|
"@types/sinonjs__fake-timers": "6.0.1",
|
2019-09-26 15:50:34 -05:00
|
|
|
"@types/speakeasy": "2.0.5",
|
2019-07-02 05:20:34 -05:00
|
|
|
"@types/tinycolor2": "1.4.2",
|
2020-05-03 22:56:02 -05:00
|
|
|
"@types/tmp": "0.2.0",
|
2020-10-17 06:12:00 -05:00
|
|
|
"@types/uuid": "8.3.0",
|
2019-01-28 23:36:24 -06:00
|
|
|
"@types/web-push": "3.3.0",
|
2020-11-30 14:22:49 -06:00
|
|
|
"@types/webpack": "4.41.25",
|
2020-05-17 00:50:00 -05:00
|
|
|
"@types/webpack-stream": "3.2.11",
|
2020-07-11 09:53:29 -05:00
|
|
|
"@types/websocket": "1.0.1",
|
2020-11-30 14:33:08 -06:00
|
|
|
"@types/ws": "7.4.0",
|
2020-12-14 14:13:45 -06:00
|
|
|
"@typescript-eslint/parser": "4.10.0",
|
2020-12-28 02:00:31 -06:00
|
|
|
"@vue/compiler-sfc": "3.0.3",
|
2020-04-11 04:28:40 -05:00
|
|
|
"abort-controller": "3.0.0",
|
2020-12-09 14:24:00 -06:00
|
|
|
"apexcharts": "3.22.3",
|
2018-12-07 19:41:53 -06:00
|
|
|
"autobind-decorator": "2.4.0",
|
2018-05-17 03:01:07 -05:00
|
|
|
"autosize": "4.0.2",
|
2018-06-16 21:23:18 -05:00
|
|
|
"autwh": "0.1.0",
|
2020-12-11 14:15:47 -06:00
|
|
|
"aws-sdk": "2.809.0",
|
2018-06-16 21:23:18 -05:00
|
|
|
"bcryptjs": "2.4.3",
|
2020-07-18 10:24:07 -05:00
|
|
|
"blurhash": "1.1.3",
|
2020-12-07 14:23:04 -06:00
|
|
|
"bull": "3.20.0",
|
2020-01-07 06:51:37 -06:00
|
|
|
"cafy": "15.2.1",
|
2020-08-07 20:30:38 -05:00
|
|
|
"cbor": "5.1.0",
|
2020-06-27 09:25:06 -05:00
|
|
|
"chalk": "4.1.0",
|
2020-11-06 21:48:21 -06:00
|
|
|
"chart.js": "2.9.4",
|
2020-12-03 14:21:51 -06:00
|
|
|
"cli-highlight": "2.1.9",
|
2020-05-09 18:10:41 -05:00
|
|
|
"commander": "4.1.1",
|
2019-03-18 01:23:45 -05:00
|
|
|
"content-disposition": "0.5.3",
|
2020-12-10 14:21:13 -06:00
|
|
|
"core-js": "3.8.1",
|
2018-06-16 21:23:18 -05:00
|
|
|
"crc-32": "1.2.0",
|
2020-11-06 21:48:21 -06:00
|
|
|
"css-loader": "5.0.1",
|
2019-02-17 06:41:36 -06:00
|
|
|
"cssnano": "4.1.10",
|
2020-12-11 06:17:11 -06:00
|
|
|
"dateformat": "4.3.1",
|
2020-05-22 23:19:31 -05:00
|
|
|
"deep-entries": "3.1.0",
|
2019-07-11 09:46:46 -05:00
|
|
|
"diskusage": "1.1.3",
|
2018-08-13 18:21:25 -05:00
|
|
|
"double-ended-queue": "2.1.0-0",
|
2020-05-08 18:21:42 -05:00
|
|
|
"escape-regexp": "0.0.1",
|
2020-12-21 14:15:25 -06:00
|
|
|
"eslint": "7.16.0",
|
2020-12-21 14:35:26 -06:00
|
|
|
"eslint-plugin-vue": "7.3.0",
|
2020-10-17 06:12:00 -05:00
|
|
|
"eventemitter3": "4.0.7",
|
2020-07-11 09:53:29 -05:00
|
|
|
"feed": "4.2.1",
|
2020-04-25 20:35:47 -05:00
|
|
|
"fibers": "5.0.0",
|
2020-11-06 21:48:21 -06:00
|
|
|
"file-type": "16.0.1",
|
2019-07-19 13:28:14 -05:00
|
|
|
"fluent-ffmpeg": "2.1.2",
|
2020-02-07 04:43:37 -06:00
|
|
|
"glob": "7.1.6",
|
2020-12-11 14:23:40 -06:00
|
|
|
"got": "11.8.1",
|
2019-05-14 07:17:29 -05:00
|
|
|
"gulp": "4.0.2",
|
2020-12-25 19:01:32 -06:00
|
|
|
"gulp-cssnano": "2.1.3",
|
2019-12-19 13:46:28 -06:00
|
|
|
"gulp-rename": "2.0.0",
|
2018-05-17 03:01:07 -05:00
|
|
|
"gulp-replace": "1.0.0",
|
2019-03-12 19:19:48 -05:00
|
|
|
"gulp-sourcemaps": "2.6.5",
|
2020-12-25 19:01:32 -06:00
|
|
|
"gulp-terser": "2.0.0",
|
2019-03-12 19:19:48 -05:00
|
|
|
"gulp-tslint": "8.1.4",
|
2020-04-25 20:35:47 -05:00
|
|
|
"gulp-typescript": "6.0.0-alpha.1",
|
2018-12-26 03:32:58 -06:00
|
|
|
"hard-source-webpack-plugin": "0.13.1",
|
2020-06-27 09:25:06 -05:00
|
|
|
"hcaptcha": "0.0.2",
|
2019-04-14 03:40:30 -05:00
|
|
|
"html-minifier": "4.0.0",
|
2020-04-09 09:42:23 -05:00
|
|
|
"http-proxy-agent": "4.0.1",
|
2020-10-17 06:12:00 -05:00
|
|
|
"http-signature": "1.3.5",
|
2020-02-13 07:39:23 -06:00
|
|
|
"https-proxy-agent": "5.0.0",
|
2019-07-11 09:46:46 -05:00
|
|
|
"insert-text-at-cursor": "0.3.0",
|
2019-04-21 10:43:15 -05:00
|
|
|
"is-root": "2.1.0",
|
2020-01-29 16:53:19 -06:00
|
|
|
"is-svg": "4.2.1",
|
2020-05-24 03:48:24 -05:00
|
|
|
"js-yaml": "3.14.0",
|
2020-08-21 18:03:11 -05:00
|
|
|
"jsdom": "16.4.0",
|
2020-04-18 19:40:19 -05:00
|
|
|
"json5": "2.1.3",
|
2020-10-22 09:09:03 -05:00
|
|
|
"json5-loader": "4.0.1",
|
|
|
|
"jsonld": "3.2.0",
|
2020-06-27 09:25:06 -05:00
|
|
|
"jsrsasign": "8.0.20",
|
2020-07-31 10:56:09 -05:00
|
|
|
"katex": "0.12.0",
|
2020-06-27 09:25:06 -05:00
|
|
|
"koa": "2.13.0",
|
2020-04-03 21:08:10 -05:00
|
|
|
"koa-bodyparser": "4.3.0",
|
|
|
|
"koa-favicon": "2.1.0",
|
2018-06-16 21:23:18 -05:00
|
|
|
"koa-json-body": "5.3.0",
|
2019-07-21 17:31:02 -05:00
|
|
|
"koa-logger": "3.2.1",
|
2018-10-03 22:49:38 -05:00
|
|
|
"koa-mount": "4.0.0",
|
2020-07-11 09:53:29 -05:00
|
|
|
"koa-send": "5.0.1",
|
2018-06-16 21:23:18 -05:00
|
|
|
"koa-slow": "2.1.0",
|
2020-10-17 06:12:00 -05:00
|
|
|
"koa-views": "6.3.1",
|
2018-12-03 05:08:18 -06:00
|
|
|
"langmap": "0.0.16",
|
2019-01-09 00:17:54 -06:00
|
|
|
"lookup-dns-cache": "2.1.0",
|
2020-10-17 06:12:00 -05:00
|
|
|
"markdown-it": "11.0.1",
|
2020-11-30 14:31:09 -06:00
|
|
|
"markdown-it-anchor": "6.0.1",
|
2020-12-05 21:51:00 -06:00
|
|
|
"matter-js": "0.14.2",
|
2020-11-06 21:48:21 -06:00
|
|
|
"mocha": "8.2.1",
|
2017-11-24 19:47:04 -06:00
|
|
|
"moji": "0.5.1",
|
2020-12-11 14:14:41 -06:00
|
|
|
"ms": "2.1.3",
|
2019-09-26 15:50:34 -05:00
|
|
|
"multer": "1.4.2",
|
2020-10-01 05:51:34 -05:00
|
|
|
"nested-property": "4.0.0",
|
2020-10-17 06:12:00 -05:00
|
|
|
"node-fetch": "2.6.1",
|
2020-12-21 14:25:09 -06:00
|
|
|
"nodemailer": "6.4.17",
|
2018-04-05 07:13:49 -05:00
|
|
|
"object-assign-deep": "0.4.0",
|
2018-07-27 04:42:58 -05:00
|
|
|
"os-utils": "0.0.14",
|
2020-10-17 06:12:00 -05:00
|
|
|
"p-cancelable": "2.0.0",
|
2020-07-31 10:56:09 -05:00
|
|
|
"parse5": "6.0.1",
|
2020-10-17 06:12:00 -05:00
|
|
|
"parsimmon": "1.16.0",
|
2020-12-02 14:13:54 -06:00
|
|
|
"pg": "8.5.1",
|
2018-07-13 09:25:32 -05:00
|
|
|
"portscanner": "2.2.0",
|
2020-12-10 14:13:17 -06:00
|
|
|
"postcss": "8.2.1",
|
2020-12-02 14:23:27 -06:00
|
|
|
"postcss-loader": "4.1.0",
|
2020-10-22 09:09:03 -05:00
|
|
|
"prismjs": "1.22.0",
|
2020-11-06 21:48:21 -06:00
|
|
|
"probe-image-size": "6.0.0",
|
2018-10-11 07:14:20 -05:00
|
|
|
"promise-limit": "2.7.0",
|
2018-06-16 21:23:18 -05:00
|
|
|
"promise-sequential": "1.1.1",
|
2019-07-02 05:20:34 -05:00
|
|
|
"pug": "2.0.4",
|
2018-06-16 21:23:18 -05:00
|
|
|
"punycode": "2.1.1",
|
2020-08-21 18:03:11 -05:00
|
|
|
"pureimage": "0.2.5",
|
2019-11-24 02:09:32 -06:00
|
|
|
"qrcode": "1.4.4",
|
2019-04-15 06:37:21 -05:00
|
|
|
"random-seed": "0.3.0",
|
2020-04-03 21:08:10 -05:00
|
|
|
"ratelimiter": "3.4.1",
|
2020-12-29 14:13:45 -06:00
|
|
|
"re2": "1.15.9",
|
2020-10-22 09:09:03 -05:00
|
|
|
"recaptcha-promise": "1.0.0",
|
2020-02-13 07:39:23 -06:00
|
|
|
"reconnecting-websocket": "4.4.0",
|
|
|
|
"redis": "3.0.2",
|
2019-09-09 08:46:45 -05:00
|
|
|
"redis-lock": "0.1.4",
|
2019-04-07 07:50:36 -05:00
|
|
|
"reflect-metadata": "0.1.13",
|
2020-07-31 10:56:09 -05:00
|
|
|
"regenerator-runtime": "0.13.7",
|
2019-03-17 23:20:49 -05:00
|
|
|
"rename": "1.0.4",
|
2018-09-14 15:40:58 -05:00
|
|
|
"request-stats": "3.0.0",
|
2019-04-07 07:50:36 -05:00
|
|
|
"require-all": "3.0.0",
|
2020-02-13 07:39:23 -06:00
|
|
|
"rimraf": "3.0.2",
|
2018-06-16 21:23:18 -05:00
|
|
|
"rndstr": "1.0.0",
|
2018-02-01 16:34:51 -06:00
|
|
|
"s-age": "1.1.2",
|
2020-11-06 21:48:21 -06:00
|
|
|
"sass": "1.29.0",
|
2020-11-29 03:27:39 -06:00
|
|
|
"sass-loader": "10.1.0",
|
2019-09-26 15:50:34 -05:00
|
|
|
"seedrandom": "3.0.5",
|
2020-10-22 09:09:03 -05:00
|
|
|
"sharp": "0.26.2",
|
2018-06-16 21:23:18 -05:00
|
|
|
"speakeasy": "2.0.0",
|
2020-04-03 21:08:10 -05:00
|
|
|
"stringz": "2.1.0",
|
2020-10-22 09:09:03 -05:00
|
|
|
"style-loader": "2.0.0",
|
2020-06-02 23:20:54 -05:00
|
|
|
"summaly": "2.4.0",
|
2019-08-29 18:29:46 -05:00
|
|
|
"syslog-pro": "1.0.0",
|
2020-12-16 13:43:47 -06:00
|
|
|
"systeminformation": "4.31.1",
|
2017-11-06 04:16:14 -06:00
|
|
|
"syuilo-password-strength": "0.0.1",
|
2018-02-22 11:24:01 -06:00
|
|
|
"textarea-caret": "3.1.0",
|
2020-07-02 05:17:26 -05:00
|
|
|
"three": "0.117.1",
|
2020-10-17 06:12:00 -05:00
|
|
|
"tinycolor2": "1.4.2",
|
2020-05-03 22:56:02 -05:00
|
|
|
"tmp": "0.2.1",
|
2020-12-08 14:30:39 -06:00
|
|
|
"ts-loader": "8.0.11",
|
2020-12-03 14:29:37 -06:00
|
|
|
"ts-node": "9.1.0",
|
2020-08-07 20:30:38 -05:00
|
|
|
"tslint": "6.1.3",
|
2019-02-03 16:16:01 -06:00
|
|
|
"tslint-sonarts": "1.9.0",
|
2020-11-06 21:48:21 -06:00
|
|
|
"typeorm": "0.2.29",
|
2020-12-29 14:22:00 -06:00
|
|
|
"typescript": "4.1.3",
|
2019-04-07 07:50:36 -05:00
|
|
|
"ulid": "2.3.0",
|
2020-10-22 09:09:03 -05:00
|
|
|
"url-loader": "4.1.1",
|
2020-12-11 14:15:09 -06:00
|
|
|
"uuid": "8.3.2",
|
2019-03-02 17:23:06 -06:00
|
|
|
"v-debounce": "0.1.2",
|
2020-11-29 07:37:56 -06:00
|
|
|
"vanilla-tilt": "1.7.0",
|
2020-12-28 02:00:31 -06:00
|
|
|
"vue": "3.0.3",
|
2020-12-29 14:22:07 -06:00
|
|
|
"vue-color": "2.8.1",
|
2020-11-06 21:48:21 -06:00
|
|
|
"vue-json-pretty": "1.7.1",
|
2020-11-27 21:15:22 -06:00
|
|
|
"vue-loader": "16.0.0",
|
2020-11-29 03:22:35 -06:00
|
|
|
"vue-prism-editor": "2.0.0-alpha.2",
|
2020-12-11 06:17:36 -06:00
|
|
|
"vue-router": "4.0.1",
|
2018-08-13 19:04:37 -05:00
|
|
|
"vue-style-loader": "4.1.2",
|
2020-12-04 21:50:09 -06:00
|
|
|
"vuedraggable": "4.0.1",
|
2020-05-17 00:50:00 -05:00
|
|
|
"web-push": "3.4.4",
|
2020-12-14 14:24:41 -06:00
|
|
|
"webpack": "5.10.1",
|
2020-12-28 14:23:15 -06:00
|
|
|
"webpack-cli": "4.3.0",
|
2020-12-09 14:24:21 -06:00
|
|
|
"websocket": "1.0.33",
|
2020-12-10 14:33:40 -06:00
|
|
|
"ws": "7.4.1",
|
2018-06-20 12:12:20 -05:00
|
|
|
"xev": "2.0.1"
|
2019-07-19 13:28:14 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-12-09 14:25:12 -06:00
|
|
|
"@types/chai": "4.2.14",
|
2020-11-29 03:28:32 -06:00
|
|
|
"@types/fluent-ffmpeg": "2.1.16",
|
2020-04-25 20:35:47 -05:00
|
|
|
"chai": "4.2.0",
|
2020-12-11 14:14:14 -06:00
|
|
|
"cross-env": "7.0.3"
|
2017-11-06 04:16:14 -06:00
|
|
|
}
|
2018-06-10 21:44:26 -05:00
|
|
|
}
|