-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 994 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
31
32
33
34
35
{
"name": "twblog",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"predeploy": "gridsome build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@fontsource/roboto": "^4.5.1",
"@gridsome/plugin-sitemap": "^0.4.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"@jamesives/github-pages-deploy-action": "^4.2.2",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^9",
"axios": "^0.25.0",
"gh-pages": "^3.2.3",
"gridsome": "^0.7.0",
"gridsome-plugin-gtm": "^0.1.1",
"gridsome-plugin-robots-txt": "^1.0.2",
"lottie-vuejs": "^0.4.0",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"webp-converter": "^2.3.3"
},
"devDependencies": {
"sass": "^1.45.2",
"sass-loader": "^10.1.1",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.14"
}
}