{ "name": "react-templates", "version": "0.6.1", "description": "Light weight templates for react -> write html get valid react code", "main": "./dist/cli.js", "bin": { "rt": "./bin/rt.js" }, "scripts": { "build": "npm run lint && npm run test", "lint": "eslint .", "test1": "babel-node test/src/test.js", "test": "mocha test/src/**/*.unit.js", "test-cov": "nyc mocha -- test/src/**/*.unit.js --require test/support/env --reporter dot --check-leaks test/ test/acceptance/", "patch": "npm version patch -m\"update version to %s\" && git push && git push --tags", "minor": "npm version minor -m\"update version to %s\" && git push && git push --tags", "major": "npm version major -m\"update version to %s\" && git push && git push --tags", "buildwp": "webpack --config webpack-production.config.js --progress --profile --colors", "babel": "rm -rf dist && babel src/ --out-dir dist", "all": "npm run lint && npm run test", "prepublish": "npm run babel" }, "repository": { "type": "git", "url": "git://github.com/wix/react-templates.git" }, "author": "Avi Marcus", "license": "MIT", "bugs": { "url": "https://github.com/wix/react-templates/issues" }, "files": [ "dist", "bin" ], "homepage": "https://github.com/wix/react-templates", "dependencies": { "chalk": "^2.4.1", "cheerio": "^0.22.0", "css": "^2.2.3", "escodegen": "^1.9.1", "esprima": "^4.0.0", "glob": "^7.1.2", "lodash": "^4.17.10", "normalize-html-whitespace": "^0.2.0", "nyc": "^11.7.1", "optionator": "^0.8.2", "text-table": "^0.2.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.4", "babel-preset-es2015": "^6.24.1", "brace": "^0.11.1", "brfs": "^1.6.1", "coveralls": "^3.0.1", "eslint": "^4.19.1", "eslint-config-wix-editor": "^2.1.0", "eslint-plugin-lodash": "^2.7.0", "eslint-plugin-react": "^7.7.0", "eslint-plugin-wix-editor": "^1.1.1", "grunt": "^1.0.2", "grunt-babel": "^7.0.0", "grunt-browserify": "5.3.0", "grunt-contrib-requirejs": "^1.0.0", "grunt-contrib-uglify": "^3.3.0", "grunt-contrib-watch": "1.0.1", "grunt-eslint": "^20.1.0", "istanbul": "^0.4.5", "json-loader": "^0.5.7", "mocha": "^5.1.1", "react": "15.3.2", "react-dom": "15.3.2", "react-native": "0.45.1", "webpack": "^4.7.0" }, "keywords": [ "templates", "react-templates", "react", "reactjs", "react.js", "react-component", "react component" ] }