-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 1.82 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
{
"name": "fronvo-site",
"version": "1.0.0",
"description": "The site of the open-source free-convo chat app.",
"repository": {
"type": "git",
"url": "git+https://github.com/Fronvo/site.git"
},
"author": "@Shadofer",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Fronvo/site/issues"
},
"homepage": "https://github.com/Fronvo/site#readme",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json --compiler-warnings \"a11y-no-static-element-interactions:ignore,a11y-no-noninteractive-element-interactions:ignore\"",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --plugin-search-dir=. --write .",
"format:check": "prettier --check .",
"prepare": "husky install"
},
"type": "module",
"engines": {
"node": "16.x",
"npm": "8.x"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "^1.22.1",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.17",
"cssnano": "^6.0.3",
"date-fns": "^2.29.3",
"husky": "^8.0.3",
"imagekit": "^4.1.3",
"linkify-html": "^4.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"querystring": "^0.2.1",
"socket.io-client": "^4.5.1",
"stripe": "^12.14.0",
"svelte": "^4.0.5",
"svelte-check": "^3.4.5",
"svelte-checkbox": "^1.0.1",
"svelte-css-vars": "^0.0.3",
"svelte-infinite-loading": "^1.3.8",
"svelte-particles": "^2.12.0",
"svelte-preprocess": "^5.0.4",
"svelte-sonner": "^0.1.4",
"svelte-stripe": "^0.0.22",
"svelte-time": "^0.7.1",
"tailwindcss": "^3.4.1",
"typescript": "^4.7.2",
"uuid": "^9.0.0"
}
}