-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.75 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
55
56
57
58
59
60
61
{
"name": "dentist",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "next start",
"build": "next build",
"dev": "next dev",
"export": "next export",
"debug": "NODE_OPTIONS='--inspect' next dev",
"stylelint": "stylelint \"**/*.css\" --fix",
"prettier": "prettier -w .",
"deploy": "serverless"
},
"dependencies": {
"@stripe/react-stripe-js": "^1.6.0",
"@stripe/stripe-js": "^1.20.3",
"axios": "^0.21.1",
"chart.js": "^3.7.0",
"classnames": "^2.3.1",
"faker": "^5.5.3",
"formik": "^2.2.9",
"google-map-react": "^2.1.10",
"moment": "^2.29.2",
"next": "^12.0.8",
"node-sass": "^4.14.1",
"qrcode": "^1.5.0",
"react": "17.0.2",
"react-chartjs-2": "^4.0.0",
"react-dom": "17.0.2",
"react-hook-form": "^7.3.4",
"react-image-crop": "^9.0.5",
"react-image-file-resizer": "^0.4.7",
"react-image-gallery": "^1.2.7",
"react-loading-skeleton": "^3.0.1",
"react-select": "^5.2.2",
"react-simple-image-slider": "^2.3.0",
"react-stripe-elements": "^6.1.2",
"react-toastify": "^8.0.3",
"serverless": "^2.69.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/google-map-react": "^2.1.3",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/react-image-gallery": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"eslint": "^7.23.0",
"eslint-config-next": "^11.1.2",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.5.1",
"stylelint": "^13.12.0",
"stylelint-config-standard": "^21.0.0",
"stylelint-order": "^4.1.0",
"stylelint-order-config-standard": "^0.1.3",
"typescript": "^4.2.3"
}
}