-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.01 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
{
"name": "timoanttila",
"version": "5.2.4",
"description": "Personal website with many different content types and support for Markdown and SCSS. Built on Nuxt 3.",
"homepage": "https://timoanttila.com",
"bugs": "https://github.com/timoanttila/timoanttila/issues",
"keywords": [
"vue",
"vuejs",
"nuxt",
"website",
"blog",
"pwa"
],
"author": {
"name": "Timo Anttila",
"email": "[email protected]",
"url": "https://timoanttila.com"
},
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.53",
"@iconify/vue": "^4.1.1",
"@nuxt/content": "^2.6.0",
"@unocss/nuxt": "^0.53.5",
"nuxt": "3.4.3",
"prettier": "^3.0.0",
"vue-typed-js": "^0.1.2"
},
"dependencies": {
"dayjs": "^1.11.9",
"sass-loader": "^13.3.2",
"sass": "^1.64.0"
},
"prettier": {
"semi": false,
"singleQuote": true
}
}