-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
137 lines (137 loc) · 4.47 KB
/
Copy pathpackage.json
File metadata and controls
137 lines (137 loc) · 4.47 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
{
"name": "grapa",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "docker compose up",
"start:prod": "NODE_ENV=production node --no-warnings --experimental-specifier-resolution=node --import=tsx src/server/index.ts",
"start:test": "NODE_ENV=test node --import=tsx src/server/index.ts",
"start:dev": "NODE_ENV=development concurrently \"nodemon --exec node --no-warnings --experimental-specifier-resolution=node --import=tsx src/server/index.ts\" \"vite\"",
"test": "DATABASE_URL=postgres://postgres:postgres@localhost:5433/postgres vitest run --project server",
"test:watch": "vitest --project server",
"test:front": "vitest run --project client",
"test:front:watch": "DEBUG_PRINT_LIMIT=100000 vitest --project client",
"test:integration": "NODE_ENV=test PORT=8001 DATABASE_URL=postgres://postgres:postgres@localhost:5433/postgres vitest run --project integration",
"test:integration:watch": "NODE_ENV=test PORT=8001 DATABASE_URL=postgres://postgres:postgres@localhost:5433/postgres vitest --project integration",
"lint": "oxlint",
"typecheck": "tsc --noEmit",
"format": "prettier --write '**/*.{ts,tsx,json,css,md}'",
"build": "DISABLE_ESLINT_PLUGIN=true vite build",
"manage": "node scripts/manage.js",
"check:migrations": "node scripts/analyzeMigrationNames.js",
"check:translations": "node scripts/analyzeTranslations.js",
"db:shell": "docker exec -it grapa_db psql -U postgres",
"prepare": "husky"
},
"dependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@fontsource/roboto": "5.3.0",
"@mui/icons-material": "9.2.0",
"@mui/material": "9.2.0",
"@mui/x-date-pickers": "9.10.0",
"@sentry/browser": "10.67.0",
"@sentry/node": "10.67.0",
"@tanstack/react-form": "1.33.5",
"@tanstack/react-query": "5.101.3",
"@tanstack/react-query-devtools": "5.101.3",
"@tanstack/react-table": "8.21.3",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"axios": "1.18.1",
"connect-redis": "9.0.0",
"cors": "2.8.6",
"dayjs": "1.11.21",
"diff": "9.0.0",
"dotenv": "17.4.2",
"echarts": "6.1.0",
"echarts-for-react": "3.0.6",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"express": "5.2.1",
"express-session": "1.19.0",
"i18next": "26.3.6",
"jest-extended": "7.0.0",
"lodash-es": "4.18.1",
"minimist": "^1.2.8",
"morgan": "1.11.0",
"multer": "2.2.0",
"node-cron": "4.6.0",
"notistack": "3.0.2",
"npm": "12.0.1",
"oauth4webapi": "^3.8.6",
"openid-client": "5.6.5",
"passport": "0.7.0",
"pg": "8.22.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-dropzone-esm": "15.2.0",
"react-i18next": "17.0.10",
"react-markdown": "10.1.0",
"react-router-dom": "7.18.1",
"redis": "^6.1.0",
"remark-breaks": "4.0.0",
"remark-gfm": "4.0.1",
"sequelize": "6.37.8",
"umzug": "3.8.3",
"uuid": "14.0.1",
"winston": "3.19.0",
"winston-loki": "6.1.5",
"zod": "4.4.3"
},
"devDependencies": {
"@testing-library/jest-dom": "6.9.1",
"@types/connect-redis": "0.0.23",
"@types/cors": "2.8.19",
"@types/express": "5.0.6",
"@types/express-session": "1.19.0",
"@types/lodash-es": "4.17.12",
"@types/morgan": "1.9.10",
"@types/multer": "2.2.0",
"@types/node": "26.1.1",
"@types/node-cron": "3.0.11",
"@types/passport": "1.0.17",
"@types/react-dom": "19.2.3",
"@types/react-router-dom": "5.3.3",
"@types/supertest": "7.2.1",
"@vitejs/plugin-react": "6.0.1",
"@vitest/ui": "4.1.10",
"concurrently": "10.0.3",
"globals": "^17.7.0",
"husky": "9.1.7",
"jsdom": "30.0.1",
"nodemon": "3.1.14",
"oxlint": "1.74.0",
"oxlint-tsgolint": "0.25.0",
"prettier": "3.9.6",
"sequelize-cli": "6.6.5",
"supertest": "7.2.2",
"tsx": "^4.23.1",
"typescript": "7.0.2",
"vite": "8.1.5",
"vitest": "4.1.10"
},
"prettier": {
"trailingComma": "es5",
"semi": false,
"singleQuote": true
},
"lint-staged": {
"src/**/*.{ts,tsx}": "oxlint --no-error-on-unmatched-pattern",
"**/*.{ts,tsx,json,css,md}": "prettier --write"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:8000"
}