-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.66 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "my-blog",
"private": true,
"scripts": {
"build": "gridsome build",
"dev": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.1.0",
"@gridsome/plugin-sitemap": "^0.2.3",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.5.0",
"@gridsome/transformer-yaml": "^0.2.1",
"@inotom/vue-go-top": "^1.3.0",
"@noxify/gridsome-plugin-remark-embed": "^1.1.5",
"@sindresorhus/slugify": "^0.11.0",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.8.0",
"core-js": "^3.6.4",
"gridsome": "^0.7.13",
"gridsome-plugin-remark-prismjs-all": "^0.3.5",
"gridsome-plugin-robots-txt": "^1.0.2",
"gridsome-source-static-meta": "^1.0.1",
"imagemin-webpack-plugin": "^2.4.2",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"popper.js": "^1.16.0",
"remark-attr": "^0.10.0",
"remark-rehype": "^5.0.0",
"vue": "^2.6.11",
"vue-disqus": "^3.0.5",
"vue-fuse": "^2.2.1",
"vue-svg-loader": "^0.16.0"
},
"devDependencies": {
"@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": "^0.1.9",
"compression-webpack-plugin": "^3.1.0",
"copy-webpack-plugin": "^5.1.1",
"eslint": "^6.8.0",
"eslint-plugin-gridsome": "^1.4.1",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.13.1",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"prism-themes": "^1.3.0",
"sass-loader": "^8.0.2",
"vue-eslint-parser": "^7.0.0"
}
}