forked from luan/slenderaac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "slenderaac",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"generate": "prisma generate",
"migrate": "prisma migrate deploy",
"migrate:dev": "prisma migrate dev",
"migrate:resolve": "prisma migrate resolve --applied 000000000000_init_from_canary",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@floating-ui/dom": "^1.5.3",
"@skeletonlabs/skeleton": "^2.5.1",
"@skeletonlabs/tw-plugin": "^0.2.4",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/adapter-node": "1.3.1",
"@sveltejs/kit": "^1.27.6",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/bcrypt": "^5.0.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.10.3",
"@types/nodemailer": "^6.4.14",
"@types/qrcode": "^1.5.5",
"@types/tcp-port-used": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-svelte": "^2.35.1",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
"highlight.js": "^11.9.0",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"prisma": "^5.6.0",
"stripe": "^14.7.0",
"svelte": "^4.2.8",
"svelte-body": "^1.4.0",
"svelte-check": "^3.6.2",
"svelte-dnd-action": "^0.9.33",
"svelte-fa": "^3.0.4",
"svelte-stripe": "^1.1.3",
"sveltekit-flash-message": "^2.2.2",
"svooltip": "^0.7.5",
"tailwindcss": "^3.3.6",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"vite": "^5.0.5"
},
"type": "module",
"dependencies": {
"@codemirror/lang-markdown": "^6.2.3",
"@codemirror/state": "^6.3.2",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.22.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@linear/sdk": "^12.0.0",
"@markdoc/markdoc": "^0.4.0",
"@prisma/client": "^5.6.0",
"@stripe/stripe-js": "^2.2.0",
"bcrypt": "^5.1.1",
"canvas": "^2.11.2",
"codemirror": "^6.0.1",
"date-fns": "^2.30.0",
"devalue": "^4.3.2",
"dotenv": "^16.3.1",
"js-yaml": "^4.1.0",
"nodemailer": "^6.9.7",
"otplib": "^12.0.1",
"parse-duration": "^1.1.0",
"protobufjs": "^7.2.5",
"qrcode": "^1.5.3",
"stripe-event-types": "^3.1.0",
"svelte-codemirror-editor": "^1.2.0",
"svelte-email": "^0.0.4",
"svelte-i18n": "^4.0.0",
"svelte-portal": "^2.2.0",
"tcp-port-used": "^1.0.2",
"tiny-invariant": "^1.3.1"
}
}