-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
125 lines (125 loc) · 3.75 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "rootdb",
"version": "1.0.4",
"private": true,
"dependencies": {
"@atlaskit/codemod-utils": "^4.2.4",
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration": "^1.3.1",
"@tanstack/react-table": "^8.20.6",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/dompurify": "^3.2.0",
"@types/jest": "^29.5.14",
"@types/lodash.round": "^4.0.9",
"@types/node": "^22.10.9",
"@types/react": "^18.3.3",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^18.3.5",
"@types/react-grid-layout": "^1.3.5",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.12",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@typescript-eslint/scope-manager": "^8.21.0",
"ace-builds": "^1.37.5",
"axios": "^1.7.4",
"buffer": "^6.0.3",
"chart.js": "^4.4.3",
"classnames": "^2.5.1",
"crypto-browserify": "^3.12.0",
"css-loader": "^7.1.2",
"d3": "^7.9.0",
"d3-color": "^3.1.0",
"dompurify": "^3.2.3",
"echarts": "^5.6.0",
"env-cmd": "^10.1.0",
"formik": "^2.4.6",
"highlight.js": "^11.11.1",
"i18next": "^24.2.1",
"i18next-browser-languagedetector": "^8.0.2",
"js-cookie": "^3.0.5",
"laravel-echo": "^1.19.0",
"lodash.difference": "^4.5.0",
"lodash.pull": "^4.1.0",
"lodash.round": "^4.0.4",
"match-sorter": "^8.0.0",
"pako": "^2.1.0",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primereact": "10.8.5",
"prop-types": "^15.8.1",
"pusher-js": "^8.4.0-rc2",
"quill": "^2.0.3",
"react": "^18.3.1",
"react-ace": "^13.0.0",
"react-app-rewired": "^2.2.1",
"react-csv": "^2.2.2",
"react-dom": "^18.3.1",
"react-grid-layout": "^1.5.0",
"react-hanger": "^2.4.5",
"react-i18next": "^15.4.0",
"react-icons": "^5.4.0",
"react-refresh": "^0.16.0",
"react-render": "^4.0.0",
"react-resize-detector": "^12.0.2",
"react-router-dom": "^7.1.3",
"react-scripts": "^5.0.1",
"react-toastify": "^11.0.3",
"react-tracked": "^2.0.1",
"react-transition-group": "^4.4.5",
"react-virtual": "^2.10.4",
"sass": "^1.83.4",
"sass-loader": "^16.0.4",
"stream-browserify": "^3.0.0",
"use-reducer-async": "^2.1.1",
"yup": "^1.6.1"
},
"scripts": {
"build": "react-scripts build",
"build-dev": "env-cmd -f .env.dev react-app-rewired build",
"cypress:open": "cypress open",
"eject-dev": "env-cmd -f .env.dev react-scripts eject",
"start-dev": "yarn install && env-cmd -f .env.dev react-app-rewired start",
"test-dev": "env-cmd -f .env.dev react-app-rewired test",
"build-prod": "env-cmd -f .env.prod npm run build"
},
"eslintConfig": {
"extends": "react-app",
"plugins": [
"react-hooks"
],
"rules": {
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/eslint-parser": "^8.0.0-alpha.15",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-react": "^8.0.0-alpha.15",
"@babel/preset-typescript": "^7.26.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@types/js-cookie": "^3.0.6",
"cypress": "^14.0.0",
"eslint": "^9.18.0",
"eslint-config-react-app": "^7.0.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0"
},
"packageManager": "[email protected]"
}