UNPKG

@namefully/react

Version:
64 lines (63 loc) 1.79 kB
{ "name": "@namefully/react", "version": "1.1.2", "description": "namefully for React", "publishConfig": { "access": "public" }, "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "start": "webpack-dev-server --config webpack.dev.js", "build": "tsc && webpack --config webpack.prod.js --progress", "lint": "tslint -p tsconfig.json", "test": "echo \"NOTE: no test specified\" && exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/ralflorent/namefully-react.git" }, "keywords": [ "format", "fullname", "namefully", "react" ], "author": { "name": "Ralph Florent", "email": "ralflornt@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/ralflorent/namefully-react/issues" }, "homepage": "https://namefully.netlify.com", "dependencies": {}, "devDependencies": { "@types/react": "^16.9.25", "@types/react-dom": "^16.9.5", "clean-webpack-plugin": "^3.0.0", "css-loader": "^3.4.2", "html-webpack-plugin": "^4.0.1", "mini-css-extract-plugin": "^0.9.0", "namefully": "^1.2.0", "react": "^16.13.1", "react-dom": "^16.13.1", "source-map-loader": "^0.2.4", "terser-webpack-plugin": "^2.3.5", "ts-loader": "^6.2.1", "tslint": "^6.1.0", "typescript": "^3.8.3", "webpack": "^4.42.0", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.10.3" }, "peerDependencies": { "react": "^16.12.0", "react-dom": "^16.12.0", "namefully": "^1.2.0" } }