-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·103 lines (101 loc) · 3 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "smart-tipz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"ngrok":"ngrok http -host-header=rewrite 3000",
"build": "next build",
"start": "NODE_ENV=production next start -p $PORT",
"lint": "next lint",
"test": "jest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@sendgrid/mail": "^7.4.6",
"@stripe/react-stripe-js": "^1.7.0",
"@stripe/stripe-js": "^1.25.0",
"@tailwindcss/postcss7-compat": "^2.2.4",
"@zeit/next-css": "^1.0.1",
"aws-sdk": "^2.1003.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-validator": "^6.12.0",
"formik": "^2.2.9",
"framer-motion": "^6.2.1",
"hamburger-react": "^2.4.1",
"install": "^0.13.0",
"joi": "^17.4.2",
"js-cookie": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"multer": "^1.4.3",
"mysql2": "^2.2.5",
"next": "12.0.10",
"next-s3-upload": "^0.1.5",
"nodemon": "^2.0.9",
"nookies": "^2.5.2",
"npm": "^7.19.0",
"path": "^0.12.7",
"pg": "^8.6.0",
"pg-hstore": "^2.3.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^6.7.0",
"precss": "^4.0.0",
"prettier": "^2.3.2",
"randomstring": "^1.2.1",
"react": "17.0.2",
"react-alice-carousel": "^2.5.1",
"react-dom": "17.0.2",
"react-dropzone": "^11.4.2",
"react-helmet": "^6.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-input-emoji": "^4.0.8",
"react-items-carousel": "^2.8.0",
"react-languages-select": "^1.0.20",
"react-multi-carousel": "^2.6.5",
"react-phone-input-2": "^2.14.0",
"react-rating-stars-component": "^2.2.0",
"react-read-more-read-less": "^1.0.7",
"react-select": "^4.3.1",
"react-select-country-list": "^2.2.3",
"react-sidebar": "^3.0.2",
"react-simple-star-rating": "^4.0.5",
"react-tooltip": "^4.2.21",
"sass": "^1.37.5",
"sequelize": "^4.23.0",
"socket.io-client": "4.1.3",
"stripe": "^8.207.0",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.1.5",
"video-react": "^0.14.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@storybook/addon-actions": "^6.3.2",
"@storybook/addon-essentials": "^6.3.2",
"@storybook/addon-links": "^6.3.2",
"@storybook/react": "^6.3.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"autoprefixer": "^10.3.1",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.2",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"ngrok": "^4.3.1",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.7"
}
}