-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.8 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
{
"private": true,
"scripts": {
"start": "node ./dist/server.js",
"build": "webpack --config webpack.server.js && rm -rf .next && next build",
"start:dev": "nodemon --exec babel-node server/index.js",
"lint": "next lint"
},
"engines": {
"node": "v18.7.0",
"npm": "8.15.0"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@shopify/shopify-api": "^5.0.1",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"chalk": "^5.0.1",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.5.2",
"next": "^12.3.1",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-addons-update": "^15.6.3",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"react-phone-input-2": "^2.15.1",
"react-phone-number-input": "^3.2.11",
"react-redux": "^8.0.2",
"react-select": "^5.4.0",
"react-select-country-list": "^2.2.3",
"react-spinner": "^0.2.7",
"react-spinners": "^0.13.4",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"request-promise": "^4.2.6",
"sequelize": "^6.21.4",
"shopify-buy": "^2.16.1",
"shortid": "^2.2.16",
"swell-node": "^4.0.10",
"validator": "^13.7.0",
"@babel/node": "^7.18.10",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@types/shopify-buy": "^2.10.10",
"babel-loader": "^8.2.5",
"babel-node": "^0.0.1-security",
"nodemon": "^2.0.19",
"redux-devtools-extension": "^2.13.9",
"webpack": "^5.53.0",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^3.0.0"
}
}