Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vitepress-sls-blog-tmpl

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vitepress-sls-blog-tmpl - npm Package Compare versions

Comparing version 0.8.8 to 0.8.9

dist/styles.css

33

package.json
{
"name": "vitepress-sls-blog-tmpl",
"version": "0.8.8",
"version": "0.8.9",
"description": "Vitepress custom theme for blog SLS and others",
"type": "module",
"main": "src/index.js",
"author": "(Ivan Kozyrin <ipkozyrin@gmail.com>)",
"license": "MIT",
"scripts": {},
"scripts": {
"build": "tailwindcss --minify -i ./src/tailwind.css -o ./dist/styles.css",
"postinstall": "npm run build"
},
"exports": {
".": "./src/index.js",
"./styles.css": "./dist/styles.css",
"./green-theme.css": "./src/green-theme.css",
"./constants.js": "./src/constants.js",
"./blogConfigBase.js": "./src/configs/blogConfigBase.js",
"./blogConfigHelper.js": "./src/helpers/blogConfigHelper.js",
"./helpers.js": "./src/helpers/helpers.js",
"./makeListParams.js": "./src/helpers/makeListParams.js",
"./makePreviewItem.js": "./src/helpers/makePreviewItem.js",
"./UtilPageContent.vue": "./src/components/UtilPageContent.vue",
"./HomeHero.vue": "./src/components/home/HomeHero.vue",
"./HomePageTags.vue": "./src/components/home/HomePageTags.vue",
"./AllTagsList.vue": "./src/components/list/AllTagsList.vue",
"./AuthorDetails.vue": "./src/components/list/AuthorDetails.vue",
"./Authors.vue": "./src/components/list/Authors.vue",
"./MonthPostsList.vue": "./src/components/list/MonthPostsList.vue",
"./MonthsOfYear.vue": "./src/components/list/MonthsOfYear.vue",
"./RecentList.vue": "./src/components/list/RecentList.vue",
"./TagPostsList.vue": "./src/components/list/TagPostsList.vue",
"./Years.vue": "./src/components/list/Years.vue"
},
"dependencies": {

@@ -14,5 +38,7 @@ "@iconify/vue": "^4.1.2",

"@vueuse/components": "^10.11.0",
"autoprefixer": "^10.4.19",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"lodash.template": "^4.5.0",
"postcss": "^8.4.39",
"rehype-external-links": "^3.0.0",

@@ -24,2 +50,3 @@ "rehype-stringify": "^10.0.0",

"strip-markdown": "^6.0.0",
"tailwindcss": "^3.4.6",
"vitepress": "^1.3.1",

@@ -26,0 +53,0 @@ "vue": "^3.4.33"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc