npm
Showing
... | ... | @@ -9,7 +9,7 @@ |
"test": "ng test", | ||
"sass": "sass ./src/assets/scss:./src/assets/css/", | ||
"sass-min": "sass ./src/assets/scss:./src/assets/css/ --style compressed", | ||
"build-serve":"node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng build --aot --configuration production --output-hashing none" | ||
"build-serve": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng build --aot --configuration production --output-hashing none" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
... | ... | @@ -98,6 +98,7 @@ |
"eslint": "^8.43.0", | ||
"gulp-postcss": "^9.0.1", | ||
"jasmine-core": "~5.0.1", | ||
"jwt-decode": "^4.0.0", | ||
"karma": "~6.4.2", | ||
"karma-chrome-launcher": "~3.2.0", | ||
"karma-coverage": "~2.2.1", | ||
... | ... | @@ -106,7 +107,6 @@ |
"postcss": "^8.4.24", | ||
"tailwind-clip-path": "^1.0.0", | ||
"tailwindcss": "^3.3.2", | ||
"typescript": "~5.1.3", | ||
"jwt-decode": "^4.0.0" | ||
"typescript": "~5.1.3" | ||
} | ||
} |
Please
register
or
sign in
to comment