-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.15 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
36
37
38
{
"name": "netlifycms-gridsome",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@gridsome/plugin-google-analytics": "^0.1.0",
"@gridsome/remark-prismjs": "^0.3.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"@octokit/rest": "^18.3.4",
"@toast-ui/vue-editor": "^2.5.1",
"@voraciousdev/vue-markdown-editor": "^0.3.0",
"dayjs": "^1.10.4",
"gridsome": "^0.7.23",
"gridsome-plugin-flexsearch": "^1.0.5",
"gridsome-source-github-api": "^0.2.0",
"js-base64": "^3.6.0",
"postcss-import": "^14.0.0",
"stackedit-js": "^1.0.7",
"tailwindcss": "^2.0.1-compat",
"vuetify": "^2.2.14"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@fullhuman/postcss-purgecss": "^4.0.0",
"@mdi/font": "^5.9.55",
"@tailwindcss/typography": "^0.4.0",
"node-sass": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"sass-loader": "^10.1.1"
}
}