-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 865 Bytes
/
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
{
"name": "sota-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"dayjs": "^1.9.1",
"graphql": "^15.3.0",
"graphql-request": "^3.1.0",
"isomorphic-fetch": "^3.0.0",
"next": "9.5.3",
"randomcolor": "^0.6.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"realm-web": "^0.9.0",
"recharts": "^1.8.5"
},
"devDependencies": {
"@types/node": "^14.0.13",
"@types/randomcolor": "^0.5.5",
"@types/react": "^16.9.38",
"@types/recharts": "^1.8.16",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "^7.3.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"prettier": "^2.0.5",
"typescript": "^3.9.5"
}
}