-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·139 lines (139 loc) · 4.45 KB
/
package.json
File metadata and controls
executable file
·139 lines (139 loc) · 4.45 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
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
{
"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": {
"@dnd-kit/core": "6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@mantine/carousel": "^8.3.14",
"@mantine/charts": "^8.3.14",
"@mantine/core": "^8.3.14",
"@mantine/dates": "^8.3.14",
"@mantine/form": "^8.3.14",
"@mantine/hooks": "^8.3.14",
"@mantine/notifications": "^8.3.14",
"@mantine/spotlight": "^8.3.14",
"@mantine/tiptap": "^8.3.14",
"@tabler/icons": "^3.36.1",
"@tabler/icons-react": "^3.36.1",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-router": "^1.158.4",
"@tanstack/router-plugin": "^1.158.4",
"@tiptap/core": "^2.27.2",
"@tiptap/extension-document": "^2.27.2",
"@tiptap/extension-link": "^2.27.2",
"@tiptap/extension-mention": "^2.27.2",
"@tiptap/extension-paragraph": "^2.27.2",
"@tiptap/extension-text": "^2.27.2",
"@tiptap/pm": "^2.27.2",
"@tiptap/react": "^2.27.2",
"@tiptap/suggestion": "^2.27.2",
"@use-gesture/react": "^10.3.1",
"@visx/gradient": "3.12.0",
"@visx/group": "3.12.0",
"@visx/hierarchy": "3.12.0",
"@visx/shape": "3.12.0",
"@vitejs/plugin-react": "^5.1.3",
"@welldone-software/why-did-you-render": "^8.0.3",
"clsx": "^2.1.1",
"crypto-js": "4.2.0",
"d3": "7.9.0",
"d3-hierarchy": "3.1.2",
"d3-shape": "3.2.0",
"dayjs": "^1.11.19",
"embla-carousel-react": "^8.6.0",
"i18next": "^25.8.4",
"i18next-browser-languagedetector": "^8.2.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.23",
"luxon": "3.7.2",
"maplibre-gl": "^4.7.1",
"motion": "^12.33.0",
"patch-package": "8.0.1",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-avatar-editor": "13.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-cookie": "^7.2.2",
"react-cool-dimensions": "3.0.1",
"react-dnd": "16.0.1",
"react-dom": "18.3.1",
"react-dropzone": "^14.4.0",
"react-i18next": "^15.7.4",
"react-map-gl": "^7.1.7",
"react-virtualized": "9.22.6",
"recharts": "^2.15.0",
"tippy.js": "^6.3.7",
"vite": "^7.3.1",
"vitest": "^3.2.0",
"zod": "3.25.76"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@types/crypto-js": "4.2.2",
"@types/jest": "^29.0.0",
"@types/lodash": "^4.17.23",
"@types/luxon": "3.7.1",
"@types/node": "^22.19.9",
"@types/react": "18.3.28",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-dom": "18.3.7",
"@types/react-modal": "3.16.3",
"@types/react-virtualized": "^9.21.28",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"@vitest/coverage-v8": "^3.2.0",
"eslint": "9.39.4",
"eslint-config-prettier": "10.1.8",
"eslint-filtered-fix": "0.3.0",
"eslint-nibble": "9.1.1",
"eslint-plugin-n": "^17.23.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^17.3.0",
"husky": "^9.1.7",
"jest": "29.7.0",
"jsdom": "^25.0.1",
"lint-staged": "^16.2.7",
"prettier": "^3.8.1",
"rimraf": "^6.1.2",
"typescript": "5.9.3"
},
"resolutions": {
"react-i18next": "^15.7.4"
}
}