-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.06 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
101
102
103
104
105
106
{
"name": "registration2",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^2.0.13",
"@chakra-ui/react": "^2.4.3",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@hex-labs/core": "^1.0.49",
"@monaco-editor/react": "^4.4.1",
"@nivo/treemap": "^0.83.0",
"@progress/kendo-charts": "^1.24.0",
"@progress/kendo-drawing": "^1.16.3",
"@progress/kendo-licensing": "^1.2.2",
"@progress/kendo-react-charts": "^5.5.0",
"@progress/kendo-react-intl": "^5.5.0",
"@rjsf/chakra-ui": "^4.2.3",
"@rjsf/core": "^4.2.3",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^12.0.2",
"@types/draft-js": "^0.11.9",
"@types/jest": "^25.0.0",
"@types/luxon": "^2.4.0",
"@types/node": "^12.0.0",
"@types/parse-full-name": "^1.2.2",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-router-dom": "^5.3.3",
"@types/react-table": "^7.7.10",
"axios": "^0.27.2",
"axios-hooks": "^3.1.2",
"chakra-react-select": "^4.2.1",
"chart.js": "^3.8.0",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"firebase": "^9.6.7",
"framer-motion": "^4.0.0",
"hammerjs": "^2.0.8",
"html-to-draftjs": "^1.5.0",
"json-schema": "^0.4.0",
"lodash": "^4.17.21",
"luxon": "^3.0.1",
"parse-full-name": "^1.2.6",
"prism-react-renderer": "^1.3.5",
"qrcode.react": "^3.0.1",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-error-boundary": "^3.1.4",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.33.1",
"react-icons": "^3.0.0",
"react-letter": "^0.3.1",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-table": "^7.7.0",
"typescript": "^4.3.5",
"use-axios-client": "^2.0.0",
"victory-pie": "^36.5.3",
"web-vitals": "^0.2.2"
},
"resolutions": {
"chakra-react-select": "^4.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src/ --fix; stylelint src/**/*.css --fix; prettier src/ --write"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@hex-labs/eslint-config-react": "^1.3.1",
"@hex-labs/prettier-config": "^1.3.1",
"@hex-labs/stylelint-config": "^1.3.1",
"@types/html-to-draftjs": "^1.4.0",
"@types/react-helmet": "^6.1.5",
"eslint": "^8.29.0",
"prettier": "^2.8.1",
"stylelint": "^14.16.0"
},
"eslintConfig": {
"extends": "@hex-labs/eslint-config-react"
},
"prettier": "@hex-labs/prettier-config",
"stylelint": {
"extends": "@hex-labs/stylelint-config"
}
}