-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "portfolio",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"@playlyfe/gql": "^2.6.2",
"aos": "^2.3.4",
"emailjs-com": "^2.6.4",
"gitmoji-cli": "^3.3.0",
"gridsome": "^0.7.0",
"gridsome-helper-json": "^1.0.3",
"gridsome-plugin-i18n": "^1.6.0",
"gridsome-plugin-netlify-cms": "^1.0.9",
"mapbox-gl": "^2.1.1",
"netlify-cms": "^2.10.118",
"vue-mapbox": "^0.4.1",
"vue-recaptcha": "^1.3.0",
"vuetify": "^2.4.3",
"vuetify-loader": "^1.7.2"
},
"devDependencies": {
"deepmerge": "^4.2.2",
"eslint": "^7.19.0",
"eslint-plugin-gridsome": "^1.6.1",
"eslint-plugin-vue": "^7.5.0",
"fibers": "^5.0.0",
"netlify-plugin-minify-html": "^0.3.1",
"sass": "^1.32.8",
"sass-loader": "7.3.1",
"style-resources-loader": "^1.4.1",
"vue-eslint-parser": "^7.4.1",
"webpack-node-externals": "^2.5.2"
}
}