Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalWebpage
Commits
ae80fba2
Commit
ae80fba2
authored
Jan 17, 2019
by
Lukas Burgey
Browse files
Update dependencies
parent
dd11f7ba
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
angular.json
View file @
ae80fba2
{
"$schema"
:
"./node_modules/@angular/cli/lib/config/schema.json"
,
"version"
:
1
,
"newProjectRoot"
:
"projects"
,
"projects"
:
{
"feudal"
:
{
"root"
:
""
,
"sourceRoot"
:
"src"
,
"projectType"
:
"application"
,
"architect"
:
{
"build"
:
{
"builder"
:
"@angular-devkit/build-angular:browser"
,
"options"
:
{
"outputPath"
:
"dist"
,
"index"
:
"src/index.html"
,
"main"
:
"src/main.ts"
,
"tsConfig"
:
"src/tsconfig.app.json"
,
"polyfills"
:
"src/polyfills.ts"
,
"assets"
:
[
"src/assets"
,
"src/static"
],
"styles"
:
[
"src/styles.css"
],
"scripts"
:
[]
},
"configurations"
:
{
"production"
:
{
"optimization"
:
true
,
"outputHashing"
:
"all"
,
"sourceMap"
:
false
,
"extractCss"
:
true
,
"namedChunks"
:
false
,
"aot"
:
true
,
"extractLicenses"
:
true
,
"vendorChunk"
:
false
,
"buildOptimizer"
:
true
,
"fileReplacements"
:
[
{
"replace"
:
"src/environments/environment.ts"
,
"with"
:
"src/environments/environment.prod.ts"
}
]
}
}
},
"serve"
:
{
"builder"
:
"@angular-devkit/build-angular:dev-server"
,
"options"
:
{
"browserTarget"
:
"feudal:build"
},
"configurations"
:
{
"production"
:
{
"browserTarget"
:
"feudal:build:production"
}
}
},
"extract-i18n"
:
{
"builder"
:
"@angular-devkit/build-angular:extract-i18n"
,
"options"
:
{
"browserTarget"
:
"feudal:build"
}
},
"test"
:
{
"builder"
:
"@angular-devkit/build-angular:karma"
,
"options"
:
{
"main"
:
"src/test.ts"
,
"karmaConfig"
:
"./karma.conf.js"
,
"polyfills"
:
"src/polyfills.ts"
,
"tsConfig"
:
"src/tsconfig.spec.json"
,
"scripts"
:
[],
"styles"
:
[
"src/styles.css"
],
"assets"
:
[
"src/assets"
,
"src/favicon.ico"
]
}
},
"lint"
:
{
"builder"
:
"@angular-devkit/build-angular:tslint"
,
"options"
:
{
"tsConfig"
:
[
"src/tsconfig.app.json"
,
"src/tsconfig.spec.json"
],
"exclude"
:
[
"**/node_modules/**"
]
}
}
}
},
"feudal-e2e"
:
{
"root"
:
""
,
"sourceRoot"
:
""
,
"projectType"
:
"application"
,
"architect"
:
{
"e2e"
:
{
"builder"
:
"@angular-devkit/build-angular:protractor"
,
"options"
:
{
"protractorConfig"
:
"./protractor.conf.js"
,
"devServerTarget"
:
"feudal:serve"
}
},
"lint"
:
{
"builder"
:
"@angular-devkit/build-angular:tslint"
,
"options"
:
{
"tsConfig"
:
[
"e2e/tsconfig.e2e.json"
],
"exclude"
:
[
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject"
:
"feudal"
,
"schematics"
:
{
"@schematics/angular:component"
:
{
"prefix"
:
"app"
,
"styleext"
:
"css"
},
"@schematics/angular:directive"
:
{
"prefix"
:
"app"
}
}
"$schema"
:
"./node_modules/@angular/cli/lib/config/schema.json"
,
"version"
:
1
,
"newProjectRoot"
:
"projects"
,
"projects"
:
{
"feudal"
:
{
"root"
:
""
,
"sourceRoot"
:
"src"
,
"projectType"
:
"application"
,
"architect"
:
{
"build"
:
{
"builder"
:
"@angular-devkit/build-angular:browser"
,
"options"
:
{
"outputPath"
:
"dist"
,
"index"
:
"src/index.html"
,
"main"
:
"src/main.ts"
,
"tsConfig"
:
"src/tsconfig.app.json"
,
"polyfills"
:
"src/polyfills.ts"
,
"assets"
:
[
"src/assets"
,
"src/static"
],
"styles"
:
[
"src/styles.css"
],
"scripts"
:
[]
},
"configurations"
:
{
"production"
:
{
"optimization"
:
true
,
"outputHashing"
:
"all"
,
"sourceMap"
:
false
,
"extractCss"
:
true
,
"namedChunks"
:
false
,
"aot"
:
true
,
"extractLicenses"
:
true
,
"vendorChunk"
:
false
,
"buildOptimizer"
:
true
,
"fileReplacements"
:
[
{
"replace"
:
"src/environments/environment.ts"
,
"with"
:
"src/environments/environment.prod.ts"
}
]
}
}
},
"serve"
:
{
"builder"
:
"@angular-devkit/build-angular:dev-server"
,
"options"
:
{
"browserTarget"
:
"feudal:build"
},
"configurations"
:
{
"production"
:
{
"browserTarget"
:
"feudal:build:production"
}
}
},
"extract-i18n"
:
{
"builder"
:
"@angular-devkit/build-angular:extract-i18n"
,
"options"
:
{
"browserTarget"
:
"feudal:build"
}
},
"test"
:
{
"builder"
:
"@angular-devkit/build-angular:karma"
,
"options"
:
{
"main"
:
"src/test.ts"
,
"karmaConfig"
:
"./karma.conf.js"
,
"polyfills"
:
"src/polyfills.ts"
,
"tsConfig"
:
"src/tsconfig.spec.json"
,
"scripts"
:
[],
"styles"
:
[
"src/styles.css"
],
"assets"
:
[
"src/assets"
,
"src/favicon.ico"
]
}
},
"lint"
:
{
"builder"
:
"@angular-devkit/build-angular:tslint"
,
"options"
:
{
"tsConfig"
:
[
"src/tsconfig.app.json"
,
"src/tsconfig.spec.json"
],
"exclude"
:
[
"**/node_modules/**"
]
}
}
}
},
"feudal-e2e"
:
{
"root"
:
""
,
"sourceRoot"
:
""
,
"projectType"
:
"application"
,
"architect"
:
{
"e2e"
:
{
"builder"
:
"@angular-devkit/build-angular:protractor"
,
"options"
:
{
"protractorConfig"
:
"./protractor.conf.js"
,
"devServerTarget"
:
"feudal:serve"
}
},
"lint"
:
{
"builder"
:
"@angular-devkit/build-angular:tslint"
,
"options"
:
{
"tsConfig"
:
[
"e2e/tsconfig.e2e.json"
],
"exclude"
:
[
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject"
:
"feudal"
,
"schematics"
:
{
"@schematics/angular:component"
:
{
"prefix"
:
"app"
,
"styleext"
:
"css"
},
"@schematics/angular:directive"
:
{
"prefix"
:
"app"
}
}
}
package-lock.json
View file @
ae80fba2
This diff is collapsed.
Click to expand it.
package.json
View file @
ae80fba2
...
...
@@ -12,43 +12,43 @@
},
"private"
:
true
,
"dependencies"
:
{
"
@angular/animations
"
:
"
7.
1
.1
"
,
"
@angular/cdk
"
:
"
^7.
1.0
"
,
"
@angular/common
"
:
"
7.
1
.1
"
,
"
@angular/compiler
"
:
"
7.
1
.1
"
,
"
@angular/core
"
:
"
7.
1
.1
"
,
"
@angular/forms
"
:
"
7.
1
.1
"
,
"
@angular/http
"
:
"
7.
1
.1
"
,
"
@angular/material
"
:
"
^7.
1.0
"
,
"
@angular/platform-browser
"
:
"
7.
1
.1
"
,
"
@angular/platform-browser-dynamic
"
:
"
7.
1
.1
"
,
"
@stomp/ng2-stompjs
"
:
"
^7.
0.1
"
,
"
core-js
"
:
"
^2.
5.7
"
,
"
@angular/animations
"
:
"
7.
2
.1
"
,
"
@angular/cdk
"
:
"
^7.
2.1
"
,
"
@angular/common
"
:
"
7.
2
.1
"
,
"
@angular/compiler
"
:
"
7.
2
.1
"
,
"
@angular/core
"
:
"
7.
2
.1
"
,
"
@angular/forms
"
:
"
7.
2
.1
"
,
"
@angular/http
"
:
"
7.
2
.1
"
,
"
@angular/material
"
:
"
^7.
2.1
"
,
"
@angular/platform-browser
"
:
"
7.
2
.1
"
,
"
@angular/platform-browser-dynamic
"
:
"
7.
2
.1
"
,
"
@stomp/ng2-stompjs
"
:
"
^7.
1.0
"
,
"
core-js
"
:
"
^2.
6.2
"
,
"
hammerjs
"
:
"
^2.0.8
"
,
"
ngx-cookie-service
"
:
"
^2.
0.2
"
,
"
ngx-cookie-service
"
:
"
^2.
1.0
"
,
"
rxjs
"
:
"
^6.3.3
"
,
"
tslib
"
:
"
^1.9.0
"
,
"
zone.js
"
:
"
^0.8.2
6
"
"
zone.js
"
:
"
^0.8.2
8
"
},
"devDependencies"
:
{
"
@angular-devkit/build-angular
"
:
"
^0.1
1.0
"
,
"
@angular/cli
"
:
"
^7.
1.0
"
,
"
@angular/compiler-cli
"
:
"
7.
1
.1
"
,
"
@types/jasmine
"
:
"
^3.3.
0
"
,
"
@angular-devkit/build-angular
"
:
"
^0.1
2.2
"
,
"
@angular/cli
"
:
"
^7.
2.2
"
,
"
@angular/compiler-cli
"
:
"
7.
2
.1
"
,
"
@types/jasmine
"
:
"
^3.3.
5
"
,
"
@types/jasminewd2
"
:
"
^2.0.6
"
,
"
@types/node
"
:
"
^10.12.1
0
"
,
"
@types/node
"
:
"
^10.12.1
8
"
,
"
jasmine-core
"
:
"
~3.3.0
"
,
"
jasmine-spec-reporter
"
:
"
~4.2.1
"
,
"
karma
"
:
"
~3.1.
1
"
,
"
karma
"
:
"
~3.1.
4
"
,
"
karma-chrome-launcher
"
:
"
~2.2.0
"
,
"
karma-cli
"
:
"
~
1
.0.
1
"
,
"
karma-cli
"
:
"
~
2
.0.
0
"
,
"
karma-coverage-istanbul-reporter
"
:
"
^2.0.4
"
,
"
karma-jasmine
"
:
"
~2.0.1
"
,
"
karma-jasmine-html-reporter
"
:
"
^1.4.0
"
,
"
npm
"
:
"
^6.
4.1
"
,
"
protractor
"
:
"
~5.4.
1
"
,
"
npm
"
:
"
^6.
5.0
"
,
"
protractor
"
:
"
~5.4.
2
"
,
"
ts-node
"
:
"
~7.0.1
"
,
"
tslint
"
:
"
~5.1
1.0
"
,
"
typescript
"
:
"
^3.
1.6
"
"
tslint
"
:
"
~5.1
2.1
"
,
"
typescript
"
:
"
^3.
2.2
"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment