-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.2 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
{
"name": "convey-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"axios": "^1.2.2",
"immer": "^9.0.19",
"jotai": "^2.0.2",
"next": "^13.2.3",
"next-connect": "^0.13.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "^3.39.3",
"redux-devtools-extension": "^2.13.9",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/template": "^7.20.7",
"@types/axios": "^0.14.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-query": "^1.2.9",
"@types/redux-devtools-extension": "^2.13.2",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.31.0",
"eslint-config-next": "^13.1.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"jotai-devtools": "^0.2.0",
"prettier": "^2.8.3",
"typescript": "^4.9.4"
}
}