This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/package.json
Jarek Radosz 62b9e18ab7
Add deps
2022-11-16 10:35:41 +01:00

46 lines
1.3 KiB
JSON

{
"name": "discourse",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:discourse/discourse.git",
"author": "Discourse",
"license": "GPL-2.0-only",
"dependencies": {
"@discourse/moment-timezone-names-translations": "^1.0.0",
"@fortawesome/fontawesome-free": "5.15.4",
"@highlightjs/cdn-assets": "^11.6.0",
"@json-editor/json-editor": "^2.6.1",
"ace-builds": "1.4.13",
"chart.js": "3.5.1",
"chartjs-plugin-datalabels": "^2.0.0",
"diffhtml": "^1.0.0-beta.20",
"eslint-config-discourse": "^3.3.0",
"magnific-popup": "1.1.0",
"moment": "2.29.4",
"moment-timezone": "0.5.31",
"pikaday": "1.8.0",
"squoosh": "discourse/squoosh#dc9649d",
"workbox-cacheable-response": "^4.3.1",
"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"
},
"devDependencies": {
"@mixer/parallel-prettier": "^2.0.1",
"chrome-launcher": "^0.15.0",
"chrome-remote-interface": "^0.31.2",
"ember-cli-htmlbars": "^6.0.0",
"ember-template-lint": "^4.18.1",
"lefthook": "^1.2.0",
"puppeteer-core": "^13.7.0"
},
"scripts": {
"postinstall": "pnpm --dir app/assets/javascripts/discourse install"
},
"engines": {
"node": "16.* || >= 18"
}
}