mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
15 lines
361 B
JSON
15 lines
361 B
JSON
{
|
|
"name": "flarum-tsconfig",
|
|
"version": "1.0.0",
|
|
"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",
|
|
"dayjs": "^1.10.4"
|
|
}
|
|
}
|