-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
100 lines (100 loc) · 3.09 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@date-io/date-fns": "1.3.13",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.9",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.35",
"@material-ui/pickers": "^3.2.8",
"@mui/icons-material": "^5.8.3",
"@mui/material": "^5.8.3",
"axios": "^0.19.0",
"chartist": "^0.11.4",
"chartist-plugin-tooltips": "0.0.17",
"crypto-js": "^4.0.0",
"date-fns": "^2.14.0",
"file-saver": "^2.0.5",
"flickity": "^2.2.1",
"flickity-fullscreen": "^1.1.1",
"html-react-parser": "^0.10.0",
"jquery": "^3.5.0",
"localforage": "^1.7.3",
"nanoid": "^3.1.20",
"node-sass": "^4.13.1",
"qrcode.react": "^1.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-flickity-component": "^3.6.2",
"react-ga": "^2.7.0",
"react-html-table-to-excel": "^2.0.0",
"react-loadable": "^5.5.0",
"react-loadable-visibility": "^3.0.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.2",
"sharethis-reactjs": "^1.5.0",
"socket.io-client": "^4.4.0",
"styled-jsx": "^3.4.4",
"web-vitals": "^0.2.4",
"zenscroll": "^4.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"analyse": "node scripts/analyse.js",
"lint:check": "eslint ./src/**/*.js*",
"lint:fix": "eslint ./src/**/*.js* --fix"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"customize-cra": "^1.0.0",
"cypress": "^4.9.0",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-unused-imports": "^1.1.0",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"husky": "4.2.3",
"lint-staged": "^10.5.4",
"path": "^0.12.7",
"prettier": "2.1.1",
"progress-bar-webpack-plugin": "^2.1.0",
"webpack-bundle-analyzer": "^3.8.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}