-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.79 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
{
"name": "smui-example-sveltekit",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"prepare": "svelte-kit sync && npm run smui-theme-light && npm run smui-theme-dark",
"smui-theme-light": "smui-theme compile static/smui.css -i src/theme",
"smui-theme-dark": "smui-theme compile static/smui-dark.css -i src/theme/dark",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@material/theme": "^13.0.0",
"@material/typography": "^13.0.0",
"@mdi/js": "^7.0.96",
"@smui-extra/accordion": "^v6.0.0",
"@smui-extra/autocomplete": "^v6.0.0",
"@smui/button": "v6.0.0",
"@smui/card": "^v6.0.0",
"@smui/chips": "^v6.0.0",
"@smui/data-table": "^v6.0.0",
"@smui/dialog": "^7.0.0-beta.0",
"@smui/drawer": "v6.0.0",
"@smui/fab": "v6.0.0",
"@smui/icon-button": "v6.0.0",
"@smui/image-list": "v6.0.0",
"@smui/list": "^v6.0.0",
"@smui/menu-surface": "v6.0.0",
"@smui/paper": "^v6.0.0",
"@smui/segmented-button": "v6.0.0",
"@smui/tab": "v6.0.0",
"@smui/tab-bar": "v6.0.0",
"@smui/tooltip": "^7.0.0-beta.0",
"@smui/top-app-bar": "v6.0.0",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "^1.2.2",
"i": "^0.3.7",
"npm": "^9.4.1",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"smui-theme": "^6.0.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"type": "module",
"dependencies": {
"aos": "^2.3.4",
"countup.js": "^2.0.1"
}
}