-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.57 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
{
"name": "spluga-app",
"version": "0.1.1",
"private": true,
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.10.4",
"cross-env": "^7.0.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"husky": "^4.2.5",
"react-scripts": "^3.4.0"
},
"dependencies": {
"@mondora/agyo-validations": "^1.9.5",
"@mondora/arc": "4.4.0",
"@mondora/conv-redux-form": "^1.4.1",
"antd": "^3.23.6",
"commons-validator-js": "^1.0.1636",
"hookrouter": "^1.2.3",
"moment": "^2.24.0",
"mongodb-stitch-browser-sdk": "^4.8.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-cookie-consent": "^5.1.2",
"react-dom": "^16.13.1",
"react-intl": "^5.4.0",
"react-redux": "5.1.1",
"react-router-dom": "^5.1.2",
"react-scroll": "^1.8.0",
"react-syntax-highlighter": "^12.2.1",
"recharts": "^1.7.1",
"redux": "3.7.2",
"redux-form": "7.4.2",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"styled-components": "5.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --max-warnings=0 \"src/**/*.@(js|jsx)\""
},
"husky": {
"hooks": {
"pre-commit": "cross-env CI=true yarn test"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}