22 lines
458 B
JSON
22 lines
458 B
JSON
|
{
|
||
|
"name": "wieerwill.github.io",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "nuxt",
|
||
|
"build": "nuxt build",
|
||
|
"start": "nuxt start",
|
||
|
"generate": "nuxt generate"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@nuxt/content": "^1.14.0",
|
||
|
"@nuxtjs/pwa": "^3.3.5",
|
||
|
"core-js": "^3.15.1",
|
||
|
"nuxt": "^2.15.7",
|
||
|
"nuxt-material-design-icons": "^1.0.4",
|
||
|
"pug": "^3.0.2",
|
||
|
"pug-plain-loader": "^1.1.0",
|
||
|
"sass": "^1.35.1"
|
||
|
}
|
||
|
}
|