-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "store.pengu.lol",
"version": "0.0.1",
"description": "The Official Pengu Plugin Store.",
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",
"start": "solid-start start",
"deploy": "env-cmd --use-shell \"cd dist && deployctl deploy --prod --project=plugin-store ./server.js\""
},
"type": "module",
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/marked": "^5.0.0",
"@types/nprogress": "^0.2.0",
"autoprefixer": "^10.4.13",
"dotenv": "^16.3.1",
"env-cmd": "^10.1.0",
"marked-base-url": "^1.0.1",
"postcss": "^8.4.21",
"solid-start-deno": "^0.2.26",
"solid-start-node": "^0.2.19",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.1.4",
"yaml": "^2.3.1"
},
"dependencies": {
"@solidjs/meta": "^0.28.2",
"@solidjs/router": "^0.8.2",
"marked": "^5.1.1",
"nprogress": "^0.2.0",
"solid-js": "^1.7.2",
"solid-start": "^0.2.26",
"undici": "^5.15.1"
},
"engines": {
"node": ">=16"
},
"packageManager": "^[email protected]"
}