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",
|
2020-04-29 12:18:21 -04:00
|
|
|
"license": "GPL-2.0-only",
|
2018-10-03 10:15:43 -04:00
|
|
|
"dependencies": {
|
2022-02-02 23:41:42 +01:00
|
|
|
"@discourse/moment-timezone-names-translations": "^1.0.0",
|
2022-06-20 15:25:13 +02:00
|
|
|
"@fortawesome/fontawesome-free": "5.15.4",
|
2021-11-13 01:45:02 +01:00
|
|
|
"@highlightjs/cdn-assets": "^10.7.0",
|
2021-12-14 17:21:49 +01:00
|
|
|
"@json-editor/json-editor": "^2.6.1",
|
2021-12-29 11:02:37 -05:00
|
|
|
"ace-builds": "1.4.13",
|
2018-10-03 10:15:43 -04:00
|
|
|
"bootbox": "3.2.0",
|
2021-08-23 13:49:49 +02:00
|
|
|
"chart.js": "3.5.1",
|
|
|
|
"chartjs-plugin-datalabels": "^2.0.0",
|
2021-09-09 16:25:58 +03:00
|
|
|
"diffhtml": "^1.0.0-beta.20",
|
2022-07-06 10:37:54 +02:00
|
|
|
"eslint-config-discourse": "^3.2.0",
|
2018-10-03 10:15:43 -04:00
|
|
|
"magnific-popup": "1.1.0",
|
2022-06-20 15:25:13 +02:00
|
|
|
"markdown-it": "13.0.1",
|
2022-04-11 13:27:24 -04:00
|
|
|
"moment": "2.29.2",
|
2020-11-10 22:34:26 -03:00
|
|
|
"moment-timezone": "0.5.31",
|
2019-05-13 15:09:04 +02:00
|
|
|
"pikaday": "1.8.0",
|
2022-06-18 20:30:12 +02:00
|
|
|
"squoosh": "discourse/squoosh#dc9649d",
|
2021-02-02 11:38:29 +05:30
|
|
|
"workbox-cacheable-response": "^4.3.1",
|
2019-07-15 13:05:55 -03:00
|
|
|
"workbox-core": "^4.3.1",
|
|
|
|
"workbox-expiration": "^4.3.1",
|
|
|
|
"workbox-routing": "^4.3.1",
|
|
|
|
"workbox-strategies": "^4.3.1",
|
2021-09-09 16:25:58 +03:00
|
|
|
"workbox-sw": "^4.3.1"
|
2018-10-03 10:15:43 -04:00
|
|
|
},
|
2017-12-15 10:15:04 +08:00
|
|
|
"devDependencies": {
|
2022-02-15 19:57:13 +02:00
|
|
|
"@arkweid/lefthook": "^0.7.7",
|
2021-05-12 18:07:23 +02:00
|
|
|
"@mixer/parallel-prettier": "^2.0.1",
|
2022-03-12 19:52:07 +01:00
|
|
|
"chrome-launcher": "^0.15.0",
|
|
|
|
"chrome-remote-interface": "^0.31.2",
|
2022-06-18 20:30:12 +02:00
|
|
|
"puppeteer-core": "^13.7.0"
|
2018-11-05 15:10:27 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-07-13 16:54:45 +01:00
|
|
|
"postinstall": "yarn --cwd app/assets/javascripts/discourse $(node -e 'if(JSON.parse(process.env.npm_config_argv).original.includes(`--frozen-lockfile`)){console.log(`--frozen-lockfile`)}')"
|
2021-08-04 22:04:58 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2022-06-28 20:52:31 +02:00
|
|
|
"node": "16.* || >= 18",
|
2021-08-04 22:04:58 +02:00
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
2017-12-15 10:15:04 +08:00
|
|
|
}
|
|
|
|
}
|