forked from KTibow/m3-svelte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.49 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": "m3-svelte",
"version": "0.2.1",
"scripts": {
"dev": "vite dev",
"build": "svelte-kit sync && svelte-package",
"prepublishOnly": "echo 'Did you mean to publish `./package/`, instead of `./`?' && exit 1",
"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"
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.5",
"@sveltejs/kit": "^1.2.3",
"@sveltejs/package": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.3",
"prettier-plugin-svelte": "^2.9.0",
"svelte-check": "^3.0.2",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.4"
},
"dependencies": {
"@iconify-icons/ic": "^1.2.13",
"@iconify/svelte": "^3.0.1",
"@importantimport/material-color-utilities": "^0.2.1-alpha.0",
"svelte": "^3.55.1"
},
"type": "module",
"author": {
"name": "KTibow"
},
"license": "GPL-3.0",
"homepage": "https://github.com/KTibow/m3-svelte",
"keywords": [
"svelte",
"material",
"material 3",
"material you",
"m3",
"ui",
"frontend",
"design-system",
"ui-library",
"theming"
]
}