This repository has been archived by the owner on May 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpackage.json
60 lines (60 loc) · 1.99 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
{
"name": "ruby",
"type": "module",
"version": "1.0.4",
"private": false,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"postinstall": "htpasswd -b -c users.htpasswd admin default",
"htpasswd:change": "htpasswd -c users.htpasswd admin",
"format:check": "prettier --check .",
"astro": "astro",
"format": "prettier --write .",
"start": "ts-node --esm index.ts",
"prod": "yarn build && yarn start "
},
"engines": {
"node": ">=18.0.0 <20.0.0"
},
"dependencies": {
"@astrojs/node": "^5.1.1",
"@astrojs/partytown": "^1.2.0",
"@astrojs/prefetch": "^0.2.1",
"@astrojs/react": "^2.1.1",
"@astrojs/tailwind": "^3.1.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@titaniumnetwork-dev/ultraviolet": "^1.0.11",
"@tomphttp/bare-server-node": "^1.2.5",
"astro": "^2.3.0",
"astro-robots-txt": "^0.5.0",
"chalk": "^5.2.0",
"compression": "^1.7.4",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"framer-motion": "^10.12.4",
"hamburger-react": "^2.5.0",
"htpasswd": "^2.4.6",
"http-auth": "^4.2.0",
"path-to-regexp": "^6.2.1",
"postcss": "^8.4.23",
"prettier": "^2.8.7",
"rammerhead": "https://github.com/Ruby-Network/rammerhead/releases/download/v1/rammerhead-2.tgz",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^3.0.24",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/express": "^4.17.13",
"@types/http-auth": "^4.1.1",
"@types/node": "^20.1.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4"
}
}