-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 906 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 906 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
32
{
"name": "codeigniter-id",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-brands-svg-icons": "^5.8.1",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@gridsome/remark-prismjs": "^0.0.6",
"@gridsome/source-filesystem": "^0.5.0",
"@gridsome/transformer-remark": "^0.3.2",
"axios": "^0.19.0",
"buefy": "^0.7.7",
"bulma": "^0.7.5",
"bulma-helpers": "^0.3.8",
"gh-pages": "^2.0.1",
"gridsome": "^0.6.0",
"vue-github-activity": "^2.1.1",
"vue-social-sharing": "^2.4.5"
},
"devDependencies": {
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0"
}
}