-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1017 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": "gmac",
"version": "1.4.0",
"description": "Website for Griffin Martial Arts Center",
"author": "Dallas Hoffman",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/DallasHoff/gmac.git"
},
"scripts": {
"serve": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"config": {
"nuxt": {
"port": "8080"
}
},
"dependencies": {
"@nuxt/content": "^1.14.0",
"cross-env": "^5.2.1",
"nuxt": "^2.15.6",
"vue-flickity": "^1.2.1"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "^1.4.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^9.0.0",
"nodemon": "^1.19.4",
"responsive-loader": "^2.3.0",
"sass": "^1.51.0",
"sass-loader": "^10.2.1",
"sharp": "^0.28.3"
}
}