-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
93 lines (93 loc) · 2.63 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
{
"name": "resobin",
"version": "1.8.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/wncc/resobin.git"
},
"author": "Laxman Desai <[email protected]>",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "npm-run-all --parallel lint:*",
"lint:js": "eslint src/**/*.{js,jsx} --fix",
"lint:styles": "stylelint src/**/*.jsx --fix",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.12.4",
"@mui/material": "^5.15.2",
"@reduxjs/toolkit": "^1.7.2",
"@sentry/react": "^6.17.9",
"@sentry/tracing": "^6.17.9",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"antd": "^4.18.7",
"axios": "^0.26.0",
"date-fns": "^2.28.0",
"dom-to-image": "^2.6.0",
"dompurify": "^2.3.6",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"nanoid": "^3.3.1",
"polished": "^4.1.4",
"qrcode.react": "^1.0.1",
"react": "^17.0.2",
"react-cookie": "^6.1.1",
"react-dom": "^17.0.2",
"react-dropzone": "^12.0.4",
"react-ga": "^3.3.0",
"react-helmet-async": "^1.2.3",
"react-pdf": "^5.7.1",
"react-quill": "2.0.0-beta.4",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"react-table": "^7.8.0",
"react-transition-group": "^4.4.2",
"redux-persist": "^6.0.0",
"styled-components": "^5.3.3",
"styled-icons": "^10.45.0",
"web-vitals": "^2.1.4",
"yarn": "^1.22.19"
},
"devDependencies": {
"@stylelint/postcss-css-in-js": "^0.37.2",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"husky": "^7.0.4",
"npm-run-all": "^4.1.5",
"postcss-syntax": "^0.36.2",
"prettier": "^2.5.1",
"redux-logger": "^3.0.6",
"stylelint": "^14.5.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^5.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}