-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·54 lines (54 loc) · 1.32 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
53
54
{
"name": "google-meet-slack",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "nodemon ./api/index.js",
"dev-ui": "next dev",
"start": "cross-env NODE_ENV=production node index.js",
"serve": "next start",
"export": "next export"
},
"dependencies": {
"@slack/web-api": "^6.4.0",
"cross-env": "^7.0.2",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"firebase": "^9.3.0",
"firebase-admin": "^10.0.0",
"form-data": "^4.0.0",
"googleapis": "^39.2.0",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"next": "latest",
"node-fetch": "^2.6.0",
"nodemon": "^2.0.14",
"qs": "^6.10.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tsscmp": "^1.0.6",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"polished": "^4.0.5",
"rc-drawer": "^4.2.1",
"rc-tabs": "^11.7.3",
"react-ga": "^3.3.0",
"react-icons": "^4.1.0",
"react-masonry-component": "^6.2.1",
"react-scroll": "^1.8.1",
"react-stickynode": "^3.0.4",
"swiper": "^6.4.5",
"theme-ui": "^0.3.5"
},
"devDependencies": {
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0"
},
"engines": {
"node": "14.18.3"
}
}