Update readme and add myself page
Signed-off-by: Al Asad Nur Riyad <asadnurriyad@gmail.com>
This commit is contained in:
21
package.json
21
package.json
@@ -5,18 +5,21 @@
|
||||
"dev": "nuxt dev",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare"
|
||||
"postinstall": "nuxt prepare",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt/content": "^2.3.0",
|
||||
"@antfu/eslint-config": "^0.38.5",
|
||||
"@nuxt/content": "^2.6.0",
|
||||
"@nuxt/image-edge": "^1.0.0-27840416.dc1ed65",
|
||||
"@nuxtjs/fontaine": "^0.2.4",
|
||||
"@nuxtjs/fontaine": "^0.2.5",
|
||||
"@nuxtjs/robots": "^3.0.0",
|
||||
"@nuxtjs/tailwindcss": "^6.1.3",
|
||||
"@tailwindcss/line-clamp": "^0.4.2",
|
||||
"@tailwindcss/typography": "^0.5.8",
|
||||
"nuxt": "^3.1.0",
|
||||
"nuxt-icon": "^0.1.8",
|
||||
"prettier": "2.8.1"
|
||||
"@nuxtjs/tailwindcss": "^6.6.7",
|
||||
"@tailwindcss/typography": "^0.5.9",
|
||||
"eslint": "^8.39.0",
|
||||
"nuxt": "^3.4.3",
|
||||
"nuxt-icon": "^0.4.0",
|
||||
"typescript": "^5.0.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user