-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "malthesers",
"short_name": "malthesers",
"description": "portfolio of malthesers",
"author": "Malthesers (Malthe Kusk Lauritsen)",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/malthesers/malthesers.github.io"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"preview": "npx serve .output/public",
"deploy": "npx gh-pages --dotfiles -d .output/public",
"lint": "eslint --ext .ts,.js,.vue ."
},
"devDependencies": {
"@hypernym/nuxt-gsap": "^2.4.2",
"@nuxt/devtools": "latest",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/google-fonts": "^3.0.2",
"@nuxtjs/tailwindcss": "^6.11.1",
"@typescript-eslint/parser": "^6.19.1",
"@vite-pwa/nuxt": "^0.7.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"nuxt": "^3.11.1",
"nuxt-icon": "^0.5.0",
"prettier": "^3.2.4",
"vue-tsc": "^1.8.25"
}
}