Skip to content
This repository was archived by the owner on Jul 16, 2022. It is now read-only.

Commit bd97123

Browse files
update dependencies
Signed-off-by: Prateek Kumar <[email protected]>
1 parent 90bec86 commit bd97123

File tree

2 files changed

+1963
-1879
lines changed

2 files changed

+1963
-1879
lines changed

package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "1.0.0",
44
"private": true,
55
"scripts": {
6-
"dev": "nuxt-ts",
7-
"build": "nuxt-ts build",
8-
"start": "nuxt-ts start",
9-
"generate": "nuxt-ts generate",
10-
"serve": "nuxt-ts serve",
6+
"dev": "nuxt",
7+
"build": "nuxt build",
8+
"start": "nuxt start",
9+
"generate": "nuxt generate",
10+
"serve": "nuxt serve",
1111
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
1212
"lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore",
1313
"lint": "yarn lint:js && yarn lint:style"
@@ -18,7 +18,6 @@
1818
"@fortawesome/free-solid-svg-icons": "^5.15.1",
1919
"@fortawesome/vue-fontawesome": "^2.0.2",
2020
"@nuxt/content": "^1.11.1",
21-
"@nuxt/typescript-runtime": "^2.0.0",
2221
"@nuxtjs/gtm": "^2.4.0",
2322
"@nuxtjs/pwa": "^3.3.2",
2423
"@tailwindcss/typography": "^0.3.1",

0 commit comments

Comments
 (0)