-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"name": "study-buddy",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "npx tailwindcss -i ./src/input.css -o ./css/output.css && vite --port 2343",
"build": "npx tailwindcss -i ./src/input.css -o ./css/output.css && vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tailwind:build": "npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@tsconfig/svelte": "^4.0.1",
"@types/jquery": "^3.5.16",
"svelte": "^3.57.0",
"svelte-check": "^2.10.3",
"svelte-routing": "^1.8.9",
"tailwindcss": "^3.3.2",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.3.2"
},
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.4.15",
"agora-rtc-sdk-ng": "^4.17.2",
"agora-token": "^2.0.3",
"appwrite": "^10.2.0",
"cors": "^2.8.5",
"dotenv": "^16.1.4",
"fetch": "^1.1.0",
"install": "^0.13.0",
"npm": "^9.6.7",
"openai": "^3.2.1",
"three": "^0.152.2",
"tom-select": "^2.2.2",
"whatwg-fetch": "^3.6.2"
}
}