-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "your-private-life-rd",
"version": "0.0.1",
"author": {
"name": "MilesCode"
},
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",
"start": "solid-start start"
},
"type": "module",
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "^9.0.1",
"@types/node": "^18.15.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"solid-start-node": "^0.2.23",
"solid-start-vercel": "^0.2.23",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.1.4",
"vite-plugin-pwa": "^0.14.4"
},
"dependencies": {
"@fontsource/fira-code": "^4.5.13",
"@motionone/solid": "^10.15.5",
"@solidjs/meta": "^0.28.2",
"@solidjs/router": "^0.7.0",
"bcryptjs": "^2.4.3",
"cookie": "^0.5.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.1",
"solid-hcaptcha": "^0.2.6",
"solid-js": "^1.6.11",
"solid-start": "^0.2.23",
"undici": "^5.15.1"
},
"engines": {
"node": ">=16"
}
}