-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 928 Bytes
/
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
{
"name": "codestuff",
"private": true,
"scripts": {
"build": "gridsome build",
"dev": "gridsome develop",
"explore": "gridsome explore"
},
"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/plugin-google-analytics": "^0.1.1",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.1",
"@noxify/gridsome-plugin-remark-embed": "^1.2.1",
"baguettebox.js": "^1.11.1",
"gridsome": "^0.7.0",
"gridsome-plugin-netlify-cms": "^1.0.9",
"gridsome-plugin-remark-codesandbox": "^0.4.2",
"netlify-cms": "^2.10.54",
"three": "^0.118.3",
"three-full": "^28.0.2",
"vue-burger-menu": "^2.0.5"
},
"devDependencies": {
"gridsome-plugin-tailwindcss": "^3.0.1"
}
}