UNPKG

@thunderstorefront/thunder

Version:

## Commands

67 lines 1.81 kB
{ "name": "@thunderstorefront/thunder", "version": "0.3.3", "license": "MIT", "type": "module", "main": "./nuxt.config.ts", "keywords": [ "thunder", "template", "thunderstorefront" ], "author": "Yaroslav Hromovyi", "files": [ "nuxt.config.ts", "thunder.config.ts", "tailwind.config.ts", "app", "public", "server", "i18n" ], "dependencies": { "nuxt-swiper": "^1.2.2", "swiper": "^11.1.15", "vue-router": "4.5.0", "vue": "3.5.13", "@thunderstorefront/types": "0.2.1", "@thunderstorefront/sdk": "0.3.3" }, "devDependencies": { "@iconify-json/heroicons": "^1.2.1", "@iconify-json/material-symbols": "^1.2.5", "@iconify-json/octicon": "^1.2.1", "@iconify-json/ri": "^1.2.2", "@iconify-json/solar": "^1.2.1", "@iconify-json/tabler": "^1.2.6", "@nuxt/eslint": "latest", "@nuxt/icon": "^1.5.8", "@nuxt/image": "1.8.1", "@nuxt/ui": "^2.18.7", "@nuxtjs/google-fonts": "^3.2.0", "@nuxtjs/i18n": "^9.0.0", "@nuxtjs/tailwindcss": "^6.12.2", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/typography": "^0.5.15", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "nuxt": "3.14.0", "postcss-custom-properties": "^14.0.3", "postcss-import": "^16.1.0", "prettier": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.8", "tailwindcss": "^3.4.14", "typescript": "^5.6.3", "vue-tsc": "^2.1.10" }, "scripts": { "dev": "nuxi dev .playground", "build": "nuxt build .playground", "generate": "nuxt generate .playground", "preview": "nuxt preview .playground", "lint": "eslint .", "postinstall": "nuxt prepare .playground", "typecheck": "nuxi typecheck ." } }