forked from jungbyungwook/FIONDB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.32 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.32 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
42
43
44
45
46
47
48
{
"name": "fiondb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next build && next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^4.16.1",
"@types/styled-components": "^5.1.26",
"axios": "^0.27.2",
"babel-plugin-module-resolver": "^4.1.0",
"chart.js": "^4.1.1",
"cheerio": "^1.0.0-rc.12",
"dayjs": "^1.11.6",
"jotai": "^2.0.0",
"next": "12.3.0",
"react": "18.2.0",
"react-chartjs-2": "^5.1.0",
"react-dom": "18.2.0",
"react-query": "^3.39.2",
"sharp": "^0.31.3",
"styled-components": "^5.3.5",
"styled-reset": "^4.4.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.0.5",
"@svgr/webpack": "^6.5.1",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"eslint-config-next": "12.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"nextjs-google-analytics": "^2.3.0",
"prettier": "^2.7.1",
"typescript": "4.8.3"
}
}