forked from DamesMakingGames/manual
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1011 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1011 Bytes
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
{
"name": "damesmakinggames",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"@gridsome/plugin-sitemap": "^0.2.3",
"@gridsome/source-airtable": "^0.1.4",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"@gridsome/vue-remark": "^0.2.6",
"axios": "^0.21.1",
"bl": "^2.2.1",
"dot-prop": "^4.2.1",
"gridsome": "^0.7.23",
"gridsome-plugin-remark-shiki": "^0.3.1",
"gridsome-plugin-rss": "^1.2.0",
"lodash.pick": "^4.4.0",
"luxon": "^1.25.0",
"minimist": "^0.2.1",
"postcss-nested": "^4.2.3",
"remark-footnotes": "^1.0.0",
"remark-toc": "^7.0.0",
"serialize-javascript": "^4.0.0",
"slugify": "^1.4.6",
"vue-fuse": "^2.2.1",
"vue-luxon": "^0.7.4",
"vue-scrollto": "^2.20.0"
},
"devDependencies": {
"tailwindcss": "^1.9.6"
}
}