-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.24 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "crank-karaoke",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nextein & node app.js",
"dev": "now dev",
"prod": "nextein -p 80",
"now-build": "next build"
},
"keywords": [],
"author": "",
"license": "ISC",
"engines": {
"node": "12.x"
},
"dependencies": {
"@barba/core": "^2.3.9",
"@sendgrid/mail": "^6.4.0",
"async": "^3.0.1",
"axios": "^0.18.1",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"express": "^4.16.4",
"fs": "0.0.1-security",
"google-spreadsheet": "^2.0.7",
"googleapis": "^39.2.0",
"handlebars": "^4.1.2",
"micro": "^9.3.4",
"mongodb": "^3.2.6",
"next": "^9.1.4",
"nextein": "^2.2.0",
"nodemailer": "^6.1.1",
"nodemailer-smtp-transport": "^2.7.4",
"now": "^15.2.0",
"now-env": "^3.2.0",
"react": "^16.8.3",
"react-dom": "^16.8.6",
"react-ga": "^2.5.7",
"react-router-dom": "^5.0.0",
"react-stripe-checkout": "^2.6.3",
"request": "^2.88.0",
"stripe": "^6.34.0",
"styled-components": "^4.2.0",
"url-loader": "^1.1.2",
"webfontloader": "^1.6.28"
}
}