-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 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
{
"name": "sofiatraffic-schedules-historical-data",
"version": "1.0.0",
"description": "",
"config": {
"BASE_PATH": "https://dimitar5555.github.io/sofiatraffic-schedules-historical-data/"
},
"scripts": {
"build-commits": "node scripts/build_commits_list.js",
"build-data": "node scripts/build_data.js",
"build-dist": "node scripts/build_dist.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"bootstrap": "^5.3.5",
"dotenv": "^16.4.7",
"octokit": "^4.1.1",
"sofiatraffic-library": "github:Dimitar5555/sofiatraffic-library"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.49.0",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"sass": "^1.94.2",
"svelte": "^5.45.2",
"vite": "^7.2.4"
}
}