-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 883 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
26
27
28
29
30
31
32
33
{
"name": "svelte-jsonschema-form",
"private": true,
"author": "Krasilnikov Roman",
"license": "MIT",
"type": "module",
"version": "0.0.0",
"packageManager": "[email protected]",
"scripts": {
"preinstall": "npx only-allow pnpm",
"check": "turbo run check",
"dev": "turbo run dev",
"test": "turbo run test",
"build": "turbo run build",
"preview": "turbo run preview",
"ci:build": "turbo run build test",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"@total-typescript/tsconfig": "^1.0.4",
"only-allow": "^1.2.1",
"publint": "^0.2.12",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"pnpm": {
"overrides": {
"@sveltejs/vite-plugin-svelte": "^4.0.2"
}
}
}