-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 961 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 961 Bytes
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
{
"name": "techtime",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest ----watchAll"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.3",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@splidejs/react-splide": "^0.7.12",
"@testing-library/react": "^14.0.0",
"@types/node": "18.15.5",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"framer-motion": "^10.8.5",
"jest": "^29.5.0",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"typescript": "4.9.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@types/jest": "^29.5.0",
"@types/testing-library__jest-dom": "^5.14.5",
"jest-environment-jsdom": "^29.5.0",
"ts-jest": "^29.0.5"
}
}