Advertisement
jamboljack

package.js

Aug 1st, 2022
1,082
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "name": "enigma",
  3.     "version": "1.0.5",
  4.     "description": "TailwindCSS HTML Admin Template",
  5.     "author": "Left4code",
  6.     "private": true,
  7.     "scripts": {
  8.         "dev": "npm run development",
  9.         "development": "mix",
  10.         "watch": "concurrently \"postcss ./src/css/app.css -o ./dist/css/_app.css --watch\" \"mix watch\"",
  11.         "watch-poll": "mix watch -- --watch-options-poll=1000",
  12.         "hot": "mix watch --hot",
  13.         "prod": "npm run production",
  14.         "production": "postcss ./src/css/app.css -o ./dist/css/_app.css && mix --production"
  15.     },
  16.     "dependencies": {
  17.         "@ckeditor/ckeditor5-build-balloon": "^29.1.0",
  18.         "@ckeditor/ckeditor5-build-balloon-block": "^29.1.0",
  19.         "@ckeditor/ckeditor5-build-classic": "^29.1.0",
  20.         "@ckeditor/ckeditor5-build-decoupled-document": "^29.1.0",
  21.         "@ckeditor/ckeditor5-build-inline": "^29.1.0",
  22.         "@fullcalendar/core": "^5.5.1",
  23.         "@fullcalendar/daygrid": "^5.5.0",
  24.         "@fullcalendar/interaction": "^5.5.0",
  25.         "@fullcalendar/list": "^5.5.0",
  26.         "@fullcalendar/timegrid": "^5.5.1",
  27.         "@left4code/tw-starter": "^3.1.35",
  28.         "@popperjs/core": "^2.4.4",
  29.         "chart.js": "^3.7.1",
  30.         "dayjs": "^1.8.33",
  31.         "dropzone": "^5.7.2",
  32.         "highlight.js": "^10.6.0",
  33.         "jquery": "^3.6.0",
  34.         "js-beautify": "^1.11.0",
  35.         "litepicker": "^2.0.11",
  36.         "lucide": "^0.17.2",
  37.         "pristinejs": "^0.1.9",
  38.         "simplebar": "^5.3.6",
  39.         "tabulator-tables": "^4.9.1",
  40.         "tiny-slider": "^2.9.3",
  41.         "tippy.js": "^6.2.7",
  42.         "toastify-js": "^1.9.0",
  43.         "tom-select": "^1.7.5",
  44.         "xlsx": "^0.16.6",
  45.         "zoom-vanilla.js": "^2.0.6"
  46.     },
  47.     "devDependencies": {
  48.         "@tailwindcss/forms": "^0.5.1",
  49.         "autoprefixer": "10.4.6",
  50.         "axios": "^0.24.0",
  51.         "browser-sync": "^2.27.7",
  52.         "browser-sync-webpack-plugin": "^2.3.0",
  53.         "concurrently": "^7.0.0",
  54.         "laravel-mix": "^6.0.39",
  55.         "lodash": "^4.17.19",
  56.         "postcss": "^8.4.5",
  57.         "postcss-advanced-variables": "^3.0.1",
  58.         "postcss-cli": "^9.1.0",
  59.         "postcss-import": "^14.0.2",
  60.         "resolve-url-loader": "^4.0.0",
  61.         "tailwindcss": "^3.0.24"
  62.     }
  63. }
  64.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement