-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.34 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
61
62
63
64
65
66
67
68
{
"name": "aether-scout",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rimraf .next node_modules analyze",
"prettier": "prettier --write ./src",
"docker:down": "docker-compose --file docker-compose.local.yml -p aether_development down",
"docker:local": "yarn docker:down && docker-compose --file docker-compose.local.yml -p aether_development up -d"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.218.0",
"@dicebear/avatars": "^4.10.5",
"@dicebear/avatars-identicon-sprites": "^4.10.5",
"@next/bundle-analyzer": "^13.1.1",
"@octokit/oauth-app": "^4.1.0",
"@sendgrid/mail": "^7.7.0",
"@tanstack/react-query": "^4.18.0",
"axios": "^1.2.0",
"bcryptjs": "^2.4.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"cookie": "^0.5.0",
"discord-oauth2": "^2.10.1",
"eslint": "^8.31.0",
"eslint-config-next": "13.0.5",
"eslint-plugin-prettier": "^4.2.1",
"get-pixels": "^3.3.3",
"google-auth-library": "^8.7.0",
"moment": "^2.29.4",
"mongodb": "^4.12.1",
"nanoid": "^4.0.0",
"next": "13.1.3",
"next-api-decorators": "^2.0.0",
"octokit": "^2.0.10",
"path-to-regexp": "^6.2.1",
"quantize": "^1.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-spinners": "^0.13.6",
"server-only": "^0.0.1",
"sharp": "^0.31.2",
"typescript": "^4.9.4",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@aws-sdk/signature-v4-crt": "^3.226.0",
"@types/bcryptjs": "^2.4.2",
"@types/cookie": "^0.5.1",
"@types/get-pixels": "^3.3.2",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/sharp": "^0.31.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@wowkster/prettier-config": "^1.1.2",
"prettier": "^2.8.0",
"sass": "^1.56.1",
"typescript-eslint": "^0.0.1-alpha.0"
},
"prettier": "@wowkster/prettier-config"
}