-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 2.23 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "eirikmo-portfolio",
"description": "A portfolio website for Full-Stack Developer Eirik Mo - Built with TresJS, Nuxt, Vue, TypeScript, Tailwind CSS and Three.js",
"version": "1.0.0",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/estubmo/eirikmo-portfolio.git"
},
"author": "Eirik Mo <[email protected]> (http://mowebdev.com/)",
"keywords": [
"nuxt",
"vue",
"threejs",
"typescript",
"tailwindcss",
"gsap",
"bun"
],
"scripts": {
"build": "nuxt build",
"start": "nuxt start",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"update-deps": "bunx npm-check-updates --root --format group -i",
"lint": "bun eslint \"src/**/*.{js,jsx,ts,tsx,md,vue}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,ts,jsx,tsx,vue}\"",
"format": "prettier --check \"**/*.{js,jsx,ts,tsx,md,vue}\"",
"format:fix": "prettier --write \"**/*.{js,jsx,ts,tsx,md,vue}\""
},
"dependencies": {
"@nuxt/image": "^1.3.0",
"@nuxtjs/robots": "^3.0.0",
"@tresjs/cientos": "^3.8.0",
"@tresjs/nuxt": "^2.1.1",
"@vueuse/nuxt": "^10.9.0",
"maath": "^0.10.7",
"nuxt": "^3.10.3",
"simplebar-vue": "^2.3.3",
"three": "0.162.0",
"vue": "^3.4.21",
"vue-final-modal": "^4.5.4",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@nuxt/devtools": "^1.0.8",
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/google-fonts": "^3.1.3",
"@nuxtjs/sitemap": "^5.1.1",
"@nuxtjs/tailwindcss": "^6.11.4",
"@total-typescript/ts-reset": "^0.5.1",
"@types/three": "0.162.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vueuse/motion": "^2.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-tailwindcss": "^3.14.3",
"eslint-plugin-vue": "^9.22.0",
"nuxt-schema-org": "^3.3.4",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"typescript": "5.3.3",
"vue-tsc": "1.8.27"
}
}