-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "svelte-use-form",
"version": "2.10.0",
"description": "The most svelte form library! 🥷",
"author": "Noah Versace Salvi",
"homepage": "https://github.com/noahsalvi/svelte-use-form#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/noahsalvi/svelte-use-form.git"
},
"bugs": {
"url": "https://github.com/noahsalvi/svelte-use-form/issues"
},
"keywords": [
"svelte",
"form",
"validator",
"validation",
"hint",
"action"
],
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit sync && svelte-package",
"preview": "vite preview",
"test": "npx playwright test",
"prepublishOnly": "echo 'Did you mean to publish `./package/`, instead of `./`?' && exit 1",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write ."
},
"peerDependencies": {
"svelte": ">=3.46.0 < 5"
},
"devDependencies": {
"@playwright/test": "^1.36.1",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@sveltejs/package": "^1.0.0-next.6",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.8.1",
"svelte": "^3.46.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^3.1.0"
},
"type": "module"
}