mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
clean task for demo
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
],
|
],
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"clean": "rm -rf dist node_modules typings",
|
||||||
"postinstall": "npm run typings && npm run build",
|
"postinstall": "npm run typings && npm run build",
|
||||||
"typings": "typings install",
|
"typings": "typings install",
|
||||||
"start": "rm -rf dist && npm install && npm run server",
|
"start": "rm -rf dist && npm install && npm run server",
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"clean": "rm -rf dist node_modules typings",
|
||||||
"typings": "typings install",
|
"typings": "typings install",
|
||||||
"postinstall": "npm run typings && npm run build",
|
"postinstall": "npm run typings && npm run build",
|
||||||
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",
|
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",
|
||||||
@@ -32,7 +33,6 @@
|
|||||||
"rxjs": "5.0.0-beta.6",
|
"rxjs": "5.0.0-beta.6",
|
||||||
"zone.js": "^0.6.12",
|
"zone.js": "^0.6.12",
|
||||||
"angular2-in-memory-web-api": "0.0.12",
|
"angular2-in-memory-web-api": "0.0.12",
|
||||||
|
|
||||||
"material-design-icons": "^2.2.3",
|
"material-design-icons": "^2.2.3",
|
||||||
"material-design-lite": "^1.1.3",
|
"material-design-lite": "^1.1.3",
|
||||||
"ng2-alfresco-documentlist": "^0.1.16",
|
"ng2-alfresco-documentlist": "^0.1.16",
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"clean": "rm -rf dist node_modules typings",
|
||||||
"typings": "typings install",
|
"typings": "typings install",
|
||||||
"postinstall": "npm run typings && npm run build",
|
"postinstall": "npm run typings && npm run build",
|
||||||
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",
|
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"clean": "rm -rf dist node_modules typings",
|
||||||
"postinstall": "npm run typings && npm run build",
|
"postinstall": "npm run typings && npm run build",
|
||||||
"typings": "typings install",
|
"typings": "typings install",
|
||||||
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",
|
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"clean": "rm -rf dist node_modules typings",
|
||||||
"typings": "typings install",
|
"typings": "typings install",
|
||||||
"postinstall": "npm run typings && npm run build",
|
"postinstall": "npm run typings && npm run build",
|
||||||
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",
|
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",
|
||||||
|
@@ -1,62 +1,62 @@
|
|||||||
{
|
{
|
||||||
"name": "ng2-alfresco-viewer-demo",
|
"name": "ng2-alfresco-viewer-demo",
|
||||||
"description": "Alfresco Angular2 Viewer - Demo",
|
"description": "Alfresco Angular2 Viewer - Demo",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"typings": "typings install",
|
"clean": "rm -rf dist node_modules typings",
|
||||||
"postinstall": "npm run typings && npm run build",
|
"typings": "typings install",
|
||||||
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",
|
"postinstall": "npm run typings && npm run build",
|
||||||
"server": "node browser-sync-config.js",
|
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",
|
||||||
"build": "npm run tslint && rm -rf dist && tsc",
|
"server": "node browser-sync-config.js",
|
||||||
"build:w": "npm run tslint && rm -rf dist && tsc -w",
|
"build": "npm run tslint && rm -rf dist && tsc",
|
||||||
"tslint": "npm run tslint-src && npm run tslint-root",
|
"build:w": "npm run tslint && rm -rf dist && tsc -w",
|
||||||
"tslint-src": "tslint -c tslint.json src/**/*.ts",
|
"tslint": "npm run tslint-src && npm run tslint-root",
|
||||||
"tslint-root": "tslint -c tslint.json *.ts"
|
"tslint-src": "tslint -c tslint.json src/**/*.ts",
|
||||||
|
"tslint-root": "tslint -c tslint.json *.ts"
|
||||||
|
},
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"dependencies": {
|
||||||
|
"@angular/common": "2.0.0-rc.2",
|
||||||
|
"@angular/compiler": "2.0.0-rc.2",
|
||||||
|
"@angular/core": "2.0.0-rc.2",
|
||||||
|
"@angular/http": "2.0.0-rc.2",
|
||||||
|
"@angular/platform-browser": "2.0.0-rc.2",
|
||||||
|
"@angular/platform-browser-dynamic": "2.0.0-rc.2",
|
||||||
|
"@angular/router": "2.0.0-rc.2",
|
||||||
|
"@angular/router-deprecated": "2.0.0-rc.2",
|
||||||
|
"@angular/upgrade": "2.0.0-rc.2",
|
||||||
|
"systemjs": "0.19.27",
|
||||||
|
"core-js": "^2.4.0",
|
||||||
|
"reflect-metadata": "^0.1.3",
|
||||||
|
"rxjs": "5.0.0-beta.6",
|
||||||
|
"zone.js": "^0.6.12",
|
||||||
|
"angular2-in-memory-web-api": "0.0.12",
|
||||||
|
"ng2-alfresco-viewer": "file:../",
|
||||||
|
"material-design-icons": "^2.2.3",
|
||||||
|
"material-design-lite": "^1.1.3"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"browser-sync": "^2.10.0",
|
||||||
|
"connect-history-api-fallback": "^1.2.0",
|
||||||
|
"concurrently": "^2.0.0",
|
||||||
|
"tslint": "^3.8.1",
|
||||||
|
"typescript": "^1.8.10",
|
||||||
|
"typings": "^1.0.4"
|
||||||
|
},
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Eugenio Romano",
|
||||||
|
"email": "eugenio.romano@alfresco.com"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
{
|
||||||
"dependencies": {
|
"name": "Denys Vuika",
|
||||||
"@angular/common": "2.0.0-rc.2",
|
"email": "denys.vuika@gmail.com"
|
||||||
"@angular/compiler": "2.0.0-rc.2",
|
}
|
||||||
"@angular/core": "2.0.0-rc.2",
|
],
|
||||||
"@angular/http": "2.0.0-rc.2",
|
"keywords": [
|
||||||
"@angular/platform-browser": "2.0.0-rc.2",
|
"angular2",
|
||||||
"@angular/platform-browser-dynamic": "2.0.0-rc.2",
|
"typescript"
|
||||||
"@angular/router": "2.0.0-rc.2",
|
]
|
||||||
"@angular/router-deprecated": "2.0.0-rc.2",
|
|
||||||
"@angular/upgrade": "2.0.0-rc.2",
|
|
||||||
"systemjs": "0.19.27",
|
|
||||||
"core-js": "^2.4.0",
|
|
||||||
"reflect-metadata": "^0.1.3",
|
|
||||||
"rxjs": "5.0.0-beta.6",
|
|
||||||
"zone.js": "^0.6.12",
|
|
||||||
"angular2-in-memory-web-api": "0.0.12",
|
|
||||||
|
|
||||||
"ng2-alfresco-viewer": "file:../",
|
|
||||||
"material-design-icons": "^2.2.3",
|
|
||||||
"material-design-lite": "^1.1.3"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"browser-sync": "^2.10.0",
|
|
||||||
"connect-history-api-fallback": "^1.2.0",
|
|
||||||
"concurrently": "^2.0.0",
|
|
||||||
"tslint": "^3.8.1",
|
|
||||||
"typescript": "^1.8.10",
|
|
||||||
"typings": "^1.0.4"
|
|
||||||
},
|
|
||||||
"contributors": [
|
|
||||||
{
|
|
||||||
"name": "Eugenio Romano",
|
|
||||||
"email": "eugenio.romano@alfresco.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Denys Vuika",
|
|
||||||
"email": "denys.vuika@gmail.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"keywords": [
|
|
||||||
"angular2",
|
|
||||||
"typescript"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user