-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
71 lines (71 loc) · 1.96 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
71
{
"name": "starfunnel",
"type": "module",
"license": "CC BY-ND 4.0",
"version": "0.1.1",
"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.7.0",
"@astrojs/mdx": "^3.1.1",
"@astrojs/netlify": "^5.3.1",
"@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.7.1",
"@astrojs/vue": "^4.5.0",
"@fontsource-variable/dm-sans": "^5.0.6",
"@nanostores/vue": "^0.10.0",
"@panzoom/panzoom": "^4.5.1",
"@remark-embedder/core": "^3.0.3",
"@remark-embedder/transformer-oembed": "^5.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@vueuse/components": "^10.11.0",
"@vueuse/integrations": "^10.11.0",
"astro": "^4.10.3",
"astro-icon": "^1.1.0",
"astro-m2dx": "^0.7.16",
"async-validator": "^4.2.5",
"body-scroll-lock": "^4.0.0-beta.0",
"convert": "^5.3.0",
"js-convert-case": "^4.2.0",
"marked": "^13.0.0",
"nanostores": "^0.10.3",
"plyr": "^3.7.8",
"rehype-external-links": "^3.0.0",
"typescript": "^5.4.5",
"vite": "^5.3.3",
"vue": "^3.4.29",
"vue3-popper": "^1.5.0",
"vue3-toastify": "^0.2.1"
},
"devDependencies": {
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.5",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.6.4",
"tailwindcss": "^3.4.4"
},
"optionalDependencies": {
"@img/sharp-linux-x64": "^0.33.4",
"@rollup/rollup-linux-x64-gnu": "4.18.0"
}
}