This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 2.56 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
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "svicons",
"author": "Janosh Riebesell <janosh.riebesell@gmail.com>",
"description": "Popular SVG Icon Packs as Svelte components",
"repository": "https://github.com/janosh/svicons",
"homepage": "https://svicons.netlify.app",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"build": "node scripts/build-pack-metadata.js && vite build",
"dev": "vite dev",
"preview": "vite preview",
"serve": "pnpm build && pnpm preview",
"check": "svelte-check",
"package": "node scripts/build-packages.js"
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.43",
"@sveltejs/kit": "^1.0.0-next.483",
"@svg-icons/bootstrap": "^1.86.0",
"@svg-icons/boxicons-logos": "^1.86.0",
"@svg-icons/boxicons-regular": "^1.86.0",
"@svg-icons/boxicons-solid": "^1.86.0",
"@svg-icons/crypto": "^1.86.0",
"@svg-icons/entypo": "^1.86.0",
"@svg-icons/entypo-social": "^1.86.0",
"@svg-icons/evaicons-outline": "^1.86.0",
"@svg-icons/evaicons-solid": "^1.86.0",
"@svg-icons/evil": "^1.86.0",
"@svg-icons/fa-brands": "^1.86.0",
"@svg-icons/fa-regular": "^1.86.0",
"@svg-icons/fa-solid": "^1.86.0",
"@svg-icons/feather": "^1.86.0",
"@svg-icons/fluentui-system-filled": "^1.86.0",
"@svg-icons/fluentui-system-regular": "^1.86.0",
"@svg-icons/foundation": "^1.86.0",
"@svg-icons/heroicons-outline": "^1.86.0",
"@svg-icons/heroicons-solid": "^1.86.0",
"@svg-icons/icomoon": "^1.86.0",
"@svg-icons/ionicons-outline": "^1.86.0",
"@svg-icons/ionicons-sharp": "^1.86.0",
"@svg-icons/ionicons-solid": "^1.86.0",
"@svg-icons/material-outlined": "^1.86.0",
"@svg-icons/material-rounded": "^1.86.0",
"@svg-icons/material-sharp": "^1.86.0",
"@svg-icons/material-twotone": "^1.86.0",
"@svg-icons/octicons": "^1.86.0",
"@svg-icons/open-iconic": "^1.86.0",
"@svg-icons/remix-editor": "^1.86.0",
"@svg-icons/remix-fill": "^1.86.0",
"@svg-icons/remix-line": "^1.86.0",
"@svg-icons/simple-icons": "^1.86.0",
"@svg-icons/typicons": "^1.86.0",
"@svg-icons/zondicons": "^1.86.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"devalue": "^4.0.1",
"eslint": "^8.23.1",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.50.1",
"svelte-check": "^2.9.0",
"svelte-github-corner": "^0.1.0",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.17",
"typescript": "^4.8.3",
"vite": "^3.1.1"
}
}