-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "wuemeli-portfolio",
"author": {
"name": "Wuemeli"
},
"description": "MPL-2.0",
"version": "1.0.0",
"scripts": {
"dev": "nuxt dev",
"buildnuxt": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"prepare": "nuxt prepare",
"lint:prettier": "prettier --check .",
"lint": "bun run lint:prettier",
"lintfix": "prettier --write --list-different ."
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@nuxt/content": "^2.12.0",
"@nuxt/image": "rc",
"@nuxtjs/robots": "^4.0.0",
"@tailwindcss/typography": "^0.5.10",
"animate.css": "^4.1.1",
"moment-timezone": "^0.5.43",
"nuxt": "^3.7.4",
"nuxt-simple-sitemap": "^4.0.0",
"openpgp": "^5.11.1",
"tailwind-typewriter": "^1.0.1",
"tailwindcss-animated": "^1.0.1"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.0",
"autoprefixer": "^10.4.16",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.3"
}
}