-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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": "account",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint-fix": "yarn prettier --write ./src && next lint --fix ."
},
"dependencies": {
"@accessible/use-id": "^1.1.1",
"@chakra-ui/react": "^2.5.1",
"@codeday/topo": "^9.2.5",
"@codeday/topocons": "^2.0.0",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"auth0": "^2.24.0",
"axios": "^0.21.2",
"deepmerge": "^4.2.2",
"discord-oauth2": "^2.6.0",
"framer-motion": "^6",
"graphql": "^15.4.0",
"graphql-tag": "^2.12.6",
"jsonwebtoken": "^9.0.0",
"next": "^12.0.0",
"next-auth": "3.1.0",
"phone": "^2.4.8",
"prop-types": "^15.7.2",
"react": "^18.0.2",
"react-dom": "^18.0.2"
},
"devDependencies": {
"@codeday/eslint-config": "^3.0.1",
"eslint": "^8.37.0",
"prettier": "^2.8.7",
"typescript": "^5.0.2"
},
"prettier": "@codeday/prettier-config"
}