-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 829 Bytes
/
package.json
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
{
"name": "next-amplify-template",
"version": "1.0.0",
"description": "Boilerplate for Next.js and Amplify auth",
"repository": "https://github.com/kazukinagata/next-amplify-template",
"author": "kazukinagata <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"aws-amplify": "^3.3.23",
"next": "10.0.8",
"nprogress": "^0.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-toastify": "^7.0.3",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/node": "^14.14.33",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.3",
"@types/styled-components": "^5.1.8",
"typescript": "^4.2.3"
}
}