forked from TAP-GGC/tap-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.74 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.74 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
{
"name": "astro-agnosticui-loaders",
"version": "0.0.1",
"author": "Rob Levin",
"license": "Apache 2.0",
"homepage": "https://github.com/AgnosticUI/agnosticui/playgrounds/Loaders",
"description": "Example Astro / AgnosticUI Loaders component starter page",
"repository": {
"type": "git",
"url": "https://github.com/AgnosticUI/agnosticui/playgrounds/Loaders"
},
"scripts": {
"dev": "astro dev --experimental-integrations",
"start": "astro dev --experimental-integrations",
"build": "astro build --experimental-integrations",
"preview": "astro preview --experimental-integrations",
"astro": "astro"
},
"keywords": [
"astro-component"
],
"devDependencies": {
"@astrojs/vue": "^4.5.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.7",
"agnosticui-astro": "^0.0.1",
"astro": "^4.16.6",
"eslint": "^8.52.0"
},
"dependencies": {
"@astrojs/mdx": "^3.1.8",
"@astrojs/partytown": "^2.1.2",
"@fontsource/alfa-slab-one": "^5.0.20",
"@fontsource/cormorant-garamond": "^5.0.13",
"@fontsource/crimson-pro": "^5.0.18",
"@fontsource/ibm-plex-mono": "^5.0.13",
"@fontsource/pixelify-sans": "^5.0.3",
"@fontsource/source-code-pro": "^5.0.18",
"@fontsource/source-sans-pro": "^5.0.8",
"@fontsource/spectral": "^5.0.13",
"@fontsource/work-sans": "^5.0.18",
"agnostic-astro": "^0.0.10",
"agnostic-react": "^0.1.32",
"agnostic-svelte": "^1.1.27",
"agnostic-vue": "^1.1.3",
"lightgallery": "^2.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sharp": "^0.34.1",
"svelte": "^4.2.2",
"uuid": "^8.3.2",
"vest": "^4.6.11",
"vue": "^3.2.31",
"vueperslides": "^3.6.0"
}
}