-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 723 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 723 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
{
"name": "nextjs",
"version": "4.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "latest",
"@material-ui/icons": "^4.11.2",
"@primer/octicons-react": "^12.0.0",
"clsx": "latest",
"next": "latest",
"next-pwa": "^5.0.5",
"prop-types": "latest",
"react": "latest",
"react-dom": "latest",
"react-typed": "^1.2.0",
"simple-icons": "^4.11.0",
"webpack": "^4.46.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest",
"deploy": "npx vercel --prod"
},
"devDependencies": {
"@types/simple-icons": "^4.10.0"
}
}