-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 1009 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
35
36
37
38
39
{
"name": "jwpay-web-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env MOCK_JWPAY_API=true node server.js",
"build": "next build",
"start": "cross-env NODE_ENV=production MOCK_JWPAY_API=true node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-less": "^1.0.1",
"antd": "^3.21.2",
"express": "^4.17.1",
"isomorphic-unfetch": "^3.0.0",
"less": "^3.9.0",
"moment": "^2.24.0",
"next": "^9.0.3",
"next-redux-wrapper": "^3.0.0-alpha.3",
"numeral": "^2.0.6",
"querystring": "^0.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"url": "^0.11.0",
"websocket": "^1.0.29"
},
"devDependencies": {
"cross-env": "^7.0.2",
"http-proxy-middleware": "^0.19.1"
}
}