-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.47 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.47 KB
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
{
"name": "web",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev --https --host 0.0.0.0",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"prepare": "svelte-kit sync",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@iconify/svelte": "^2.1.2",
"@rollup/plugin-replace": "^4.0.0",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-node": "^1.0.0-next.73",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"dotenv": "^16.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"materialize-css": "^1.0.0",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.5.0",
"rollup": "^2.70.2",
"svelte": "^3.44.0",
"svelte-check": "^2.2.6",
"svelte-i18n": "^3.4.0",
"svelte-loading-spinners": "^0.1.7",
"svelte-navigator": "^3.1.5",
"svelte-paginate": "^0.0.1",
"svelte-preprocess": "^4.10.1",
"svelte-select": "^4.4.7",
"typescript": "~4.6.2",
"vite": "^2.8.6",
"vite-plugin-windicss": "^1.8.3",
"windicss": "^3.5.1"
},
"dependencies": {
"tslib": "^2.3.1"
},
"type": "module"
}