-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) 路 665 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) 路 665 Bytes
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
{
"name": "kaggle-solutions",
"version": "2026.9.5",
"private": true,
"type": "module",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"postbuild": "node scripts/postbuild.mjs",
"preview": "astro preview",
"check": "astro check"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.1",
"astro": "^7.3.1",
"js-yaml": "^4.3.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.2",
"@types/js-yaml": "^4.0.9",
"typescript": "^5.9.3"
},
"overrides": {
"volar-service-yaml": {
"yaml-language-server": "1.22.0"
}
}
}