-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 883 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 883 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"clsx": "^1.1.1",
"framer-motion": "^4.1.3",
"next": "^12",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-markdown": "^5.0.3",
"react-scroll": "^1.8.2",
"react-spring": "^8.0.27",
"react-toggle-dark-mode": "^1.0.3",
"react-use": "^17.2.1"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@types/gtag.js": "0.0.4",
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-scroll": "^1.8.2",
"next-images": "^1.7.0",
"typescript": "^5.1.6"
},
"license": "MIT"
}