-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 1.03 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
{
"name": "@squirrelchat/website",
"version": "1.0.0",
"description": "Squirrel's official website.",
"repository": "[email protected]:squirrelchet/website.git",
"author": "Cynthia <[email protected]>",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr src/server.ts",
"preview": "vite preview",
"start": "node server/server.js"
},
"dependencies": {
"hoofd": "^1.2.2",
"preact": "^10.5.13",
"preact-render-to-string": "^5.1.19",
"preact-router": "^3.2.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.1.0",
"@prefresh/vite": "^2.2.1",
"@types/adm-zip": "^0.4.34",
"@types/node": "^15.0.2",
"@types/sharp": "^0.28.0",
"@types/xml2js": "^0.4.8",
"adm-zip": "^0.5.5",
"feather-icons": "^4.28.0",
"sharp": "^0.28.1",
"simple-icons": "^4.22.0",
"svgo": "^2.3.0",
"typescript": "^4.2.4",
"vite": "^2.2.4",
"vite-plugin-magical-svg": "^0.2.4",
"xml2js": "^0.4.23"
}
}