-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 1.16 KB
/
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
{
"name": "json-forms-designer",
"version": "0.0.2",
"description": "Drag&Drop based UI for generating JSONSchema based forms",
"keywords": ["jsonforms", "form", "forms", "wizard", "json", "schema", "jsonschema", "uischema", "frontend", "generator", "input", "designer", "editor", "generator"],
"license": "MIT",
"homepage": "https://github.com/FormsWizard",
"repository": {
"type" : "git",
"url" : "https://github.com/FormsWizard/forms-designer.git"
},
"contributors": [{"name": "Johannes Lötzsch"}, {"name": "Jakob Steege"}, {"name": "winzlieb", "email": "[email protected]"}],
"private": true,
"scripts": {
"build": "turbo run build --filter=!@formswizard/wizard-vite --concurrency 20",
"dev": "turbo run dev --concurrency 20",
"lint": "turbo run lint",
"lint-fix": "turbo run lint-fix --concurrency 20",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"build:pages": "./makeSite.sh"
},
"devDependencies": {
"@turbo/gen": "^1.10.7",
"eslint": "^8.44.0",
"eslint-config-formsdesigner": "workspace:*",
"prettier": "^3.0.0",
"tsup": "^7.2.0",
"turbo": "^1.10.7"
},
"packageManager": "[email protected]"
}