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

vtex-tachyons

Package Overview
Dependencies
Maintainers
5
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vtex-tachyons - npm Package Compare versions

Comparing version 0.2.8 to 1.0.0

config.json

47

package.json
{
"name": "vtex-tachyons",
"version": "0.2.8",
"description": "Functional CSS for humans — customized by the VTEX team",
"author": "vtex",
"style": "css/vtex-tachyons.min.css",
"main": "css/vtex-tachyons.css",
"files": [
"css",
"src"
],
"version": "1.0.0",
"description": "This project is an **extension** of [tachyons](https://github.com/tachyons-css/tachyons). Files in `src/` add or redefine classes in `tachyons`, and the final built files bundle the original `tachyons`.",
"main": "tachyons.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

@@ -17,26 +14,7 @@ "type": "git",

"keywords": [
"css",
"oocss",
"postcss",
"functional css",
"design",
"responsive",
"performance"
"vtex",
"tachyons"
],
"author": "Breno Calazans (@klzs)",
"license": "MIT",
"contributors": [
"Daniel Fosco (http://danielfos.co)",
"Zeh Fernandes (http://zehfernandes.com)",
"Gabriel Galc (http://gabrielgalc.com)"
],
"scripts": {
"start": "npm run build:watch",
"updateMedia": "tachyons src --customMedia --variables=src/_media-queries.css --overwrite=false",
"mutations": "immutable-css src/index.css --strict",
"build": "npm run build:css && npm run build:minify",
"build:css": "tachyons src/index.css > css/vtex-tachyons.css",
"build:minify": "tachyons src/index.css -m > css/vtex-tachyons.min.css",
"build:watch": "watch 'npm run build' ./src/",
"prepare": "npm run build"
},
"bugs": {

@@ -47,9 +25,4 @@ "url": "https://github.com/vtex/vtex-tachyons/issues"

"devDependencies": {
"copy-files": "^0.1.0",
"immutable-css-cli": "^1.1.1",
"tachyons": "4.8.0",
"tachyons-modules": "^1.1.8",
"tachyons-cli": "^1.0.10",
"watch": "^1.0.1"
"tachyons-generator": "git+https://github.com/vtex/tachyons-generator.git#v0.19.1-vtex"
}
}
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