-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.03 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 3.03 KB
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": "web-ui",
"version": "0.8.17",
"private": true,
"type": "module",
"dependencies": {
"@braintree/sanitize-url": "^7.1.0",
"@date-io/date-fns": "^1.3.13",
"@emotion/jest": "^11.5.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@mui/icons-material": "^6.4.7",
"@mui/lab": "^6.0.0-beta.30",
"@mui/material": "^6.4.7",
"@mui/styled-engine-sc": "^6.4.6",
"@mui/styles": "^6.4.7",
"@mui/x-date-pickers": "^7.27.3",
"@tinymce/tinymce-react": "^5.0.0",
"axios": "^1.8.2",
"canvas-confetti": "^1.6.0",
"date-fns": "^2.24.0",
"dayjs": "^1.11.11",
"dompurify": "^3.2.4",
"emoji-picker-react": "^4.12.2",
"fuse.js": "^6.4.6",
"html-react-parser": "^5.1.12",
"isomorphic-fetch": "^3.0.0",
"js-cookie": "^3.0.5",
"js-file-download": "^0.4.12",
"lodash": "^4.17.21",
"mjml": "^5.0.0-alpha.4",
"mjml-browser": "^5.0.0-alpha.4",
"qs": "^6.14.1",
"query-string": "^7.0.1",
"raf": "^3.4.1",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^3.1.3",
"react-jss": "^10.4.0",
"react-modal": "^3.14.3",
"react-router-dom": "^5.3.0",
"recharts": "^2.12.4",
"reselect": "^4.0.0",
"styled-components": "^6.1.8"
},
"scripts": {
"build-ladle": "ladle build",
"build": "vite build",
"coverage": "vitest run --coverage --watch=false",
"format": "prettier --write 'src/**/*.{css,html,js,jsx,ts,tsx}'",
"ladle": "ladle serve",
"lint": "eslint --fix --quiet",
"serve": "vite preview",
"start": "vite",
"test": "vitest",
"update-test": "vitest -u",
"prepare": "cd .. && husky web-ui/.husky"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@ladle/react": "^5.0.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-swc": "^3.8.0",
"@vitest/coverage-v8": "^3.0.8",
"eslint": "^9.22.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-vitest": "^0.5.4",
"globals": "^16.0.0",
"husky": "^9.1.7",
"jsdom": "^26.0.0",
"msw": "^2.7.3",
"prettier": "3.5.3",
"prop-types": "^15.8.1",
"react-test-renderer": "^18.3.1",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.1",
"vite": "^6.2.7",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.8",
"vitest-fetch-mock": "^0.4.5"
}
}