-
Notifications
You must be signed in to change notification settings - Fork 118
/
package.json
70 lines (70 loc) · 2.26 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "nebulix",
"type": "module",
"license": "CC BY-ND 4.0",
"version": "0.1.9",
"keywords": [
"astro",
"Static CMS",
"Vue 3",
"mdx",
"markdown"
],
"description": "Fast & Green Theme Based on Astro + Static CMS. A Universe of Possibilities: Blogs, Portfolios, Menus, Webshop & Beyond",
"scripts": {
"postbuild": "pagefind --site dist --output-path dist/_pagefind",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"cms-proxy-server": "npx @staticcms/proxy-server",
"dev:demo": "cross-env BLOG_SLUG=blog PORTFOLIO_SLUG=work SHOP_SLUG=shop MENU_SLUG=menu WEBSITE_LANGUAGE=en CURRENCY=USD UNITS=metric NODE_VERSION=18 SNIPCART_KEY=ZDVjZmQwYmUtMzNlYy00OGEyLTkxMTItMTg4YTI5NGQxN2I3NjM4MjgzOTQyMzA2MTM1NjI1 astro dev"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/mdx": "^2.0.4",
"@astrojs/rss": "^4.0.2",
"@astrojs/sitemap": "^3.0.4",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vue": "^4.0.8",
"@fontsource-variable/inter-tight": "^5.0.19",
"@nanostores/vue": "^0.10.0",
"@panzoom/panzoom": "^4.5.1",
"@remark-embedder/core": "^3.0.2",
"@remark-embedder/transformer-oembed": "^3.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@vueuse/components": "^10.7.2",
"@vueuse/core": "^10.7.2",
"@vueuse/integrations": "^10.7.2",
"astro": "^4.1.2",
"astro-critters": "^2.0.11",
"astro-icon": "^1.0.2",
"astro-imagetools": "^0.9.0",
"astro-m2dx": "^0.7.16",
"async-validator": "^4.2.5",
"body-scroll-lock": "^4.0.0-beta.0",
"convert": "^4.14.1",
"js-convert-case": "^4.2.0",
"marked": "^11.1.1",
"nanostores": "^0.9.5",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vue": "^3.4.13",
"vue3-popper": "^1.5.0",
"vue3-toastify": "^0.2.1"
},
"devDependencies": {
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"astro-compress": "2.2.7",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"pagefind": "^1.0.4",
"postcss-import": "^16.0.0",
"postcss-nesting": "^12.0.2",
"prettier": "^3.2.2",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-tailwindcss": "^0.5.11"
}
}