forked from Heliodex/eChat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 806 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 806 Bytes
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
{
"name": "echat",
"private": true,
"version": "1.1.6",
"type": "module",
"packageManager": "pnpm@7.17.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"buildview": "vite build && vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@tsconfig/svelte": "^4.0.1",
"prettier": "^2.8.8",
"svelte": "^3.59.1",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.5.3",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-mkcert": "^1.15.0"
},
"dependencies": {
"centrifuge": "^3.1.2",
"crypto-js": "^4.1.1",
"gsap": "^3.12.1",
"nodejs-aes256": "^1.0.1",
"sass": "^1.63.4"
}
}