{ "name": "vite-ts-tailwind-starter", "version": "1.1.2", "scripts": { "dev": "vite", "build": "vite build", "start": "yarn dev & wait-on tcp:3000 -v", "test": "cypress open", "test:ci": "cypress run --headless" }, "dependencies": { "echarts": "^5.1.1", "vue": "~3.0", "vuex": "~4.0" }, "devDependencies": { "@tailwindcss/aspect-ratio": "~0.2", "@tailwindcss/forms": "~0.3", "@tailwindcss/line-clamp": "~0.2", "@tailwindcss/typography": "~0.4", "@typescript-eslint/eslint-plugin": "~4", "@typescript-eslint/parser": "~4", "@vitejs/plugin-vue": "~1.2", "@vue/compiler-sfc": "~3.0", "@vue/eslint-config-standard": "~6.0", "@vue/eslint-config-typescript": "~7.0", "@vuedx/typecheck": "~0.6", "@vuedx/typescript-plugin-vue": "~0.6", "autoprefixer": "~10.2", "cypress": "^7.0", "eslint": "~7", "eslint-plugin-vue": "~7", "postcss": "~8.2", "postcss-nesting": "~7.0", "tailwindcss": "~2.1", "typescript": "~4.2", "vite": "~2.1", "wait-on": "~5.3" } }