-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 908 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
32
33
34
35
36
{
"name": "yonasyulin",
"version": "1.0.0",
"description": "wedding RSVP app",
"main": "index.js",
"dependencies": {
"@zeit/next-css": "^0.2.0",
"countdown": "^2.6.0",
"dotenv": "^6.0.0",
"formik": "^0.11.11",
"moment": "^2.22.2",
"moment-countdown": "0.0.3",
"next": "^6.0.3",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-toastify": "^4.1.0",
"styled-components": "^3.3.2"
},
"devDependencies": {},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yonasstephen/yonasyulin.git"
},
"author": "yonasstephen",
"license": "MIT",
"bugs": {
"url": "https://github.com/yonasstephen/yonasyulin/issues"
},
"homepage": "https://github.com/yonasstephen/yonasyulin#readme"
}