forked from limyifan1/hawkercentral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 2.91 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": "hawkercentral",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "4.10.1",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.55",
"@mojs/core": "0.288.2",
"@testing-library/jest-dom": "5.9.0",
"@testing-library/react": "10.0.6",
"@testing-library/user-event": "11.3.1",
"axios": "0.19.2",
"bitly": "7.1.0",
"bootstrap": "4.5.0",
"cheerio": "1.0.0-rc.3",
"csv-writer": "1.6.0",
"emailjs-com": "2.4.1",
"firebase": "7.15.0",
"firebaseui": "4.5.0",
"gatsby-plugin-react-helmet": "3.3.3",
"geofirex": "0.1.0",
"google-map-react": "1.1.7",
"immutability-helper": "3.1.1",
"jimp": "0.12.1",
"material-ui-color-picker": "3.5.0",
"node-sass": "4.14.1",
"notistack": "0.9.16",
"rc-progress": "3.0.0",
"react": "16.13.1",
"react-addons-update": "15.6.2",
"react-bootstrap": "1.0.1",
"react-bootstrap-typeahead": "4.2.3",
"react-clap-button": "1.2.9",
"react-date-picker": "8.0.1",
"react-datetime-picker": "3.0.2",
"react-dom": "16.13.1",
"react-firebaseui": "4.1.0",
"react-ga": "2.7.0",
"react-helmet": "6.0.0",
"react-i18next": "11.5.0",
"react-image-gallery": "1.0.7",
"react-lazy-load-image-component": "1.4.3",
"react-linkify": "1.0.0-alpha",
"react-multi-carousel": "2.5.5",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.1",
"react-select": "3.1.0",
"react-share": "4.2.0",
"react-time-picker": "4.0.1",
"react-window": "1.8.5",
"reactjs-popup": "1.5.0",
"reactstrap": "8.4.1",
"rxjs": "6.5.5",
"ua-parser-js": "0.7.21",
"universal-cookie": "4.0.3",
"vercel": "19.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "npm run lint:eslint && npm run lint:prettier",
"lint:fix": "npm run lint:eslint:fix && npm run lint:prettier:fix",
"lint:eslint": "eslint src/**.js",
"lint:eslint:fix": "npm run lint:eslint -- --fix",
"lint:prettier": "prettier src/**.js --check",
"lint:prettier:fix": "npm run lint:prettier -- --write"
},
"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"
]
},
"main": "index.js",
"author": "limyifan1 <[email protected]>",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@loopback/cli": "2.8.0",
"eslint": "6.8.0",
"husky": "4.2.5",
"prettier": "2.0.5"
},
"copyright.owner": "limyifan1 <[email protected]>",
"husky": {
"hooks": {
"prepare-commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}