-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
25 lines (25 loc) · 886 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "svelte-gantt-monorepo",
"description": "monorepo for svelte-gantt",
"private": true,
"version": "0.0.1",
"author": "Ante Novokmet <ante.je.zakon@gmail.com>",
"type": "module",
"scripts": {
"dev:docs": "pnpm --filter docs-mdsvex run dev",
"build:docs": "pnpm --filter docs-mdsvex run build",
"dev:demo": "pnpm --filter demo run dev",
"dev:svelte-gantt": "pnpm --filter svelte-gantt run autobuild",
"playground": "run-p dev:demo dev:svelte-gantt"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.34.0",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"typescript": "^5.0.0"
}
}