facilmap/utils/package.json

49 wiersze
1.2 KiB
JSON
Czysty Zwykły widok Historia

2021-02-28 22:17:26 +00:00
{
"name": "facilmap-utils",
2021-04-02 09:30:05 +00:00
"version": "3.0.0-beta3",
2021-02-28 22:17:26 +00:00
"description": "FacilMap helper functions used in both the frontend and backend.",
"keywords": [
"webpack",
"facilmap"
],
2021-04-04 13:35:31 +00:00
"homepage": "https://github.com/FacilMap/facilmap",
2021-02-28 22:17:26 +00:00
"bugs": {
2021-04-04 13:35:31 +00:00
"url": "https://github.com/FacilMap/facilmap/issues"
2021-02-28 22:17:26 +00:00
},
"license": "AGPL-3.0",
"author": "Candid Dauth <cdauth@cdauth.eu>",
"main": "./src/index.ts",
"repository": {
"type": "git",
2021-04-04 13:35:31 +00:00
"url": "https://github.com/FacilMap/facilmap.git"
2021-02-28 22:17:26 +00:00
},
"scripts": {
"types": "tsc --noEmit src/*",
"lint": "eslint src/*"
},
"dependencies": {
"cheerio": "^1.0.0-rc.5",
2021-03-13 23:54:10 +00:00
"dompurify": "^2.2.7",
2021-03-19 16:25:03 +00:00
"eslint": "^7.21.0",
2021-04-02 09:30:05 +00:00
"facilmap-types": "3.0.0-beta3",
2021-02-28 22:17:26 +00:00
"filtrex": "^2.1.0",
2021-03-19 16:25:03 +00:00
"jquery": "^3.6.0",
2021-03-27 17:17:28 +00:00
"jsdom": "^16.5.1",
2021-03-13 09:43:32 +00:00
"linkifyjs": "^3.0.0-beta.3",
2021-02-28 22:17:26 +00:00
"marked": "^2.0.1"
},
"devDependencies": {
2021-03-19 16:25:03 +00:00
"@types/cheerio": "^0.22.27",
2021-03-13 23:54:10 +00:00
"@types/dompurify": "^2.2.1",
2021-03-19 16:25:03 +00:00
"@types/jest": "^26.0.21",
"@types/jquery": "^3.5.5",
2021-03-13 09:43:32 +00:00
"@types/linkifyjs": "^2.1.3",
2021-03-19 16:25:03 +00:00
"@types/marked": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
2021-03-04 15:45:34 +00:00
"jest": "^26.6.3",
2021-03-19 16:25:03 +00:00
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
2021-02-28 22:17:26 +00:00
}
}