-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 1.04 KB
/
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
31
32
33
34
35
{
"name": "portfolio",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@gridsome/plugin-sitemap": "^0.4.0",
"gridsome": "^0.7.23",
"gridsome-plugin-feed": "^1.0.2",
"vee-validate": "^3.4.5",
"vue-disqus": "3.0.5"
},
"devDependencies": {
"@fontsource/inter": "^4.5.15",
"@fontsource/mulish": "^4.3.0",
"@fontsource/open-sans": "^4.5.14",
"@fontsource/roboto": "^4.5.8",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@gridsome/remark-prismjs": "^0.5.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"autoprefixer": "^9",
"gridsome-plugin-tailwindcss": "^4.1.1",
"postcss": "^7",
"sass": "^1.58.0",
"sass-loader": "^10.1.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
}
}