-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.3 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
{
"name": "joot.work",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.1",
"@chakra-ui/react": "^2.1.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@iconify/react": "^3.2.2",
"@reduxjs/toolkit": "^1.8.2",
"axios": "^0.27.2",
"framer-motion": "^6",
"inversify": "^6.0.1",
"jsdom": "^19.0.0",
"next": "12.1.6",
"pg": "^8.7.3",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-redux": "^8.0.2",
"redux-persist": "^6.0.0",
"reflect-metadata": "^0.1.13",
"swr": "^1.3.0",
"tls": "^0.0.1"
},
"devDependencies": {
"@swc/core": "^1.2.194",
"@swc/jest": "^0.2.21",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
"@testing-library/user-event": "14.2.0",
"@types/node": "17.0.35",
"@types/pg": "^8.6.5",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/redux-persist": "^4.3.1",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"jest": "^28.1.0",
"jest-environment-jsdom": "28.1.0",
"msw": "^0.41.1",
"typescript": "4.7.2"
}
}