package.json 543 B

12345678910111213141516171819202122
  1. {
  2. "name": "js-starfish",
  3. "version": "0.9.0",
  4. "description": "",
  5. "main": "index.html",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build-css": "npx postcss ./src/css/main.css -o ./static/css/styles.css"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git@git.vzqk50.com:ApisNecros/js-starfish.git"
  13. },
  14. "author": "Apis Necros",
  15. "license": "MIT",
  16. "devDependencies": {
  17. "autoprefixer": "^10.4.14",
  18. "postcss": "^8.4.22",
  19. "postcss-cli": "^10.1.0",
  20. "tailwindcss": "^3.3.1"
  21. }
  22. }