mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 06:50:36 +08:00
16 lines
403 B
JSON
16 lines
403 B
JSON
{
|
|
"name": "flarum-tsconfig",
|
|
"version": "1.0.2",
|
|
"description": "Flarum's official Typescript config file",
|
|
"main": "tsconfig.json",
|
|
"repository": "https://github.com/flarum/flarum-tsconfig",
|
|
"author": "Flarum Team",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/jquery": "^3.5.5",
|
|
"@types/mithril": "^2.0.7",
|
|
"@types/throttle-debounce": "^2.1.0",
|
|
"dayjs": "^1.10.4"
|
|
}
|
|
}
|