-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.32 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.32 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
{
"name": "ubicate-kitdigital",
"version": "0.1.0",
"private": true,
"scripts": {
"init:db": "tsx scripts/init-db.ts",
"dev": "node scripts/run-with-env.mjs dev",
"build": "node scripts/run-with-env.mjs next build",
"start": "node scripts/run-with-env.mjs next start",
"lint": "next lint"
},
"dependencies": {
"async-mutex": "^0.5.0",
"axios": "^1.11.0",
"better-sqlite3": "^12.2.0",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"dotenv-cli": "^10.0.0",
"framer-motion": "^12.23.12",
"fuse.js": "^7.1.0",
"js-cookie": "^3.0.5",
"mapbox-gl": "^3.14.0",
"marked": "^16.2.0",
"next": "15.5.4",
"photoswipe": "^5.4.4",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"rut.js": "^2.1.0",
"tippy.js": "^6.3.7",
"winston": "^3.18.3",
"winston-syslog": "^2.7.1",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@types/better-sqlite3": "^7.6.13",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.7.2",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.7",
"@types/winston": "^2.4.4",
"@types/winston-syslog": "^2.4.3",
"@types/xml2js": "^0.4.14",
"cross-env": "^10.0.0",
"eslint": "^9.33.0",
"eslint-config-next": "15.5.4",
"tsx": "^4.20.4",
"typescript": "^5.9.2"
}
}