-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 912 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 912 Bytes
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
{
"name": "guilded-oauth",
"private": true,
"license": "AGPL-3.0-or-later",
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "PORT=3020 remix dev",
"start": "PORT=3021 remix-serve build"
},
"dependencies": {
"@floating-ui/react-dom": "^0.6.3",
"@floating-ui/react-dom-interactions": "^0.4.0",
"@remix-run/node": "^1.6.5",
"@remix-run/react": "^1.6.5",
"@remix-run/serve": "^1.6.5",
"dotenv": "^16.0.1",
"guilded.js": "^0.22.3",
"npm": "^8.15.0",
"postcss": "^8.4.14",
"postgresql-client": "^2.1.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redis": "^4.2.0",
"remix-tailwind": "^0.3.0",
"semver": "^7.5.2",
"tailwindcss": "^3.1.6"
},
"devDependencies": {
"@remix-run/dev": "^1.6.5",
"@remix-run/eslint-config": "^1.6.5",
"eslint": "^8.20.0"
},
"engines": {
"node": ">=14"
}
}