diff --git a/packages/vite-cli/template/nuxt/package.json b/packages/vite-cli/template/nuxt/package.json new file mode 100644 index 0000000..102fafb --- /dev/null +++ b/packages/vite-cli/template/nuxt/package.json @@ -0,0 +1,12 @@ +{ + "name": "nuxt", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +} diff --git a/packages/vite-cli/template/react/package.json b/packages/vite-cli/template/react/package.json new file mode 100644 index 0000000..70e1641 --- /dev/null +++ b/packages/vite-cli/template/react/package.json @@ -0,0 +1,12 @@ +{ + "name": "react", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +}