-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.4 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.4 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"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",
"devDependencies": {
"@stripe/stripe-js": "^5.4.0",
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "1.22.1",
"@types/js-cookie": "^3.0.6",
"@types/spotify-web-api-node": "^5.0.11",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.17",
"bits-ui": "^0.22.0",
"clsx": "^2.1.1",
"cssnano": "^6.0.3",
"date-fns": "^2.29.3",
"husky": "^8.0.3",
"imagekit": "^4.1.3",
"js-cookie": "^3.0.5",
"linkify-html": "^4.1.1",
"lucide-svelte": "^0.469.0",
"mode-watcher": "^0.5.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"querystring": "^0.2.1",
"radix-icons-svelte": "^1.2.1",
"socket.io-client": "^4.5.1",
"spotify-web-api-node": "^5.0.2",
"stripe": "^12.14.0",
"svelte": "4.0.5",
"svelte-autosize": "^1.1.5",
"svelte-check": "^3.4.5",
"svelte-checkbox": "^1.0.1",
"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",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.1",
"typescript": "^4.7.2",
"uuid": "^9.0.0",
"vite": "^4.5.5"
}
}