forked from Ruby-Network/ruby-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.78 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
{
"name": "ruby",
"type": "module",
"version": "0.0.1",
"private": true,
"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"
},
"dependencies": {
"@astrojs/node": "^5.1.0",
"@astrojs/partytown": "^1.1.1",
"@astrojs/prefetch": "^0.2.1",
"@astrojs/react": "^2.1.0",
"@astrojs/tailwind": "^3.1.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@titaniumnetwork-dev/ultraviolet": "^1.0.8",
"@tomphttp/bare-server-node": "^1.2.5",
"astro": "^2.1.7",
"astro-robots-txt": "^0.4.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"framer-motion": "^10.9.1",
"hamburger-react": "^2.5.0",
"htpasswd": "^2.4.6",
"http-auth": "^4.2.0",
"path-to-regexp": "^6.2.1",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^3.0.24",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/http-auth": "^4.1.1",
"@types/node": "^18.15.10",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.6"
}
}