New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alicerce-css

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alicerce-css - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.puglintrc

47

package.json
{
"name": "alicerce-css",
"version": "1.0.0",
"description": "CSS framework",
"version": "1.0.1",
"description": "Alicerse CSS framework",
"repository": {

@@ -9,2 +9,6 @@ "type": "git",

},
"engines": {
"node": ">=8"
},
"main": "src/index.js",
"author": "Luiz tanure <letanure@gmail.com>",

@@ -14,23 +18,36 @@ "license": "MIT",

"scripts": {
"build": " node scripts/index.js dev",
"build:pug": "pug ./src/*.pug --out ./docs",
"build:pug:watch": "pug ./src/*.pug --out ./docs --watch",
"lint:pug": "pug-lint ./src/*.pug --config .puglintrc",
"lint:pug:watch": "watch 'yarn lint:pug' ./src",
"build:stylus": "stylus ./src/*.styl --out ./docs --compress",
"build:stylus:watch": "stylus ./src/*.styl --out ./docs --watch --sourcemap",
"lint:stylus": "stylint ./src/*.styl --config .stylintrc",
"lint:stylus:watch": "stylint ./src/*.styl --config .stylintrc --watch",
"dev": "concurrently --kill-others \"yarn build:pug:watch\" \"yarn build:stylus:watch\" \"yarn lint:stylus:watch\" \"yarn server\"",
"server": "live-server --open=./docs --watch=\"./docs\"",
"commit": "npx git-cz",
"dev": " node scripts/index.js dev",
"semantic-release": "semantic-release",
"test": "echo test"
"test": "echo test",
"semantic-release": "semantic-release --allow-same-version",
"deploy:site": "echo deploy"
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/git": "^7.0.8",
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.7",
"@semantic-release/release-notes-generator": "^7.1.4",
"concurrently": "^4.1.0",
"git-cz": "^3.0.1",
"live-server": "^1.2.1",
"markdown-it": "^8.4.2",
"multilang-extract-comments": "^0.3.2",
"node-watch": "^0.6.1",
"pug": "^2.0.3",
"recursive-readdir": "^2.2.2",
"rimraf": "^2.6.3",
"semantic-release": "^15.13.3",
"pug-cli": "^1.0.0-alpha6",
"pug-lint": "^2.5.0",
"semantic-release": "^15.13.12",
"stylint": "^1.5.9",
"stylus": "^0.54.5",
"watch": "^1.0.2",
"yorkie": "^2.0.0"

@@ -37,0 +54,0 @@ },

@@ -1,13 +0,1 @@

[![Conventional Changelog](https://img.shields.io/badge/changelog-conventional-brightgreen.svg)](http://conventional-changelog.github.io) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
# Alicerce CSS
CSS framework
## Development
### Github
#### Commits
Commit should follow the [conventional commit format](https://conventionalcommits.org/).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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