-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 876 Bytes
/
package.json
File metadata and controls
executable file
·31 lines (31 loc) · 876 Bytes
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
{
"name": "my-project",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@gridsome/remark-prismjs": "^0.1.0",
"@gridsome/source-filesystem": "^0.5.0",
"@gridsome/transformer-remark": "^0.6.4",
"@zefman/gridsome-source-instagram": "^0.1.2",
"auto-bind": "^2.1.1",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.27",
"gridsome": "^0.7.23",
"vue": "^2.6.10"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-plugin-gridsome": "^1.2.6",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"vue-eslint-parser": "^6.0.4"
}
}