UNPKG

react-fcctest

Version:

JavaScript freeCodeCamp Test Suite plugin

56 lines (55 loc) 1.46 kB
{ "name": "react-fcctest", "version": "2.0.3", "description": "JavaScript freeCodeCamp Test Suite plugin", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack-dev-server --mode development", "transpile": "babel src -d dist --copy-files", "prepublishOnly": "npm run transpile", "build": "webpack --mode production", "deploy": "gh-pages -d demo/dist", "publish-demo": "npm run build && npm run deploy" }, "repository": { "type": "git", "url": "git+https://github.com/Usheninte/react-fcctest.git" }, "keywords": [ "freeCodeCamp", "fCC", "Test", "Suite", "JavaScript", "ES6", "plugin" ], "author": "Usheninte", "license": "MIT", "peerDependencies": { "react": "^16.3.0", "react-dom": "^16.3.0" }, "bugs": { "url": "https://github.com/Usheninte/react-fcctest/issues" }, "homepage": "https://github.com/Usheninte/react-fcctest#readme", "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@babel/preset-env": "^7.12.1", "@babel/preset-react": "^7.12.1", "babel-loader": "^7.1.4", "css-loader": "^3.0.0", "gh-pages": "^1.2.0", "html-webpack-plugin": "^3.2.0", "style-loader": "^0.20.3", "webpack": "^4.17.2", "webpack-cli": "^3.1.0", "webpack-dev-server": ">=3.1.11" }, "dependencies": { "react-helmet": "^5.2.0" } }