2017-12-14 21:15:04 -05:00
|
|
|
{
|
|
|
|
"name": "discourse",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": "git@github.com:discourse/discourse.git",
|
|
|
|
"author": "Discourse",
|
2020-04-29 12:18:21 -04:00
|
|
|
"license": "GPL-2.0-only",
|
2018-10-03 10:15:43 -04:00
|
|
|
"dependencies": {
|
2019-11-22 14:53:26 -05:00
|
|
|
"@fortawesome/fontawesome-free": "5.11.2",
|
2021-03-01 09:15:17 -05:00
|
|
|
"@json-editor/json-editor": "^2.5.2",
|
2020-03-11 05:34:58 -04:00
|
|
|
"@popperjs/core": "v2.0.6",
|
2020-08-13 21:53:27 -04:00
|
|
|
"ace-builds": "1.4.12",
|
2020-04-28 10:39:29 -04:00
|
|
|
"blueimp-file-upload": "10.13.0",
|
2018-10-03 10:15:43 -04:00
|
|
|
"bootbox": "3.2.0",
|
2019-03-21 09:18:12 -04:00
|
|
|
"bootstrap": "v3.4.1",
|
2019-11-20 05:08:26 -05:00
|
|
|
"chart.js": "2.9.3",
|
2020-08-06 11:57:06 -04:00
|
|
|
"chartjs-plugin-datalabels": "^0.7.0",
|
2021-02-18 09:07:26 -05:00
|
|
|
"diffhtml": "^1.0.0-beta.18",
|
2021-01-27 06:39:20 -05:00
|
|
|
"eslint-config-discourse": "^1.1.8",
|
2020-04-07 11:01:02 -04:00
|
|
|
"handlebars": "^4.7.0",
|
2021-03-18 18:21:23 -04:00
|
|
|
"@highlightjs/cdn-assets": "^10.6.0",
|
2020-11-13 08:26:56 -05:00
|
|
|
"jquery": "3.5.1",
|
2019-07-04 09:03:21 -04:00
|
|
|
"jquery-color": "3.0.0-alpha.1",
|
2018-11-26 16:49:57 -05:00
|
|
|
"jquery-tags-input": "1.3.5",
|
2018-10-03 10:15:43 -04:00
|
|
|
"jquery.autoellipsis": "https://github.com/pvdspek/jquery.autoellipsis",
|
|
|
|
"magnific-popup": "1.1.0",
|
2019-10-08 07:00:22 -04:00
|
|
|
"markdown-it": "10.0.0",
|
2020-11-10 20:34:26 -05:00
|
|
|
"moment": "2.29.1",
|
|
|
|
"moment-timezone": "0.5.31",
|
2019-02-25 14:40:02 -05:00
|
|
|
"moment-timezone-names-translations": "https://github.com/discourse/moment-timezone-names-translations",
|
2018-10-03 10:15:43 -04:00
|
|
|
"mousetrap": "https://github.com/discourse/mousetrap#firefox-alt-key",
|
2019-05-13 09:09:04 -04:00
|
|
|
"pikaday": "1.8.0",
|
2018-10-03 10:15:43 -04:00
|
|
|
"resumablejs": "1.1.0",
|
2019-07-15 12:05:55 -04:00
|
|
|
"spectrum-colorpicker": "1.8.0",
|
2021-02-02 01:08:29 -05:00
|
|
|
"workbox-cacheable-response": "^4.3.1",
|
2019-07-15 12:05:55 -04:00
|
|
|
"workbox-core": "^4.3.1",
|
|
|
|
"workbox-expiration": "^4.3.1",
|
|
|
|
"workbox-routing": "^4.3.1",
|
|
|
|
"workbox-strategies": "^4.3.1",
|
|
|
|
"workbox-sw": "^4.3.1"
|
2018-10-03 10:15:43 -04:00
|
|
|
},
|
2017-12-14 21:15:04 -05:00
|
|
|
"devDependencies": {
|
2021-01-27 11:25:48 -05:00
|
|
|
"@mixer/parallel-prettier": "^2.0.1",
|
2020-09-11 10:42:46 -04:00
|
|
|
"@arkweid/lefthook": "^0.7.2",
|
2019-11-08 10:50:41 -05:00
|
|
|
"chrome-launcher": "^0.12.0",
|
2018-09-10 03:30:28 -04:00
|
|
|
"chrome-remote-interface": "^0.25",
|
2019-07-11 12:27:58 -04:00
|
|
|
"lodash-cli": "https://github.com/lodash-archive/lodash-cli.git",
|
2018-10-03 10:15:43 -04:00
|
|
|
"pretender": "^1.6",
|
2019-10-23 19:41:27 -04:00
|
|
|
"puppeteer": "1.20",
|
2019-01-10 05:06:01 -05:00
|
|
|
"qunit": "2.8.0",
|
2018-10-04 11:06:14 -04:00
|
|
|
"route-recognizer": "^0.3.3",
|
2020-05-06 19:10:32 -04:00
|
|
|
"sinon": "^9.0.2"
|
2018-11-05 15:10:27 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-05-10 09:34:24 -04:00
|
|
|
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('NPM is not supported, please use Yarn instead. ')\"",
|
|
|
|
"postinstall": "yarn --cwd app/assets/javascripts/discourse"
|
2017-12-14 21:15:04 -05:00
|
|
|
}
|
|
|
|
}
|