-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.57 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.57 KB
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
{
"name": "coronatrace.org",
"private": true,
"scripts": {
"lambda-serve": "netlify-lambda serve functions",
"lambda-build": "netlify-lambda build functions",
"build": "NODE_ENV=production gridsome build && yarn run purgecss",
"develop": "NODE_ENV=development concurrently \"gridsome develop\" \"yarn run lambda-serve\"",
"explore": "gridsome explore",
"purgecss": "node_modules/purgecss/bin/purgecss --config ./purgecss.config.js --output ./dist/assets/css"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^13.4.0",
"@contentful/rich-text-types": "^14.1.0",
"@gridsome/plugin-critical": "^0.1.6",
"@gridsome/plugin-google-analytics": "^0.1.0",
"@gridsome/plugin-sitemap": "^0.2.3",
"@gridsome/source-contentful": "^0.5.2",
"@mdi/font": "^5.0.45",
"airtable": "^0.8.1",
"axios": "^0.19.2",
"buefy": "^0.8.13",
"bulma": "^0.8.0",
"bulma-scss": "^0.8.1",
"cleave.js": "^1.5.10",
"concurrently": "^5.1.0",
"contentful-rich-text-vue-renderer": "^1.1.5",
"gridsome": "^0.7.0",
"gridsome-plugin-robots-txt": "^1.0.2",
"mailchimp-api-v3": "^1.13.1",
"netlify-lambda": "^1.6.3",
"purgecss": "^2.1.2",
"v-lazy-image": "^1.4.0",
"vue-faq-accordion": "^1.5.0",
"vue2-transitions": "^0.3.0",
"vuex": "^3.3.0"
},
"devDependencies": {
"chokidar": "^3.3.1",
"node-sass": "^7.0.0",
"sass-loader": "^8.0.2",
"style-resources-loader": "^1.3.3",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.11",
"webpack-bundle-analyzer": "^3.6.1"
}
}