Update package.json
This commit is contained in:
parent
bad40e2533
commit
08283ff3e4
2 changed files with 20483 additions and 41 deletions
20519
package-lock.json
generated
20519
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,17 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "localloop-web",
|
"name": "localloop-web",
|
||||||
"version": "0.1.13",
|
"version": "0.1.13",
|
||||||
"description": "LocalLoop Web - Web interface for LocalLoop app",
|
"description": "A Web client for the LocalLoop system.",
|
||||||
"author": "",
|
"author": "",
|
||||||
"url": "http://www.peartrade.org",
|
"url": "http://www.peartrade.org",
|
||||||
"copyright": "Copyright 2017 Pear Trading Ltd",
|
"copyright": "Copyright 2021 Pear Trading Ltd",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --optimization=false",
|
"start": "ng serve --optimization=false",
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
"start:dev": "npm run start -- --configuration=dev",
|
"start:dev": "npm run start -- --configuration=dev",
|
||||||
"start:prod": "npm run start -- --configuration=production",
|
"start:prod": "npm run start -- --configuration=production",
|
||||||
"start:local": "npm run start -- --configuration=local",
|
|
||||||
"build:dev": "npm run build -- --configuration=dev",
|
"build:dev": "npm run build -- --configuration=dev",
|
||||||
"build:prod": "npm run build -- --configuration=production",
|
"build:prod": "npm run build -- --configuration=production",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
|
|
Reference in a new issue