Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 0dab8c8

Browse files
committed
feat: add nuxt dep files
1 parent 5364013 commit 0dab8c8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3634
-9
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_size = 2
6+
indent_style = space
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false

packages/nuxt/.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
shamefully-hoist=true
2+
strict-peer-dependencies=false

packages/nuxt/.nuxtrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
imports.autoImport=true
2+
typescript.includeWorkspace=true

packages/nuxt/package.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,31 @@
1818
"license": "MIT",
1919
"scripts": {
2020
"clean": "rimraf dist .turbo",
21-
"build": "tsup && pnpm build:types",
22-
"build:fast": "tsup",
21+
"build": "nuxt-module-build",
22+
"build:fast": "nuxt-module-build",
23+
"dev:build": "nuxi build playground",
24+
"dev": "nuxi dev playground",
2325
"types:check": "tsc --noEmit",
24-
"dev": "tsup --watch",
2526
"build:types": "tsup src --dts-only"
2627
},
28+
"dependencies": {
29+
"@chakra-ui/vue-next": "workspace:*",
30+
"@emotion/css": "^11.10.5",
31+
"@emotion/server": "^11.10.0"
32+
},
2733
"peerDependencies": {
2834
"vue": "^3.1.4"
2935
},
3036
"publishConfig": {
3137
"access": "public"
3238
},
3339
"devDependencies": {
40+
"@nuxt/kit": "^3.0.0",
41+
"@nuxt/module-builder": "^0.2.1",
42+
"@nuxt/schema": "^3.0.0",
43+
"@nuxt/test-utils": "^3.0.0",
44+
"@nuxtjs/eslint-config-typescript": "^12.0.0",
45+
"nuxt": "^3.0.0",
3446
"vue": "^3.2.37"
3547
}
36-
}
48+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"date": "2023-01-23T00:55:55.403Z",
3+
"preset": "node-server",
4+
"commands": {
5+
"preview": "node ./server/index.mjs"
6+
}
7+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import{j as u}from"./entry.9daa2579.js";function n(t,e){return u()._useHead(t,e)}const c=(t,e)=>{const o=t.__vccOpts||t;for(const[r,s]of e)o[r]=s;return o};export{c as _,n as u};

packages/nuxt/playground/.output/public/_nuxt/entry.9daa2579.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nuxt/playground/.output/public/_nuxt/error-404.0cd4f3dd.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nuxt/playground/.output/public/_nuxt/error-404.60548636.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nuxt/playground/.output/public/_nuxt/error-500.159551e5.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)