-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 987 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
{
"name": "beekast-inspirations",
"private": true,
"scripts": {
"serve": "yarn build:icons && yarn develop",
"build": "yarn build:icons && gridsome build",
"build:icons": "node build/icons.js",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@contentful/rich-text-html-renderer": "^13.4.0",
"@contentful/rich-text-types": "^14.1.0",
"@gridsome/plugin-sitemap": "^0.3.0",
"@gridsome/source-contentful": "^0.5.2",
"@popperjs/core": "^2.4.0",
"axios": "^0.19.2",
"contentful": "^7.14.4",
"gridsome": "^0.7.0",
"gridsome-plugin-robots-txt": "^1.0.2",
"lodash-es": "^4.17.15",
"vue-clickaway": "^2.2.2",
"vue-slider-component": "^3.1.3",
"vuelidate": "^0.7.5",
"vuex": "^3.3.0",
"vuex-i18n": "^1.13.1"
},
"devDependencies": {
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"simple-svg-tools": "^1.1.12",
"style-resources-loader": "^1.3.3"
}
}