@mango-js/create
Version:
Create Mango apps with no build configuration
30 lines • 539 B
JSON
{
"name": "my-app",
"type": "module",
"scripts": {
"start": "mango-scripts start",
"build": "mango-scripts build",
"serve": "mango-scripts serve"
},
"devDependencies": {
"@mango-js/scripts": "^1.0.0-alpha.41",
"@mango-js/types": "^1.0.0-alpha.41"
},
"config": {
"publicUrl": "/",
"browsers": "> 0%",
"cdn": "self",
"locales": {
"default": "en",
"rtl": [
"ar"
]
},
"devServer": {
"port": 4000
},
"prodServer": {
"port": 3000
}
}
}