-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "salat-2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/open-sans": "^5.0.3",
"@fontsource/raleway": "^5.0.3",
"chakra-react-select": "^4.1.4",
"cheerio": "^1.0.0",
"dayjs": "^1.10.7",
"framer-motion": "^10.12.18",
"next": "^13.4.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.3.1",
"react-query": "^3.32.3",
"react-to-print": "^2.14.7"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^14.0.0",
"@types/jsdom": "^21.1.6",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"babel-jest": "^29.5.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"react-test-renderer": "^18.2.0",
"typescript": "5.1.6"
}
}