react-lanes
Version:
Trello-like lanes for React
37 lines (36 loc) • 1 kB
JSON
{
"name": "react-lanes",
"version": "0.1.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "NODE_ENV=production babel src -d dist",
"prepublish": "npm run build",
"predeploy": "NODE_ENV=production parcel build demo/index.html -d react-lanes --no-minify",
"demo": "NODE_ENV=development parcel demo/index.html -d react-lanes",
"deploy": "gh-pages -d react-lanes"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carlbarrdahl/react-lanes.git"
},
"keywords": [
"react",
"trello",
"lanes"
],
"author": "Carl Barrdahl <carlbarrdahl@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/carlbarrdahl/react-lanes/issues"
},
"homepage": "https://github.com/carlbarrdahl/react-lanes",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.0",
"gh-pages": "^1.1.0",
"parcel-bundler": "^1.0.3",
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}