generated from CodeForBaltimore/ProjectTemplate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.99 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "codeforbaltimore.org",
"version": "3.0.0",
"description": "Code for Baltimore is a brigade in the Code for America network. Our focus is on social good and civic tech in Baltimore, Maryland and the surrounding areas.",
"author": "Code for Baltimore",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup",
"build:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt build",
"generate:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt generate",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"@bazzite/nuxt-optimized-images": "0.3.0",
"@dansmaculotte/nuxt-security": "0.0.1-0",
"@fortawesome/free-brands-svg-icons": "5.13.0",
"@fortawesome/vue-fontawesome": "0.1.9",
"@nuxtjs/axios": "5.13.1",
"@nuxtjs/dotenv": "1.4.1",
"@nuxtjs/markdownit": "1.2.9",
"@nuxtjs/moment": "1.6.0",
"@nuxtjs/pwa": "3.0.0-beta.20",
"@nuxtjs/robots": "2.4.2",
"@nuxtjs/sitemap": "2.0.1",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.16.0",
"contentful": "7.14.0",
"dotenv": "8.2.0",
"helmet": "3.22.0",
"imagemin": "7.0.1",
"imagemin-mozjpeg": "8.0.0",
"imagemin-pngquant": "8.0.0",
"jquery": "3.5.0",
"markdown-it": "10.0.0",
"mini-toastr": "0.8.1",
"moment": "2.24.0",
"nuxt": "^2.12.0",
"nuxt-fontawesome": "0.4.0",
"snyk": "^1.378.0",
"vue-carousel": "0.18.0",
"vue-cookie-accept-decline": "5.3.1",
"vue-notifications": "1.0.2",
"vuelayers": "0.11.21",
"webpack-cli": "3.3.11",
"xml2js": "0.4.23"
},
"devDependencies": {
"@nuxtjs/proxy": "1.3.3",
"@vue/test-utils": "^1.0.0-beta.31",
"babel-jest": "^25.1.0",
"jest": "25.1.0",
"jimp": "0.9.5",
"push-dir": "0.4.1",
"responsive-loader": "1.2.0",
"vue-jest": "^4.0.0-0",
"webp-loader": "0.6.0"
},
"snyk": true
}