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-30 00:18:21 +08:00
|
|
|
"license": "GPL-2.0-only",
|
2018-10-03 22:15:43 +08:00
|
|
|
"dependencies": {
|
2022-02-03 06:41:42 +08:00
|
|
|
"@discourse/moment-timezone-names-translations": "^1.0.0",
|
2022-06-20 21:25:13 +08:00
|
|
|
"@fortawesome/fontawesome-free": "5.15.4",
|
2022-09-20 23:43:28 +08:00
|
|
|
"@highlightjs/cdn-assets": "^11.6.0",
|
2021-12-15 00:21:49 +08:00
|
|
|
"@json-editor/json-editor": "^2.6.1",
|
2021-12-30 00:02:37 +08:00
|
|
|
"ace-builds": "1.4.13",
|
2021-08-23 19:49:49 +08:00
|
|
|
"chart.js": "3.5.1",
|
|
|
|
"chartjs-plugin-datalabels": "^2.0.0",
|
2021-09-09 21:25:58 +08:00
|
|
|
"diffhtml": "^1.0.0-beta.20",
|
2018-10-03 22:15:43 +08:00
|
|
|
"magnific-popup": "1.1.0",
|
2022-09-12 16:56:39 +08:00
|
|
|
"moment": "2.29.4",
|
2022-11-16 23:57:40 +08:00
|
|
|
"moment-timezone": "0.5.39",
|
2022-11-17 01:59:15 +08:00
|
|
|
"pikaday": "1.8.2",
|
2022-06-19 02:30:12 +08:00
|
|
|
"squoosh": "discourse/squoosh#dc9649d",
|
2021-02-02 14:08:29 +08:00
|
|
|
"workbox-cacheable-response": "^4.3.1",
|
2019-07-16 00:05:55 +08:00
|
|
|
"workbox-core": "^4.3.1",
|
|
|
|
"workbox-expiration": "^4.3.1",
|
|
|
|
"workbox-routing": "^4.3.1",
|
|
|
|
"workbox-strategies": "^4.3.1",
|
2021-09-09 21:25:58 +08:00
|
|
|
"workbox-sw": "^4.3.1"
|
2018-10-03 22:15:43 +08:00
|
|
|
},
|
2017-12-15 10:15:04 +08:00
|
|
|
"devDependencies": {
|
2022-11-17 04:38:57 +08:00
|
|
|
"@mixer/parallel-prettier": "^2.0.3",
|
2022-11-18 07:03:05 +08:00
|
|
|
"chrome-launcher": "^0.15.1",
|
2022-11-18 06:21:10 +08:00
|
|
|
"chrome-remote-interface": "^0.31.3",
|
2022-12-29 00:50:31 +08:00
|
|
|
"eslint-config-discourse": "^3.3.0",
|
2022-11-08 00:13:21 +08:00
|
|
|
"lefthook": "^1.2.0",
|
2022-06-19 02:30:12 +08:00
|
|
|
"puppeteer-core": "^13.7.0"
|
2018-11-06 04:10:27 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-07-13 23:54:45 +08: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-05 04:04:58 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2022-06-29 02:52:31 +08:00
|
|
|
"node": "16.* || >= 18",
|
2021-08-05 04:04:58 +08:00
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
2017-12-15 10:15:04 +08:00
|
|
|
}
|
|
|
|
}
|