-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 832 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 832 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
{
"name": "bentooh",
"version": "0.1.0",
"description": "Portfolio of Bernice Delanto",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"lint": "vue-cli-service lint",
"forestry-preview": "gridsome develop -p 8080 --host 0.0.0.0"
},
"dependencies": {
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.4.0",
"gridsome": "^0.7.12"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-gridsome": "^1.4.0",
"vue-eslint-parser": "^7.0.0"
}
}