title="Sat, 16 Sep 2023 07:03:00 UTC">2 anos atrás supports-preserve-symlinks-flag 30f7226d9a first commit 2 anos atrás tailwind-color-palette 30f7226d9a first commit 2 anos atrás tailwindcss 30f7226d9a first commit 2 anos atrás thenify 30f7226d9a first commit 2 anos atrás thenify-all 30f7226d9a first commit 2 anos atrás to-regex-range 30f7226d9a first commit 2 anos atrás tr46 30f7226d9a first commit 2 anos atrás ts-interface-checker 30f7226d9a first commit 2 anos atrás uglify-js 30f7226d9a first commit 2 anos atrás underscore 30f7226d9a first commit 2 anos atrás upper-case 30f7226d9a first commit 2 anos atrás util-deprecate 30f7226d9a first commit 2 anos atrás valid-data-url 30f7226d9a first commit 2 anos atrás web-resource-inliner 30f7226d9a first commit 2 anos atrás webidl-conversions 30f7226d9a first commit 2 anos atrás whatwg-url 30f7226d9a first commit 2 anos atrás wrap-ansi 30f7226d9a first commit 2 anos atrás wrappy 30f7226d9a first commit 2 anos atrás y18n 30f7226d9a first commit 2 anos atrás yallist 30f7226d9a first commit 2 anos atrás yaml 30f7226d9a first commit 2 anos atrás yargs 30f7226d9a first commit 2 anos atrás yargs-parser 30f7226d9a first commit 2 anos atrás .yarn-integrity 30f7226d9a first commit 2 anos atrás tum/ecoloop - Gogs: Simplico Git Service

Açıklama Yok

package.json 806B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "theme",
  3. "version": "4.2.0",
  4. "description": "",
  5. "scripts": {
  6. "start": "npm run dev",
  7. "build": "npm run build:clean && npm run build:tailwind",
  8. "build:clean": "rimraf ../static/css/dist",
  9. "build:tailwind": "cross-env NODE_ENV=production postcss ./src/styles.css -o ../static/css/dist/styles.css --minify",
  10. "dev": "cross-env NODE_ENV=development postcss ./src/styles.css -o ../static/css/dist/styles.css --watch"
  11. },
  12. "keywords": [],
  13. "author": "",
  14. "license": "MIT",
  15. "devDependencies": {
  16. "@tailwindcss/postcss": "^4.1.11",
  17. "cross-env": "^7.0.3",
  18. "daisyui": "^5.1.13",
  19. "postcss": "^8.5.6",
  20. "postcss-cli": "^11.0.1",
  21. "postcss-nested": "^7.0.2",
  22. "postcss-simple-vars": "^7.0.1",
  23. "rimraf": "^6.0.1",
  24. "tailwindcss": "^4.1.11"
  25. }
  26. }