-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 962 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": "fredtun-static",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@gridsome/cli": "^0.3.4",
"@gridsome/plugin-google-analytics": "^0.1.2",
"@gridsome/source-airtable": "^0.2.0",
"@sanity/image-url": "^1.0.1",
"bulma": "^0.9.4",
"bulma-calendar": "^6.1.18",
"dotenv": "^16.0.1",
"gridsome": "^0.7.23",
"gridsome-source-sanity": "^1.0.4",
"sanity-blocks-vue-component": "^0.1.0",
"v-calendar": "^2.4.1",
"vue-carousel": "^0.18.0",
"vue-client-only": "^2.1.0"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^2.0.6"
}
}