forked from shaozi/svelte-steps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.51 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-steps",
"version": "2.3.5",
"description": "A customizable step component written in Svelte",
"repository": {
"type": "git",
"url": "https://github.com/shaozi/svelte-steps.git"
},
"keywords": [
"svelte-steps",
"sveltekit",
"svelte",
"ui",
"steps",
"bootstrap",
"custom"
],
"author": "Jingshao Chen",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/shaozi/svelte-steps/issues"
},
"homepage": "https://svelte-steps.web.app",
"scripts": {
"package": "svelte-kit package",
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0-next",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.4.0",
"prettier": "~2.5.1",
"prettier-plugin-svelte": "^2.6.0",
"svelte": "^3.46.3",
"svelte-check": "^2.3.0",
"svelte-highlight": "^5.2.0",
"svelte-preprocess": "^4.10.2",
"svelte2tsx": "^0.4.14",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
},
"type": "module"
}