-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 974 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
{
"name": "@wikiwarsgg/website",
"version": "0.1.0",
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"release": "standard-version"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "^0.1.7",
"@fullhuman/postcss-purgecss": "^1.2.0",
"@gridsome/plugin-sitemap": "^0.3.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.0",
"axios": "^0.21.1",
"gridsome": "^0.7.17",
"gridsome-plugin-remark-shiki": "^0.3.0",
"gridsome-plugin-rss": "^1.1.0",
"lodash.pick": "^4.4.0",
"vue-fuse": "^2.1.0",
"vue-scrollto": "^2.15.0"
},
"devDependencies": {
"standard-version": "^8.0.1",
"tailwindcss": "^1.0.4"
}
}