-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.92 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
{
"name": "reactivesearch-shopify-plugin",
"version": "0.2.2",
"private": true,
"author": {
"name": "Divyanshu Maithani",
"email": "div.blackcat@gmail.com",
"url": "https://github.com/divyanshu013"
},
"dependencies": {
"@appbaseio/reactivemaps": "3.0.0",
"@appbaseio/reactivesearch": "3.42.1",
"@emotion/core": "^10.0.35",
"antd": "3.26.20",
"babel-eslint": "^10.1.0",
"dompurify": "^2.3.6",
"emotion": "10.0.27",
"lodash.get": "4.4.2",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "^6.1.0",
"react-highlight-words": "0.16.0",
"react-router-dom": "^4.3.1",
"react-scripts": "4.0.3"
},
"devDependencies": {
"babel-plugin-direct-import": "0.6.2",
"babel-plugin-emotion": "10.0.33",
"babel-plugin-import": "1.13.1",
"customize-cra": "^1.0.0",
"eslint": "7.12.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-prettier": "6.14.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.1.0",
"eslint-plugin-jsx-a11y": "6.4.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.5",
"prettier": "2.1.2",
"react-app-rewired": "^2.1.6"
},
"scripts": {
"start": "PORT=1358 react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint ."
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=16.x <17"
}
}