2017-12-14 20:15:04 -06:00
|
|
|
{
|
|
|
|
"name": "discourse",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": "git@github.com:discourse/discourse.git",
|
|
|
|
"author": "Discourse",
|
|
|
|
"license": "MIT",
|
2018-10-03 09:15:43 -05:00
|
|
|
"dependencies": {
|
2019-03-06 08:21:31 -06:00
|
|
|
"@fortawesome/fontawesome-free": "5.7.2",
|
2019-02-14 10:05:28 -06:00
|
|
|
"ace-builds": "1.4.2",
|
2018-10-03 09:15:43 -05:00
|
|
|
"bootbox": "3.2.0",
|
2019-03-21 08:18:12 -05:00
|
|
|
"bootstrap": "v3.4.1",
|
2019-03-25 09:01:55 -05:00
|
|
|
"chart.js": "2.7.3",
|
2018-10-03 09:15:43 -05:00
|
|
|
"favcount": "https://github.com/chrishunt/favcount",
|
2019-06-05 12:54:52 -05:00
|
|
|
"handlebars": "^4.1.2",
|
2019-01-14 11:46:35 -06:00
|
|
|
"highlight.js": "https://github.com/highlightjs/highlight.js",
|
2018-10-03 09:15:43 -05:00
|
|
|
"htmlparser": "https://github.com/tautologistics/node-htmlparser",
|
2018-12-11 22:36:08 -06:00
|
|
|
"intersection-observer": "^0.5.1",
|
2019-05-02 05:18:32 -05:00
|
|
|
"jquery": "3.4.1",
|
2019-07-04 08:03:21 -05:00
|
|
|
"jquery-color": "3.0.0-alpha.1",
|
2018-10-03 09:15:43 -05:00
|
|
|
"jquery-resize": "https://github.com/cowboy/jquery-resize/",
|
2018-11-26 15:49:57 -06:00
|
|
|
"jquery-tags-input": "1.3.5",
|
2018-10-03 09:15:43 -05:00
|
|
|
"jquery.autoellipsis": "https://github.com/pvdspek/jquery.autoellipsis",
|
|
|
|
"jquery.cookie": "1.4.1",
|
|
|
|
"magnific-popup": "1.1.0",
|
|
|
|
"markdown-it": "8.4.1",
|
2019-04-26 08:00:57 -05:00
|
|
|
"moment": "2.24.0",
|
|
|
|
"moment-timezone": "0.5.25",
|
2019-02-25 13:40:02 -06:00
|
|
|
"moment-timezone-names-translations": "https://github.com/discourse/moment-timezone-names-translations",
|
2018-10-03 09:15:43 -05:00
|
|
|
"mousetrap": "https://github.com/discourse/mousetrap#firefox-alt-key",
|
2019-05-13 08:09:04 -05:00
|
|
|
"pikaday": "1.8.0",
|
2018-10-03 09:15:43 -05:00
|
|
|
"resumablejs": "1.1.0",
|
|
|
|
"spectrum-colorpicker": "1.8.0"
|
|
|
|
},
|
2017-12-14 20:15:04 -06:00
|
|
|
"devDependencies": {
|
2019-07-02 04:29:52 -05:00
|
|
|
"@arkweid/lefthook": "^0.5.6",
|
2018-09-10 02:30:28 -05:00
|
|
|
"babel-eslint": "^8.2",
|
|
|
|
"chrome-launcher": "^0.10",
|
|
|
|
"chrome-remote-interface": "^0.25",
|
|
|
|
"eslint": "^4.19",
|
2018-10-03 09:15:43 -05:00
|
|
|
"pretender": "^1.6",
|
2019-06-26 10:09:52 -05:00
|
|
|
"prettier": "^1.18.2",
|
2019-05-21 12:01:29 -05:00
|
|
|
"puppeteer": "1.16",
|
2019-01-10 04:06:01 -06:00
|
|
|
"qunit": "2.8.0",
|
2018-10-04 10:06:14 -05:00
|
|
|
"route-recognizer": "^0.3.3",
|
2019-07-11 09:57:03 -05:00
|
|
|
"sinon": "^7.2.5",
|
|
|
|
"lodash-cli": "^4"
|
2018-11-05 14:10:27 -06:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('NPM is not supported, please use Yarn instead. ')\""
|
2017-12-14 20:15:04 -06:00
|
|
|
}
|
|
|
|
}
|