-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 822 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 822 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
{
"name": "portfolio",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@types/react-pdf": "^5.0.0",
"date-fns": "^2.16.1",
"gray-matter": "^4.0.2",
"next": "10.0.0",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-flip-toolkit": "^7.0.12",
"react-typewriter": "^0.4.1",
"remark": "^13.0.0",
"remark-html": "^13.0.2",
"typewriter-effect": "^2.13.1"
},
"devDependencies": {
"@types/node": "^14.14.3",
"@types/react": "^16.9.53",
"typescript": "^4.0.3"
}
}