diff --git a/package.json b/package.json index 99076bd..2696595 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "~TODO~", + "name": "newhomedmd", "version": "0.0.1", "scripts": { "dev": "svelte-kit dev", @@ -16,6 +16,7 @@ "dependencies": { "@fontsource/fira-mono": "^4.2.2", "@lukeed/uuid": "^2.0.0", - "cookie": "^0.4.1" + "cookie": "^0.4.1", + "npm": "^7.15.0" } } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 43f20a1..df6fd61 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,12 +7,14 @@ specifiers: '@sveltejs/adapter-static': ^1.0.0-next.11 '@sveltejs/kit': next cookie: ^0.4.1 + npm: ^7.15.0 svelte: ^3.34.0 dependencies: '@fontsource/fira-mono': 4.4.0 '@lukeed/uuid': 2.0.0 cookie: 0.4.1 + npm: 7.15.0 devDependencies: '@sveltejs/adapter-netlify': 1.0.0-next.14_@sveltejs+kit@1.0.0-next.109 @@ -219,6 +221,80 @@ packages: hasBin: true dev: true + /npm/7.15.0: + resolution: {integrity: sha512-GIXNqy3obii54oPF0gbcBNq4aYuB/Ovuu/uYp1eS4nij2PEDMnoOh6RoSv2MDvAaB4a+JbpX/tjDxLO7JAADgQ==} + engines: {node: '>=10'} + hasBin: true + dev: false + bundledDependencies: + - '@npmcli/arborist' + - '@npmcli/ci-detect' + - '@npmcli/config' + - '@npmcli/run-script' + - abbrev + - ansicolors + - ansistyles + - archy + - byte-size + - cacache + - chalk + - chownr + - cli-columns + - cli-table3 + - columnify + - glob + - graceful-fs + - hosted-git-info + - ini + - init-package-json + - is-cidr + - json-parse-even-better-errors + - leven + - libnpmaccess + - libnpmdiff + - libnpmexec + - libnpmfund + - libnpmhook + - libnpmorg + - libnpmpack + - libnpmpublish + - libnpmsearch + - libnpmteam + - libnpmversion + - make-fetch-happen + - minipass + - minipass-pipeline + - mkdirp + - mkdirp-infer-owner + - ms + - node-gyp + - nopt + - npm-audit-report + - npm-package-arg + - npm-pick-manifest + - npm-profile + - npm-registry-fetch + - npm-user-validate + - npmlog + - opener + - pacote + - parse-conflict-json + - qrcode-terminal + - read + - read-package-json + - read-package-json-fast + - readdir-scoped-modules + - rimraf + - semver + - ssri + - tar + - text-table + - tiny-relative-date + - treeverse + - validate-npm-package-name + - which + - write-file-atomic + /path-parse/1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} dev: true diff --git a/svelte.config.js b/svelte.config.js index ff389f5..219bfc8 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -14,13 +14,13 @@ import netlify from '@sveltejs/adapter-netlify' export default { kit: { - // adapter: adapter({ - // // default options are shown - // pages: 'build', - // assets: 'build', - // fallback: null - // }), - adapter: netlify(), + adapter: adapter({ + // default options are shown + pages: 'build', + assets: 'build', + fallback: null + }), + // adapter: netlify(), target: '#svelte' } }; \ No newline at end of file