-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
72 lines (72 loc) · 1.95 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
72
{
"name": "m3-svelte",
"version": "3.2.8",
"license": "Apache-2.0 OR GPL-3.0-only",
"repository": "KTibow/m3-svelte",
"author": {
"name": "KTibow"
},
"homepage": "https://github.com/KTibow/m3-svelte",
"keywords": [
"svelte",
"material",
"material 3",
"material you",
"m3",
"ui",
"frontend",
"design-system",
"ui-library",
"theming"
],
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package -o package",
"package-components": "vite build -c vite.config.lib.js",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"exports": {
".": {
"types": "./package/index.d.ts",
"svelte": "./package/index.js"
}
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.6.1",
"@sveltejs/package": "^2.3.5",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.1",
"fast-glob": "^3.3.2",
"globals": "^15.10.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"svelte-check": "^4.0.4",
"svelte-highlight": "^7.7.0",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.8"
},
"dependencies": {
"@iconify/types": "^2.0.0",
"@ktibow/iconset-material-symbols": "^0.0.1727761867",
"@material/material-color-utilities": "^0.3.0",
"svelte": "^4.2.19"
},
"files": [
"package"
],
"svelte": "./package/index.js",
"types": "./package/index.d.ts",
"type": "module",
"sideEffects": false
}