-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 869 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
34
35
36
37
{
"name": "frontendhistory",
"author": "Michal Kuncio",
"homepage": "",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"lint": "eslint .",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint": "^0.3.9",
"@nuxtjs/fontaine": "^0.4.1",
"@vueuse/core": "^10.5.0",
"@vueuse/nuxt": "^10.5.0",
"eslint": "^9.1.1",
"nuxt": "^3.8.1",
"stylelint": "^15.11.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^11.0.0",
"typescript": "^5.4.5",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"volta": {
"node": "18.18.2"
},
"dependencies": {
"@fontsource/inter": "^5.0.15",
"sass": "^1.69.5"
}
}