- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
28 lines (28 loc) · 633 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 633 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next",
"type-check": "tsc"
},
"dependencies": {
"@chakra-ui/react": "^1.8.9",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"framer-motion": "^3.10.6",
"next": "^16.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^3.11.0"
},
"devDependencies": {
"@types/node": "^14.14.9",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"typescript": "^4.5.5"
},
"license": "MIT",
"packageManager": "yarn@3.8.2"
}