|
@@ -1,12 +1,13 @@
|
|
|
{
|
|
{
|
|
|
"name": "polirural-attractiveness-clustering",
|
|
"name": "polirural-attractiveness-clustering",
|
|
|
- "version": "0.3.1",
|
|
|
|
|
|
|
+ "version": "0.4.0",
|
|
|
"description": "Rural attractiveness application",
|
|
"description": "Rural attractiveness application",
|
|
|
"main": "build/index.html",
|
|
"main": "build/index.html",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"build": "ng build --configuration production",
|
|
"build": "ng build --configuration production",
|
|
|
"build-dev": "ng build",
|
|
"build-dev": "ng build",
|
|
|
"dev": "npm run start-dev",
|
|
"dev": "npm run start-dev",
|
|
|
|
|
+ "ng": "ng",
|
|
|
"serve": "npm run start-dev",
|
|
"serve": "npm run start-dev",
|
|
|
"start": "npx http-server ./build -p 8080",
|
|
"start": "npx http-server ./build -p 8080",
|
|
|
"start-dev": "ng serve --configuration production --disable-host-check",
|
|
"start-dev": "ng serve --configuration production --disable-host-check",
|