UNPKG

vite-garden

Version:

Vite Garden -- a part of the threed.ai family of JavaScript-friendly food-growing libraries

149 lines (148 loc) 4.67 kB
{ "name": "vite-garden", "version": "0.7.10", "description": "Vite Garden -- a part of the threed.ai family of JavaScript-friendly food-growing libraries", "repository": { "type": "git", "url": "git+https://github.com/marty-mcgee/vite-garden.git" }, "author": "Marty McGee", "license": "MIT", "bugs": { "url": "https://github.com/marty-mcgee/vite-garden/issues" }, "homepage": "https://github.com/marty-mcgee/vite-garden#readme", "main": "src/main.ts", "private": false, "scripts": { "mm": "cls && echo BUILD THREED GARDEN... %DATE% %TIME% && vite build", "build": "vite build", "dev": "vite --port 3333 --open --host", "serve": "vite preview", "lint": "eslint \"**/*.{vue,ts,js}\"", "preview": "vite preview", "preview-https": "serve dist", "test": "vitest", "test:e2e": "cypress open", "test:unit": "vitest", "typecheck": "vue-tsc --noEmit", "dev:docs": "vitepress dev docs", "build:docs": "vitepress build docs", "serve:docs": "vitepress serve docs" }, "dependencies": { "@algolia/client-search": "^4.13.0", "@antfu/eslint-config": "^0.16.1", "@babel/core": "^7.17.8", "@coinbase/wallet-sdk": "^3.4.0", "@ethersproject/contracts": "^5.6.2", "@ethersproject/providers": "^5.6.8", "@fullcalendar/core": "5.10.1", "@fullcalendar/daygrid": "5.10.1", "@fullcalendar/interaction": "5.10.1", "@fullcalendar/vue3": "5.10.1", "@iconify-json/carbon": "^1.1.2", "@intlify/vite-plugin-vue-i18n": "^3.3.1", "@metamask/detect-provider": "^1.2.0", "@popperjs/core": "2.11.2", "@rollup/plugin-inject": "^4.0.4", "@tweenjs/tween.js": "^18.6.4", "@types/markdown-it-link-attributes": "^3.0.1", "@types/nprogress": "^0.2.0", "@types/react": "^17.0.42", "@vitejs/plugin-vue": "^2.2.4", "@vue/cli-plugin-babel": "^5.0.8", "@vue/cli-plugin-eslint": "^5.0.8", "@vue/cli-plugin-router": "^5.0.8", "@vue/cli-service": "^5.0.8", "@vue/compiler-sfc": "^3.2.31", "@vue/eslint-config-prettier": "7.0.0", "@vue/server-renderer": "^3.2.31", "@vue/test-utils": "^2.0.0-rc.18", "@vueuse/core": "^7.7.1", "@vueuse/head": "^0.7.5", "apollo-cache-inmemory": "^1.6.6", "apollo-client": "^2.6.10", "apollo-link-http": "^1.5.17", "babel-eslint": "10.1.0", "bootstrap": "5.1.3", "buffer": "^6.0.3", "chart.js": "3.7.1", "choices.js": "9.0.1", "core-js": "^3.21.1", "countup.js": "2.0.8", "critters": "^0.0.16", "cross-env": "^7.0.3", "cypress": "^9.5.2", "dat.gui": "^0.7.9", "dragula": "^3.7.3", "dropzone": "6.0.0-beta.2", "eslint": "^8.11.0", "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-prettier": "4.0.0", "eslint-plugin-vue": "8.4.1", "ethers": "^5.6.9", "farmbot": "^14.9.2", "graphql": "^15.8.0", "graphql-tag": "^2.12.6", "https-localhost": "^4.7.1", "ipfs-deploy": "^11.2.1", "jkanban": "^1.3.1", "leaflet": "1.7.1", "markdown-it-link-attributes": "^4.0.0", "markdown-it-prism": "^2.2.3", "node-fetch": "^3.2.9", "nprogress": "^0.2.0", "photoswipe": "4.1.3", "pinia": "^2.0.12", "prettier": "2.5.1", "prism-theme-vars": "^0.2.2", "process": "^0.11.10", "quill": "1.3.7", "react": "^16.13.1", "react-dom": "^16.13.1", "rollup": "^2.70.1", "sass": "1.49.1", "sass-loader": "12.5.0", "simple-datatables": "3.2.0", "three": "^0.137.5", "troisjs": "^0.3.4", "typescript": "^4.6.2", "unplugin-auto-import": "^0.5.11", "unplugin-icons": "^0.13.4", "unplugin-vue-components": "^0.17.21", "util": "^0.12.4", "vite": "^2.9.14", "vite-plugin-inspect": "^0.3.15", "vite-plugin-md": "^0.11.9", "vite-plugin-pages": "^0.20.2", "vite-plugin-vue-layouts": "^0.5.0", "vite-plugin-windicss": "^1.8.3", "vitepress": "^1.0.0-alpha.4", "vitest": "^0.1.27", "vue": "^3.2.37", "vue-apollo": "^3.1.0", "vue-dapp": "^0.5.3", "vue-demi": "^0.12.4", "vue-flatpickr-component": "9.0.5", "vue-i18n": "^9.1.9", "vue-round-slider": "1.0.1", "vue-router": "^4.0.14", "vue-sweetalert2": "5.0.2", "vue-tilt.js": "1.1.1", "vue-tsc": "^0.30.6", "vuex": "^4.0.2", "web3": "^1.7.1", "webgl-detector": "^1.1.11", "webpack": "^5.70.0", "windicss": "^3.5.1" }, "devDependencies": {}, "keywords": [ "vite-garden", "threedgarden", "threejs", "vite", "vitesse" ] }