Nuxt/test/fixtures/basic/package.json

19 lines
341 B
JSON
Raw Normal View History

{
"private": true,
2023-03-31 09:49:29 +00:00
"name": "fixture-basic",
"scripts": {
2021-10-29 10:38:22 +00:00
"build": "nuxi build"
},
"dependencies": {
"@nuxt/webpack-builder": "workspace:*",
2023-04-10 11:36:07 +00:00
"nuxt": "workspace:*"
},
"devDependencies": {
"ofetch": "^1.0.1",
"ufo": "^1.1.1",
"unplugin": "^1.3.1",
"vitest": "^0.30.1",
"vue-router": "^4.1.6"
}
}