Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/primefaces/primeng
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Nov 28, 2023
2 parents e89d904 + b3a3aa4 commit 4098633
Show file tree
Hide file tree
Showing 668 changed files with 93,603 additions and 32,711 deletions.
48 changes: 7 additions & 41 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/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/assets"],
"styles": ["src/styles.scss", "src/assets/components/themes/lara-light-blue/theme.css"],
"scripts": []
}
},
Expand Down
Loading

1 comment on commit 4098633

@vercel
Copy link

@vercel vercel bot commented on 4098633 Nov 28, 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.