-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1003 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
38
39
{
"name": "@drik98/wedding-page",
"version": "1.0.0",
"description": "A simple page for our wedding.",
"repository": {
"type": "git",
"url": "git+https://github.com/drik98/wedding-page.git"
},
"author": "Hendrik Schmitz",
"license": "MIT",
"bugs": {
"url": "https://github.com/drik98/wedding-page/issues"
},
"homepage": "https://github.com/drik98/wedding-page#readme",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"check:types": "nuxt typecheck"
},
"dependencies": {
"@fontsource-variable/mulish": "^5.0.19",
"@fontsource/petit-formal-script": "^5.0.20",
"@nuxt/eslint": "^0.3.13",
"bootstrap": "^4.6.2",
"nuxt": "^3.12.4",
"vue": "latest"
},
"devDependencies": {
"nuxt-purgecss": "^2.0.0",
"sass": "^1.77.8",
"typescript": "^5.5.3",
"vue-tsc": "^2.0.28"
}
}