-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
134 lines (134 loc) · 3.79 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
126
127
128
129
130
131
132
133
134
{
"name": "@invoiceninja/ui",
"version": "24.10.2024.1",
"private": true,
"dependencies": {
"@azure/msal-browser": "^3.0.1",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.7.19",
"@headlessui/tailwindcss": "^0.1.3",
"@hello-pangea/dnd": "^16.2.0",
"@monaco-editor/react": "^4.4.6",
"@react-oauth/google": "^0.9.0",
"@reduxjs/toolkit": "^1.9.1",
"@sentry/react": "^7.77.0",
"@sentry/tracing": "^7.77.0",
"@tinymce/tinymce-react": "^5.0.1",
"@tippyjs/react": "^4.2.6",
"antd": "^5.6.1",
"array-move": "^4.0.0",
"axios": "^0.27.2",
"classnames": "^2.3.2",
"collect.js": "^4.34.3",
"currency.js": "^2.0.4",
"dayjs": "^1.11.7",
"deep-object-diff": "^1.1.9",
"dompurify": "^3.1.3",
"dotenv": "^16.0.3",
"formik": "^2.2.9",
"hex-color-regex": "^1.1.0",
"history": "^5.3.0",
"i18next": "^22.1.4",
"jotai": "^2.0.3",
"js-sha256": "^0.11.0",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"playwright": "^1.44.0",
"pretty-bytes": "^6.0.0",
"pusher-js": "^8.4.0-rc2",
"randexp": "^0.5.3",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-date-range": "^1.4.0",
"react-datepicker": "^4.11.0",
"react-debounce-input": "^3.3.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-feather": "^2.0.10",
"react-hot-toast": "^2.4.0",
"react-i18next": "^12.1.1",
"react-icons": "^4.7.1",
"react-json-tree": "^0.18.0",
"react-markdown": "^9.0.1",
"react-number-format": "^5.4.2",
"react-phone-number-input": "^3.2.23",
"react-qr-code": "^2.0.8",
"react-query": "^3.39.2",
"react-redux": "^8.0.5",
"react-resizable-panels": "^2.0.12",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.4.4",
"react-select": "^5.7.0",
"react-string-replace": "^1.1.0",
"react-turnstile": "^1.1.2",
"react-use": "^17.4.0",
"react-verification-input": "^3.3.0",
"recharts": "^2.1.16",
"rehype-raw": "^7.0.0",
"remove": "^0.1.5",
"socket.io-client": "^4.7.5",
"styled-components": "^6.0.7",
"tailwind-scrollbar": "^3.0.0",
"uuid": "^9.0.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"format": "prettier --write src/",
"lint": "eslint src --max-warnings=0",
"test": "jest",
"clear-cache": "jest --clearCache",
"prepare": "husky install",
"preview": "vite preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@faker-js/faker": "^8.2.0",
"@playwright/test": "^1.44.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.13",
"@types/dompurify": "^3.0.5",
"@types/hex-color-regex": "^1.1.3",
"@types/jest": "^29.2.4",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.11",
"@types/react": "^18.0.26",
"@types/react-date-range": "^1.4.4",
"@types/react-datepicker": "^4.8.0",
"@types/react-dom": "^18.0.9",
"@types/socket.io-client": "^3.0.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.29.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.2",
"jest": "^29.3.1",
"postcss": "^8.4.19",
"prettier": "2.8.8",
"tailwindcss": "^3.2.4",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vite-tsconfig-paths": "^4.0.0"
},
"engines": {
"node": ">=16.0.0"
},
"engineStrict": true
}