-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.08 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
66
67
68
69
70
{
"name": "members",
"version": "0.1.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
"coverage": "vitest run --coverage",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@playwright/test": "^1.39.0",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.27.2",
"@testing-library/svelte": "^3.2.2",
"@types/bcryptjs": "^2.4.5",
"@types/cookie": "^0.5.3",
"@types/jsdom": "^21.1.4",
"@types/jsonwebtoken": "^9.0.4",
"@types/luxon": "^3.3.3",
"@types/mjml": "^4.7.3",
"@types/nodemailer": "^6.4.13",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitest/coverage-c8": "^0.29.8",
"@vitest/ui": "^0.29.8",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"hasura-cli": "^2.35.0",
"houdini": "1.1.3",
"houdini-svelte": "1.0.10",
"msw": "^1.3.2",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.29.8"
},
"dependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@fontsource/material-icons-outlined": "^4.5.4",
"@fontsource/righteous": "^4.5.7",
"@fontsource/rubik": "^4.5.14",
"@lukeed/uuid": "^2.0.1",
"bcryptjs": "^2.4.3",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"happy-dom": "^8.9.0",
"jsonwebtoken": "^9.0.2",
"luxon": "^3.4.3",
"mjml": "^4.14.1",
"nodemailer": "^6.9.7",
"svelte-select": "^5.7.0"
},
"type": "module",
"msw": {
"workerDirectory": "static"
}
}