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-03-06 22:21:31 +08:00
|
|
|
"@fortawesome/fontawesome-free": "5.7.2",
|
2019-02-15 00:05:28 +08:00
|
|
|
"ace-builds": "1.4.2",
|
2018-10-03 22:15:43 +08:00
|
|
|
"bootbox": "3.2.0",
|
2019-01-18 19:03:59 +08:00
|
|
|
"chart.js": "2.7.3",
|
2018-10-03 22:15:43 +08:00
|
|
|
"favcount": "https://github.com/chrishunt/favcount",
|
2019-01-15 01:56:14 +08:00
|
|
|
"handlebars": "4.0.12",
|
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",
|
2018-10-03 22:15:43 +08:00
|
|
|
"jquery": "3.3.1",
|
|
|
|
"jquery-color": "1.0.0",
|
|
|
|
"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",
|
|
|
|
"markdown-it": "8.4.1",
|
2019-02-13 02:57:52 +08:00
|
|
|
"moment": "2.22.1",
|
|
|
|
"moment-timezone": "0.5.14",
|
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",
|
|
|
|
"pikaday": "1.7.0",
|
|
|
|
"resumablejs": "1.1.0",
|
|
|
|
"spectrum-colorpicker": "1.8.0"
|
|
|
|
},
|
2017-12-15 10:15:04 +08:00
|
|
|
"devDependencies": {
|
2018-09-10 15:30:28 +08:00
|
|
|
"babel-eslint": "^8.2",
|
|
|
|
"chrome-launcher": "^0.10",
|
|
|
|
"chrome-remote-interface": "^0.25",
|
|
|
|
"eslint": "^4.19",
|
2018-10-03 22:15:43 +08:00
|
|
|
"pretender": "^1.6",
|
2019-03-01 05:32:54 +08:00
|
|
|
"prettier": "^1.16.4",
|
2018-09-11 09:52:39 +08:00
|
|
|
"puppeteer": "1.4",
|
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-03-01 05:32:54 +08:00
|
|
|
"sinon": "^7.2.5"
|
2018-11-06 04:10:27 +08: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-15 10:15:04 +08:00
|
|
|
}
|
|
|
|
}
|