-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
30 lines (30 loc) · 932 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": "brick-website",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"test": "(sed -e \"s/.*siteName:.*/&\\pathPrefix: 'brick-website',/\" gridsome.config.js > newconfig) && (mv -f newconfig gridsome.config.js)&& (gridsome build)"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "1.2.0",
"@gridsome/plugin-sitemap": "0.2.1",
"@gridsome/remark-prismjs": "^0.5.0",
"@gridsome/source-filesystem": "0.6.2",
"@gridsome/transformer-remark": "0.6.3",
"axios": "0.21.2",
"follow-redirects": "^1.15.2",
"gridsome": "0.7.22",
"gridsome-plugin-remark-youtube": "1.0.1",
"gridsome-plugin-rss": "1.1.0",
"lodash.pick": "4.4.0",
"remark-attr": "0.8.3",
"shiki": "^0.9.1",
"vue-fuse": "2.1.0",
"vue-scrollto": "2.15.0"
},
"devDependencies": {
"tailwindcss": "1.0.4"
}
}