-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 831 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 831 Bytes
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
{
"name": "curtisbelt.dev",
"version": "0.0.2",
"description": "Personal website of Curtis Belt",
"author": "Curtis Belt <curtis@curtisbelt.dev>",
"private": true,
"license": "MIT",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint .",
"format": "eslint --fix .",
"prepare": "nuxt prepare"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^3.0.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"nuxt": "^4.4.2"
},
"devDependencies": {
"@nuxt/eslint": "^1.0.0",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"prettier": "^3.8.1"
}
}