UNPKG

react-saasify-chrisvxd

Version:

React components for Saasify web clients.

32 lines (31 loc) 863 B
{ "name": "@parcel/fs", "version": "1.11.0", "description": "Blazing fast, zero configuration web application bundler", "main": "index.js", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/parcel-bundler/parcel.git" }, "engines": { "node": ">= 6.0.0" }, "publishConfig": { "access": "public" }, "scripts": { "test": "echo this package has no tests yet", "test-ci": "yarn build && yarn test", "format": "prettier --write \"./{src,bin,test}/**/*.{js,json,md}\"", "lint": "eslint . && prettier \"./{src,bin,test}/**/*.{js,json,md}\" --list-different", "build": "babel src -d lib", "prepublish": "yarn build" }, "dependencies": { "@parcel/utils": "^1.11.0", "mkdirp": "^0.5.1", "rimraf": "^2.6.2" }, "gitHead": "34eb91e8e6991073e594bff731c333d09b0403b5" }