1
0

package.json 783 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "librescript",
  3. "version": "24.6.14",
  4. "license": "MIT",
  5. "description": "A succinct language for embedding web & mobile application data within a blockchain.",
  6. "author": "Shomari <[email protected]>",
  7. "repository": "https://gogs.hos.im/nyusternie/librescript.git",
  8. "scripts": {
  9. "build": "nuxt build",
  10. "dev": "nuxt dev",
  11. "generate": "nuxt generate",
  12. "preview": "nuxt preview",
  13. "postinstall": "nuxt prepare"
  14. },
  15. "dependencies": {
  16. "@nuxtjs/plausible": "1.0.0",
  17. "@pinia/nuxt": "0.4.7",
  18. "ethers": "6.13.0",
  19. "nexajs": "22.12.23",
  20. "nuxt": "3.7.4",
  21. "pinia": "2.0.32"
  22. },
  23. "devDependencies": {
  24. "@nuxtjs/i18n": "8.0.0-rc.2",
  25. "@nuxtjs/tailwindcss": "6.4.1",
  26. "postcss-custom-properties": "13.3.10"
  27. }
  28. }