Skip to content

Commit

Permalink
Add landing themes
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 27, 2023
1 parent 8a763b2 commit e539871
Show file tree
Hide file tree
Showing 9 changed files with 11,524 additions and 55 deletions.
50 changes: 8 additions & 42 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,40 +33,13 @@
"outputPath": "dist/primeng/browser",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
"zone.js"
],
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.png",
"src/assets",
"src/showcase",
"src/upload.php",
"src/versions.json",
"src/.htaccess"
],
"styles": [
"src/styles.scss",
"node_modules/primeicons/primeicons.css"
],
"scripts": [
"./node_modules/prismjs/prism.js",
"./node_modules/prismjs/components/prism-typescript.js",
"./node_modules/prismjs/components/prism-scss.js",
"./node_modules/prismjs/components/prism-bash.js"
],
"allowedCommonJsDependencies": [
"chart.js",
"xlsx",
"jspdf-autotable",
"file-saver",
"jspdf",
"quill",
"core-js",
"raf",
"rgbcolor"
]
"assets": ["src/favicon.png", "src/assets"],
"styles": ["src/styles.scss"],
"scripts": ["./node_modules/prismjs/prism.js", "./node_modules/prismjs/components/prism-typescript.js", "./node_modules/prismjs/components/prism-scss.js", "./node_modules/prismjs/components/prism-bash.js"],
"allowedCommonJsDependencies": ["chart.js", "xlsx", "jspdf-autotable", "file-saver", "jspdf", "quill", "core-js", "raf", "rgbcolor"]
},
"configurations": {
"production": {
Expand Down Expand Up @@ -119,15 +92,8 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": [
"src/favicon.png",
"src/assets",
"src/upload.php"
],
"styles": [
"src/styles.scss",
"src/assets/components/themes/lara-light-blue/theme.css"
],
"assets": ["src/favicon.png", "src/assets"],
"styles": ["src/styles.scss", "src/assets/components/themes/lara-light-blue/theme.css"],
"scripts": []
}
},
Expand Down Expand Up @@ -156,4 +122,4 @@
}
}
}
}
}
Loading

1 comment on commit e539871

@vercel
Copy link

@vercel vercel bot commented on e539871 Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.