-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
159 lines (159 loc) · 5.14 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "librephotos-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"lint:warn": "eslint --cache \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:error": "eslint --cache --quiet \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:error:fix": "eslint --quiet \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:warning:fix": "eslint --cache --quiet \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"start": "vite",
"build": "vite build",
"test": "vitest --watch=false",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage --watch=false",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"prepare": "husky install",
"postinstall": "patch-package",
"eslint-fix-interactive": "eslint-nibble --fixable-only \"./src/**/*.{js,jsx,ts,tsx}\"",
"eslint-fix-specified": "eslint-filtered-fix \"./src/**/*.{js,jsx,ts,tsx}\" --rule import/no-duplicates"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"yarn prettier --config ./prettier.config.cjs --write",
"yarn eslint --cache --quiet -c ./.eslint.config.mjs"
],
"*.{json,css,scss,md}": [
"yarn prettier --config ./prettier.config.cjs --write"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"dependencies": {
"@emotion/react": "^11.11.4",
"@mantine/core": "6.0.22",
"@mantine/dates": "6.0.22",
"@mantine/form": "6.0.22",
"@mantine/hooks": "6.0.22",
"@mantine/notifications": "6.0.22",
"@mantine/tiptap": "6.0.22",
"@reduxjs/toolkit": "2.2.6",
"@tabler/icons-react": "^3.0.0",
"@tiptap/core": "^2.3.2",
"@tiptap/extension-document": "^2.3.2",
"@tiptap/extension-link": "^2.3.2",
"@tiptap/extension-mention": "^2.3.2",
"@tiptap/extension-paragraph": "^2.3.2",
"@tiptap/extension-text": "^2.3.2",
"@tiptap/pm": "^2.3.2",
"@tiptap/react": "^2.3.2",
"@tiptap/suggestion": "^2.3.2",
"@use-gesture/react": "^10.3.1",
"@visx/gradient": "3.3.0",
"@visx/group": "3.3.0",
"@visx/hierarchy": "3.3.0",
"@visx/shape": "3.5.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@welldone-software/why-did-you-render": "^8.0.0",
"crypto-js": "4.2.0",
"d3": "7.9.0",
"d3-hierarchy": "3.1.2",
"d3-shape": "3.2.0",
"dayjs": "1.11.13",
"font-awesome": "4.7.0",
"history": "5.3.0",
"i18next": "23.11.5",
"i18next-browser-languagedetector": "7.2.1",
"jwt-decode": "3.1.2",
"leaflet": "1.9.4",
"leaflet.markercluster": "^1.3.0",
"lodash": "4.17.21",
"luxon": "3.4.4",
"patch-package": "8.0.0",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-avatar-editor": "13.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-cookie": "6.1.3",
"react-cool-dimensions": "3.0.1",
"react-d3-graph": "npm:librephotos-react-d3-graph@3.0.0",
"react-dnd": "16.0.1",
"react-dom": "18.3.1",
"react-dropzone": "14.2.3",
"react-i18next": "13.5.0",
"react-leaflet": "^1.9.1",
"react-leaflet-markercluster": "^1.1.8",
"react-player": "2.16.0",
"react-redux": "8.1.3",
"react-router-dom": "6.23.1",
"react-sortable-tree": "2.8.0",
"react-sortable-tree-theme-file-explorer": "2.0.0",
"react-spring": "^9.2.3",
"react-virtualized": "9.22.5",
"react-vis": "1.12.1",
"redux": "4.2.1",
"redux-first-history": "5.2.0",
"redux-persist": "6.0.0",
"redux-persist-transform-filter": "0.0.22",
"rumble-charts": "5.0.0",
"source-map-explorer": "2.5.3",
"tippy.js": "^6.3.7",
"vite": "^5.0.12",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.1",
"zod": "3.23.8"
},
"devDependencies": {
"@babel/eslint-parser": "7.24.8",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/crypto-js": "4.2.2",
"@types/jest": "^29.0.0",
"@types/lodash": "4.17.7",
"@types/luxon": "3.4.2",
"@types/node": "18.19.47",
"@types/react": "18.3.3",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-d3-graph": "^2.6.7",
"@types/react-dom": "18.3.0",
"@types/react-leaflet": "^2.0.0",
"@types/react-modal": "3.16.3",
"@types/react-redux": "7.1.33",
"@types/react-virtualized": "^9.21.28",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@vitest/coverage-v8": "^1.2.1",
"eslint": "9.6.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-node": "4.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-recommended": "4.1.0",
"eslint-filtered-fix": "0.3.0",
"eslint-nibble": "8.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"globals": "^15.8.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jsdom": "^24.0.0",
"lint-staged": "14.0.1",
"prettier": "3.3.3",
"rimraf": "5.0.9",
"source-map-loader": "4.0.2",
"ts-loader": "9.5.1",
"typescript": "5.4.5"
},
"resolutions": {
"react-i18next": "13.5.0"
}
}