-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 941 Bytes
/
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
{
"name": "the-watcher",
"type": "module",
"version": "1.0.0",
"author": "cyteon",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start"
},
"main": "dev.js",
"dependencies": {
"@kobalte/core": "^0.13.7",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.8",
"@solidjs/start": "^1.0.8",
"bcrypt": "^5.1.1",
"cal-sans": "^1.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lightweight-charts": "^4.2.1",
"mongodb": "^6.10.0",
"ping": "^0.4.4",
"solid-js": "^1.9.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"typescript-cookie": "^1.0.6",
"vinxi": "^0.4.3",
"yaml": "^2.6.0"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14"
}
}