generated from trywilco/Anythink-Market-Base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.54 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
{
"name": "anythink-market-front",
"version": "0.1.0",
"engines": {
"node": "^16"
},
"private": true,
"devDependencies": {
"react-test-renderer": "^17.0.2",
"redux-mock-store": "^1.5.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1",
"prettier": "2.4.1"
},
"dependencies": {
"bootstrap": "^4.6.0",
"bootstrap-icons": "^1.7.1",
"history": "^4.6.3",
"marked": "^0.3.6",
"sass": "^1.45.0",
"prop-types": "^15.5.10",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-redux": "^5.0.7",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-router-redux": "^5.0.0-alpha.6",
"react-scripts": "5.0.1",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.1",
"superagent": "^3.8.2",
"superagent-promise": "^1.1.0"
},
"scripts": {
"start": "REACT_APP_WILCO_ID=${WILCO_ID:-\"$(cat ../.wilco)\"} react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"format": "yarn prettier --write .",
"lint": "yarn eslint . && yarn prettier --check ."
},
"eslintConfig": {
"extends": [
"react-app",
"eslint:recommended"
],
"rules": {
"no-var": "error"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}