-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.04 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": "skyname",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"description": "Free, unique usernames for Bluesky",
"repository": "https://gitlab.com/darnfish/skyname.git",
"author": "William Gibson <william@darn.fish>",
"scripts": {
"start": "next start",
"dev": "next dev",
"build": "next build"
},
"dependencies": {
"@dsojevic/profanity-list": "^1.0.0",
"@vercel/analytics": "^1.0.1",
"axios": "^1.3.6",
"bad-words": "^3.0.4",
"cloudflare": "^2.9.1",
"jsonwebtoken": "^9.0.0",
"knex": "^2.4.2",
"next": "^13.3.1",
"pg": "^8.10.0",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/bad-words": "^3.0.1",
"@types/cloudflare": "^2.7.9",
"@types/jsonwebtoken": "^9.0.1",
"@types/node": "18.16.1",
"@types/react": "18.2.0",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "5.0.4"
}
}