-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 835 Bytes
/
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
{
"private": true,
"name": "uriel-porfolio",
"author": {
"name": "Uriel David",
"url": "https://uriel-portfolio.com/"
},
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"lint": "eslint --ext \".ts,.js,.vue\" --ignore-path .gitignore ."
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.8.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"nuxt": "^3.7.3",
"prettier": "^3.0.3",
"sass": "^1.67.0",
"sass-loader": "^13.3.2",
"typescript": "^5.3.3",
"vue-tsc": "^1.8.27"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"gsap": "^3.12.2"
}
}