-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "flare-starter",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"lint": "npx eslint --ext .js,.vue ./src"
},
"dependencies": {
"@fontsource/hind": "^4.2.2",
"@fontsource/montserrat": "^4.2.2",
"@gridsome/plugin-google-analytics": "^0.1.2",
"@gridsome/plugin-sitemap": "^0.4.0",
"@gridsome/remark-prismjs": "^0.5.0",
"@gridsome/source-ghost": "^0.4.0",
"@gridsome/vue-remark": "^0.2.6",
"@lkmx/flare": "^0.3.5",
"@stakeordie/source-strapi": "^0.4.0",
"@whitewizard/countdown": "^1.0.6",
"axios": "^0.21.1",
"babel-runtime": "^6.26.0",
"gridsome": "^0.7.23",
"gridsome-plugin-i18n": "^1.6.0",
"gridsome-plugin-remark-prismjs-all": "^0.3.5",
"md5": "^2.3.0",
"vue-infinite-slide-bar": "^1.1.1",
"vue-markdown": "^2.2.4",
"vue-pdf-cdn": "^1.0.10",
"vue-select": "^3.18.3",
"vue-social-sharing": "^3.0.7",
"vue-typical": "^1.6.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.15.4",
"babel-loader": "^8.2.2",
"eslint": "^8.27.0",
"eslint-plugin-vue": "^9.7.0",
"vue-loader": "^15.9.8"
},
"resolutions": {
"gridsome/sharp": "0.29.3"
}
}