-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 844 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
{
"name": "freetimeupdates-react",
"version": "1.0.0",
"description": "",
"main": "handler.js",
"scripts": {
"start": "npm run run",
"run": "next",
"build": "next build",
"deploy": "next build && sls deploy"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.4",
"express": "^4.17.2",
"next": "^12.0.8",
"node-sass": "^6.0.0",
"path-match": "^1.2.4",
"react": "^17.0.2",
"react-block-ui": "^1.3.3",
"react-burger-menu": "^3.0.6",
"react-dom": "^17.0.2",
"react-google-charts": "^3.0.15",
"react-google-recaptcha": "^2.1.0",
"react-share": "^4.4.0",
"react-toastify": "^8.1.0",
"serverless-apigw-binary": "^0.4.4",
"serverless-domain-manager": "^3.3.2",
"serverless-http": "^1.10.1",
"url": "^0.11.0"
}
}