forked from unfolding-io/StarFunnel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.89 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
{
"name": "starfunnel",
"type": "module",
"license": "CC BY-ND 4.0",
"version": "0.1.0",
"keywords": [
"astro",
"Static CMS",
"Vue 3",
"mdx",
"markdown"
],
"description": "Fast & Green Sales Funnel Theme Based on Astro + Static CMS. ",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"cms-proxy-server": "npx @staticcms/proxy-server"
},
"dependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/mdx": "^1.1.5",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@astrojs/vue": "^3.0.4",
"@fontsource-variable/dm-sans": "^5.0.3",
"@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.6.1",
"@vueuse/integrations": "^10.6.1",
"astro": "^3.5.5",
"astro-compress": "^2.2.3",
"astro-critters": "^2.0.11",
"astro-icon": "^0.8.1",
"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.0",
"js-convert-case": "^4.2.0",
"marked": "^10.0.0",
"nanostores": "^0.9.5",
"plyr": "^3.7.8",
"rehype-external-links": "^3.0.0",
"typescript": "^5.3.2",
"vue": "^3.3.8",
"vue3-popper": "^1.5.0",
"vue3-toastify": "^0.1.14"
},
"devDependencies": {
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.1",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5"
}
}