Minimal styling, powered by Goober.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
524 B

  1. {
  2. "name": "@tesseract-design/goofy-goober-example-vanilla",
  3. "version": "1.0.0",
  4. "description": "Example project using goofy-goober",
  5. "main": "index.js",
  6. "repository": "https://code.modal.sh/tesseract-design/goofy-goober",
  7. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  8. "license": "MIT",
  9. "private": false,
  10. "dependencies": {
  11. "parcel": "^2.8.3"
  12. },
  13. "alias": {
  14. "@tesseract-design/goofy-goober": "../../src"
  15. },
  16. "scripts": {
  17. "start": "parcel index.html"
  18. }
  19. }