-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
72 lines (72 loc) · 2.16 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
{
"name": "grabplatform-sample",
"version": "1.0.0",
"private": true,
"dependencies": {
"@grab-id/grab-id-client": "1.1.7",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"btoa": "^1.2.1",
"colors": "^1.3.3",
"connect-redis": "^3.4.2",
"cors": "^2.8.5",
"crypto-js": "^3.1.9-1",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-markdown": "^4.1.0",
"react-redux": "^7.1.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-syntax-highlighter": "^11.0.2",
"recompose": "^0.30.0",
"redis": "^2.8.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start:stg:fe": "HTTPS=true HOST=grabplatform.grab.com REACT_APP_NODE_ENV=development NODE_PATH=\"src/\" react-scripts start",
"start:stg:be": "NODE_ENV=development nodemon",
"start:stg": "concurrently \"yarn start:stg:fe\" \"yarn start:stg:be\"",
"start:prd:fe": "HTTPS=true HOST=grabplatform.grab.com REACT_APP_NODE_ENV=production NODE_PATH=\"src/\" react-scripts start",
"start:prd:be": "NODE_ENV=production nodemon",
"start:prd": "concurrently \"yarn start:prd:fe\" \"yarn start:prd:be\"",
"build:set-env": "cross-env",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/connect-redis": "^0.0.10",
"@types/react-redux": "^7.1.0",
"@types/react-router-dom": "^4.3.4",
"@types/react-syntax-highlighter": "^10.2.1",
"@types/recompose": "^0.30.6",
"@types/redis": "^2.8.13",
"concurrently": "^4.1.0",
"node-sass": "^4.12.0",
"nodemon": "^1.19.1",
"typescript": "^3.5.2"
},
"license": "MIT",
"host": "grabplatform.stg-myteksi.com",
"proxy": "https://grabplatform.stg-myteksi.com:8000"
}