-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.02 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
{
"name": "mfp-checkyourtextbook",
"version": "0.0.1",
"scripts": {
"dev": "vite dev --host 0.0.0.0 --port 3000",
"build": "vite build --mode development",
"build:prod": "vite build --mode production",
"preview": "vite preview --port 3000",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@playwright/test": "^1.25.0",
"@sveltejs/kit": "next",
"@types/cookie": "^0.5.1",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
"flowbite-svelte": "^0.26.20",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.46.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.7",
"svelte-use-form": "^2.4.3",
"tailwindcss": "^3.1.5",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^3.1.0"
},
"type": "module",
"dependencies": {
"@line/liff": "^2.21.1",
"@sveltejs/adapter-netlify": "^1.0.0-next.78",
"@sveltejs/adapter-node": "^1.0.0-next.95",
"@types/luxon": "^3.0.1",
"@zerodevx/svelte-toast": "^0.7.2",
"autoprefixer": "^10.4.11",
"aws-sdk": "^2.1223.0",
"cookie": "^0.5.0",
"luxon": "^3.0.3",
"mongodb": "^4.9.1",
"postcss": "^8.4.16",
"realm-web": "^1.7.1",
"svelte-bricks": "^0.1.7",
"svelte-forms": "^2.3.1",
"svelte-heros": "^2.3.5",
"svelte-infinite-loading": "^1.3.8",
"svelte-lazy-image": "^0.5.1",
"svelte-select": "^4.4.7",
"svelte-tiny-virtual-list": "^2.0.5",
"svelte-zoom": "^1.0.16",
"swiper": "^8.4.2",
"tailwindcss": "^3.1.8"
}
}