create-vue
Version:
🛠️ The recommended way to start a Vite-powered Vue project
16 lines (15 loc) • 339 B
JSON
{
"scripts": {
"test:e2e": "nightwatch tests/e2e/*"
},
"devDependencies": {
"@nightwatch/vue": "^3.1.2",
"@vitejs/plugin-vue": "^5.2.1",
"chromedriver": "^133.0.0",
"geckodriver": "^5.0.0",
"nightwatch": "^3.11.0",
"ts-node": "^10.9.2",
"vite": "^6.0.11",
"vite-plugin-nightwatch": "^0.4.6"
}
}