2017-12-15 10:15:04 +08:00
|
|
|
{
|
|
|
|
"name": "discourse",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": "git@github.com:discourse/discourse.git",
|
|
|
|
"author": "Discourse",
|
|
|
|
"license": "MIT",
|
2018-10-03 22:15:43 +08:00
|
|
|
"dependencies": {
|
2019-11-23 03:53:26 +08:00
|
|
|
"@fortawesome/fontawesome-free": "5.11.2",
|
2020-03-11 17:34:58 +08:00
|
|
|
"@popperjs/core": "v2.0.6",
|
2019-02-15 00:05:28 +08:00
|
|
|
"ace-builds": "1.4.2",
|
2020-04-28 22:39:29 +08:00
|
|
|
"blueimp-file-upload": "10.13.0",
|
2018-10-03 22:15:43 +08:00
|
|
|
"bootbox": "3.2.0",
|
2019-03-21 21:18:12 +08:00
|
|
|
"bootstrap": "v3.4.1",
|
2019-11-20 18:08:26 +08:00
|
|
|
"chart.js": "2.9.3",
|
2020-01-08 04:37:37 +08:00
|
|
|
"eslint-plugin-lodash": "^6.0.0",
|
2018-10-03 22:15:43 +08:00
|
|
|
"favcount": "https://github.com/chrishunt/favcount",
|
2020-04-07 23:01:02 +08:00
|
|
|
"handlebars": "^4.7.0",
|
2019-01-15 01:46:35 +08:00
|
|
|
"highlight.js": "https://github.com/highlightjs/highlight.js",
|
2018-10-03 22:15:43 +08:00
|
|
|
"htmlparser": "https://github.com/tautologistics/node-htmlparser",
|
2018-12-12 12:36:08 +08:00
|
|
|
"intersection-observer": "^0.5.1",
|
2019-05-02 18:18:32 +08:00
|
|
|
"jquery": "3.4.1",
|
2019-07-04 21:03:21 +08:00
|
|
|
"jquery-color": "3.0.0-alpha.1",
|
2018-10-03 22:15:43 +08:00
|
|
|
"jquery-resize": "https://github.com/cowboy/jquery-resize/",
|
2018-11-27 05:49:57 +08:00
|
|
|
"jquery-tags-input": "1.3.5",
|
2018-10-03 22:15:43 +08:00
|
|
|
"jquery.autoellipsis": "https://github.com/pvdspek/jquery.autoellipsis",
|
|
|
|
"jquery.cookie": "1.4.1",
|
|
|
|
"magnific-popup": "1.1.0",
|
2019-10-08 19:00:22 +08:00
|
|
|
"markdown-it": "10.0.0",
|
2019-04-26 21:00:57 +08:00
|
|
|
"moment": "2.24.0",
|
|
|
|
"moment-timezone": "0.5.25",
|
2019-02-26 03:40:02 +08:00
|
|
|
"moment-timezone-names-translations": "https://github.com/discourse/moment-timezone-names-translations",
|
2018-10-03 22:15:43 +08:00
|
|
|
"mousetrap": "https://github.com/discourse/mousetrap#firefox-alt-key",
|
2019-05-13 21:09:04 +08:00
|
|
|
"pikaday": "1.8.0",
|
2018-10-03 22:15:43 +08:00
|
|
|
"resumablejs": "1.1.0",
|
2019-07-16 00:05:55 +08:00
|
|
|
"spectrum-colorpicker": "1.8.0",
|
|
|
|
"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 22:15:43 +08:00
|
|
|
},
|
2017-12-15 10:15:04 +08:00
|
|
|
"devDependencies": {
|
2019-10-23 00:00:12 +08:00
|
|
|
"@arkweid/lefthook": "^0.6.3",
|
2019-11-08 23:50:41 +08:00
|
|
|
"chrome-launcher": "^0.12.0",
|
2018-09-10 15:30:28 +08:00
|
|
|
"chrome-remote-interface": "^0.25",
|
2020-04-14 06:43:55 +08:00
|
|
|
"ember-template-lint": "^2.5.2",
|
2019-11-23 02:16:11 +08:00
|
|
|
"eslint-config-discourse": "1.1.0",
|
2020-02-06 00:33:15 +08:00
|
|
|
"eslint-plugin-discourse-ember": "0.0.3",
|
2019-07-12 00:27:58 +08:00
|
|
|
"lodash-cli": "https://github.com/lodash-archive/lodash-cli.git",
|
2018-10-03 22:15:43 +08:00
|
|
|
"pretender": "^1.6",
|
2019-10-24 07:41:27 +08:00
|
|
|
"puppeteer": "1.20",
|
2019-01-10 18:06:01 +08:00
|
|
|
"qunit": "2.8.0",
|
2018-10-04 23:06:14 +08:00
|
|
|
"route-recognizer": "^0.3.3",
|
2019-07-12 00:27:58 +08:00
|
|
|
"sinon": "^7.2.5"
|
2018-11-06 04:10:27 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-11-23 02:16:11 +08:00
|
|
|
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('NPM is not supported, please use Yarn instead. ')\""
|
2017-12-15 10:15:04 +08:00
|
|
|
}
|
|
|
|
}
|