-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (28 loc) · 894 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
{
"name": "brick-vue-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/source-filesystem": "^0.5.0",
"@gridsome/transformer-remark": "^0.3.2",
"axios": "^0.19.0",
"gridsome": "^0.6.5",
"gridsome-plugin-remark-shiki": "^0.3.0",
"gridsome-plugin-remark-youtube": "^1.0.1",
"gridsome-plugin-rss": "^1.1.0",
"lodash.pick": "^4.4.0",
"remark-attr": "^0.8.3",
"vue-fuse": "^2.1.0",
"vue-scrollto": "^2.15.0"
},
"devDependencies": {
"tailwindcss": "^1.0.4"
}
}