-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 954 Bytes
/
package.json
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
{
"name": "tempo-run-astro",
"description": "Starter Kit for Astro!",
"main": "README.md",
"type": "module",
"version": "1.6.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.3",
"@astrojs/partytown": "^2.1.3",
"@googlemaps/js-api-loader": "^1.16.8",
"accordion-js": "^3.4.0",
"astro": "5.4.1",
"sass": "^1.85.1",
"swiper": "^11.2.4",
"tom-select": "^2.4.3"
},
"devDependencies": {
"@astrojs/sitemap": "^3.2.1",
"astro-robots-txt": "^1.0.0",
"vite-plugin-mkcert": "^1.17.7"
},
"keywords": [
"Astro",
"Starter",
"Kit",
"Template"
],
"author": "Marvin Schmidt",
"license": "ISC",
"bugs": {
"url": "https://github.com/slaetthult/TempoRun/issues"
},
"homepage": "https://github.com/slaetthult/TempoRun#readme"
}