-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
68 lines (68 loc) · 1.9 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
{
"name": "QueryFlow",
"author": "Vivek Patel, George 'KING' Greer, Niko Amescua, Philip Brown, Ryan Campbell",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"vite\" \"nodemon server/server.mjs\"",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@floating-ui/dom": "^1.4.2",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tsconfig/svelte": "^4.0.1",
"@types/d3": "^7.4.0",
"@types/jest": "^29.5.3",
"@types/js-cookie": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.0",
"cypress": "^12.17.1",
"daisyui": "^3.1.7",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte": "^2.32.0",
"highlight.js": "^11.8.0",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"sass": "^1.63.6",
"svelte": "^3.58.0",
"svelte-check": "^3.3.1",
"tailwindcss": "^3.3.2",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.3.9"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@tailwindcss/typography": "^0.5.9",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"d3": "^7.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"flowbite": "^1.7.0",
"flowbite-svelte": "^0.39.2",
"googleapis": "^120.0.0",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.1",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"nodemon": "^2.0.22",
"pg": "^8.11.1",
"redis": "^4.6.7",
"svelte-routing": "^1.10.0",
"svelte-toasts": "^1.1.2",
"tailwind-merge": "^1.13.2",
"uninstall": "^0.0.0"
}
}