digimarket-nuxt-module
Version:
Nuxt ui kit module for nuxt 3. a modern and beautiful marketplace ui
108 lines (107 loc) • 3.2 kB
JSON
{
"name": "digimarket-nuxt-module",
"description": "Nuxt ui kit module for nuxt 3. a modern and beautiful marketplace ui",
"version": "0.2.13",
"author": "Ehsan Afshari @savyjs <savvyversa@gmail.com>",
"license": "MIT",
"keywords": [
"nuxt",
"nuxt3",
"tailwind",
"marketplace",
"UI kit",
"theme",
"ui framework",
"component framework",
"ui library",
"component library",
"commercial components",
"landing pages",
"podcast ui",
"shopping ui",
"ecommerce ui",
"blog ui"
],
"main": "src/module.ts",
"module": "src/module.ts",
"sideEffects": [
"*.sass",
"*.scss",
"*.css"
],
"files": [
"src/",
"dist/",
"lib/",
"es5/",
"types/"
],
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.dev.config.js --hot",
"postinstall": "node ./src/postinstall.js",
"test": "vitest",
"test:module": "node test/module.test.ts",
"test:e2e-browser": "jest test/browser.test",
"test:unit": "jest test/unit.test",
"test:types": "tsc -p types/test",
"docsdev": "vitepress dev docs --port 4092",
"docsbuild": "vitepress build docs --port 4092 && cp ./docs/logo.png ./docs/.vitepress/dist",
"demobuild": "cd ./test/fixture && nuxt build ",
"docspreview": "vitepress preview docs --port 4092",
"release": "standard-version"
},
"devDependencies": {
"standard-version": "^9.5.0",
"vitepress": "^1.0.0-alpha.46",
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@nuxt/test-utils": "npm:@nuxt/test-utils-edge@latest",
"@types/jest": "^29.2.3",
"@types/jest-dev-server": "^5.0.0",
"@types/jsdom": "^20.0.1",
"babel-jest": "^29.3.1",
"fs": "^0.0.1-security",
"jest": "^29.3.1",
"nuxt": "npm:nuxt3@latest",
"path": "^0.12.7",
"playwright": "^1.22.2",
"sass": "^1.56.1",
"sass-loader": "latest",
"ts-jest": "^29.0.3",
"vite-plugin-vue-type-imports": "^0.2.4",
"vitest": "^0.28.5",
"@nuxt/kit": "npm:@nuxt/kit-edge@latest"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@mdi/font": "^6.1.95",
"@mdi/js": "^6.1.95",
"@nuxtjs/tailwindcss": "^6.4.1",
"flowbite": "^1.4.7",
"font-awesome": "^4.7.0",
"lodash": "^4.17.21",
"lodash-deep": "^1.6.0",
"material-design-icons-iconfont": "^5.0.1",
"material-icons": "^0.3.1",
"moment-jalaali": "^0.9.2",
"nuxt-jsonld": "^2.0.7",
"swiper": "^9.0.5",
"tw-elements": "^1.0.0-beta1",
"digimarket-kit": "latest"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/savyjs/digimarket-nuxt-module/issues"
},
"homepage": "https://digimarket.savyjs.com",
"repository": {
"type": "git",
"url": "git+https://github.com/savyjs/digimarket-nuxt-module.git"
}
}