-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.82 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
54
55
56
57
58
59
{
"name": "sveltescape",
"description": "A stunning storybook platform that allows developers to easily manage interactive components using Svelte.",
"version": "0.0.1",
"author": {
"name": "Alessio Gravili",
"email": "[email protected]",
"url": "https://www.bonfireleads.com"
},
"private": false,
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
"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 . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@playwright/test": "^1.29.1",
"@sveltejs/kit": "1.0.2",
"@types/escape-html": "^1.0.2",
"@types/iframe-resizer": "^3.5.9",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.55.0",
"svelte-awesome-color-picker": "^2.2.2",
"svelte-check": "^3.0.1",
"svelte-preprocess": "^5.0.0",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vite-plugin-windicss": "^1.8.10",
"windicss": "^3.5.6"
},
"type": "module",
"dependencies": {
"@fontsource/jetbrains-mono": "^4.5.11",
"@fontsource/nunito": "^4.5.11",
"@rgossiaux/svelte-headlessui": "^1.0.2",
"@sveltejs/adapter-cloudflare": "1.0.0",
"@types/seedrandom": "^3.0.4",
"escape-html": "^1.0.3",
"iframe-resizer": "^4.3.2",
"really-relaxed-json": "^0.3.2",
"seedrandom": "^3.0.5",
"svelte-easy-popover": "^1.0.0",
"svelte-headlessui": "^0.0.11",
"svelte-splitpanes": "^0.7.10"
}
}