Commit 44e63790 by Nattana Chaiyamat

npm

parent 07f2bb09
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"test": "ng test", "test": "ng test",
"sass": "sass ./src/assets/scss:./src/assets/css/", "sass": "sass ./src/assets/scss:./src/assets/css/",
"sass-min": "sass ./src/assets/scss:./src/assets/css/ --style compressed", "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, "private": true,
"dependencies": { "dependencies": {
...@@ -98,6 +98,7 @@ ...@@ -98,6 +98,7 @@
"eslint": "^8.43.0", "eslint": "^8.43.0",
"gulp-postcss": "^9.0.1", "gulp-postcss": "^9.0.1",
"jasmine-core": "~5.0.1", "jasmine-core": "~5.0.1",
"jwt-decode": "^4.0.0",
"karma": "~6.4.2", "karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0", "karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1", "karma-coverage": "~2.2.1",
...@@ -106,7 +107,6 @@ ...@@ -106,7 +107,6 @@
"postcss": "^8.4.24", "postcss": "^8.4.24",
"tailwind-clip-path": "^1.0.0", "tailwind-clip-path": "^1.0.0",
"tailwindcss": "^3.3.2", "tailwindcss": "^3.3.2",
"typescript": "~5.1.3", "typescript": "~5.1.3"
"jwt-decode": "^4.0.0"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment