|
|
@ -5,15 +5,14 @@ |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|
"repository": "https://github.com/SebastianStehle/Squidex", |
|
|
"repository": "https://github.com/SebastianStehle/Squidex", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
|
|
|
"prepare": "cpx node_modules/oidc-client/dist/oidc-client.min.js wwwroot/scripts/", |
|
|
|
|
|
"start": "webpack-dev-server --config app-config/webpack.run.dev.js --inline --port 3000 --hot", |
|
|
"test": "karma start", |
|
|
"test": "karma start", |
|
|
"test:coverage": "karma start karma.coverage.conf.js", |
|
|
"test:coverage": "karma start karma.coverage.conf.js", |
|
|
"test:clean": "rimraf _test-output", |
|
|
"test:clean": "rimraf _test-output", |
|
|
"dev": "cpx node_modules/oidc-client/dist/oidc-client.min.js wwwroot/scripts/ && webpack-dev-server --config app-config/webpack.run.dev.js --inline --port 3000", |
|
|
"tslint": "tslint -c tslint.json -p tsconfig.json app/**/*.ts", |
|
|
"start": "cpx node_modules/oidc-client/dist/oidc-client.min.js wwwroot/scripts/ && webpack-dev-server --config app-config/webpack.run.dev.js --inline --port 3000 --hot", |
|
|
|
|
|
"build": "webpack --config app-config/webpack.run.prod.js", |
|
|
"build": "webpack --config app-config/webpack.run.prod.js", |
|
|
"build:copy": "cpx node_modules/oidc-client/dist/oidc-client.min.js wwwroot/scripts/", |
|
|
"build:clean": "rimraf wwwroot/build" |
|
|
"build:clean": "rimraf wwwroot/build", |
|
|
|
|
|
"tslint": "tslint -c tslint.json -p tsconfig.json app/**/*.ts" |
|
|
|
|
|
}, |
|
|
}, |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@angular/animations": "7.1.4", |
|
|
"@angular/animations": "7.1.4", |
|
|
|