UNPKG

liberte

Version:

Liberté is a react type script project has built with CRA and run with webpack dev server, so you can add your custom webpack config without "react-script eject".

33 lines (32 loc) • 686 B
{ "name": "@liberte/build", "version": "1.0.9", "description": "liberte cli", "main": "bin/index.js", "files": [ "node_modules" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "liberte-build": "bin/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/mehrnooshbahmani/liberte.git" }, "keywords": [ "react", "cli", "webpack", "liberte" ], "author": "Mehrnoosh Bahmani", "license": "ISC", "bugs": { "url": "https://github.com/mehrnooshbahmani/liberte/issues" }, "homepage": "https://github.com/mehrnooshbahmani/liberte#readme", "devDependencies": {} }