diff options
| author | Fuwn <[email protected]> | 2021-11-04 00:27:59 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-11-04 00:27:59 -0700 |
| commit | fa6eaeeba839208731ac3b86ef9eb2186b9d9f5d (patch) | |
| tree | 0c012a9c12283df049b4573be838418558da0ac3 /package.json | |
| parent | feat: new (diff) | |
| download | yucky.fun-fa6eaeeba839208731ac3b86ef9eb2186b9d9f5d.tar.xz yucky.fun-fa6eaeeba839208731ac3b86ef9eb2186b9d9f5d.zip | |
fix: everything
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json index 0be446e..e337e98 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,10 @@ "version": "1.0.0", "private": true, "scripts": { - "dev": "nuxt-ts", - "build": "nuxt-ts build", - "start": "nuxt-ts start", - "generate": "nuxt-ts generate", + "dev": "nuxt", + "build": "nuxt build", + "start": "nuxt start", + "generate": "nuxt generate", "lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .", "lint": "yarn lint:js", "prepare": "husky install", @@ -15,7 +15,6 @@ }, "dependencies": { "@nuxt/content": "^1.9.0", - "@nuxt/typescript-runtime": "^2.0.0", "@nuxtjs/axios": "^5.12.2", "@nuxtjs/pwa": "^3.3.4", "@nuxtjs/sitemap": "^2.4.0", |