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".

35 lines (34 loc) • 713 B
{ "name": "@liberte/start", "version": "1.1.1", "description": "liberte cli", "main": "bin/index.js", "files": [ "node_modules" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "liberte-start": "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": { "shelljs": "^0.8.5" } }