Files

20 lines
698 B
JSON
Raw Permalink Normal View History

2019-06-29 15:45:48 +03:00
{
"name": "Angular",
"version": "1.0.0",
2019-07-01 21:50:16 +10:00
"shortdescription": "Angular 8 template (Requires node 10.8+)",
2019-06-29 15:45:48 +03:00
"description": "Angular projects w/ @angular/cli - Note: in order to reach the cli use npx like this: npx ng",
"dependencies": [
2019-07-01 21:50:16 +10:00
{
"bin": "npx",
"help": "This template requires 'npx'. Please install with 'npm install -g npx'"
}
],
2019-06-29 15:45:48 +03:00
"install": "npm install",
"build": "npx ng build --single-bundle true --output-hashing none --prod --bundle-styles false",
"author": "bh90210 <ktc@pm.me>",
"created": "2019-06-15 18:23:48.666414555 +0300 EEST m=+223.934866008",
"frontenddir": "frontend",
2021-03-27 21:06:02 +11:00
"serve": "npm run serve",
2019-06-29 15:45:48 +03:00
"bridge": "src",
"wailsdir": ""
2019-07-01 21:50:16 +10:00
}