This repository has been archived by the owner on May 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 2.1 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
{
"name": "skill-net-production",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "npm run smui-theme-light && npm run smui-theme-dark",
"smui-theme-light": "smui-theme compile static/styles/smui.css -i src/theme/light",
"smui-theme-dark": "smui-theme compile static/styles/smui-dark.css -i src/theme/dark",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint --ext .js,.ts,.svelte src",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@material/theme": "^14.0.0",
"@material/typography": "^14.0.0",
"@mdi/js": "^7.0.96",
"@smui/button": "^7.0.0-beta.0",
"@smui/card": "^7.0.0-beta.0",
"@smui/data-table": "^6.2.0",
"@smui/dialog": "^7.0.0-beta.0",
"@smui/drawer": "^7.0.0-beta.0",
"@smui/fab": "^7.0.0-beta.0",
"@smui/icon-button": "^7.0.0-beta.0",
"@smui/layout-grid": "^7.0.0-beta.0",
"@smui/linear-progress": "^7.0.0-beta.0",
"@smui/list": "^7.0.0-beta.0",
"@smui/segmented-button": "^7.0.0-beta.0",
"@smui/select": "^7.0.0-beta.0",
"@smui/snackbar": "^7.0.0-beta.0",
"@smui/tab": "^7.0.0-beta.0",
"@smui/tab-bar": "^7.0.0-beta.0",
"@smui/textfield": "^7.0.0-beta.0",
"@smui/top-app-bar": "^7.0.0-beta.0",
"@sveltejs/adapter-static": "^1.0.0-next.48",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"date-fns": "^2.29.3",
"date-picker-svelte": "^2.2.1",
"eslint": "^8.27.0",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.8.0",
"smui-theme": "^7.0.0-beta.0",
"svelte": "^3.53.0",
"svelte-check": "^2.9.2",
"svelte-eslint-parser": "^0.20.0",
"svelte-preprocess": "^4.10.7",
"typescript": "^4.8.4",
"vite": "^3.2.3"
},
"type": "module",
"dependencies": { "@smui-extra/accordion": "^7.0.0-beta.0", "@types/lodash": "^4.14.188", "lodash": "^4.17.21", "svelte-scrollto": "^0.2.0" }
}