This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
66 lines (66 loc) · 1.97 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "docs",
"version": "1.0.0",
"description": "Vanilla Forums Documentation",
"repository": {
"type": "git",
"url": "git+https://github.com/vanilla/docs.git"
},
"keywords": [
"vanilla",
"forums",
"documentation",
"vanillaforums"
],
"author": "Tim Gunter <tim@vanillaforums.com>",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/vanilla/docs/issues"
},
"homepage": "https://github.com/vanilla/docs#readme",
"devDependencies": {
"@vanillaforums/prettier-config": "1.0.0",
"autoprefixer": "9.5.1",
"chalk": "2.4.2",
"front-matter": "3.0.2",
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "2.0.0",
"grunt-contrib-csslint": "2.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-imagemin": "3.1.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-filerev": "2.3.1",
"grunt-gh-pages": "3.1.0",
"grunt-postcss": "0.9.0",
"grunt-sass": "3.0.2",
"grunt-sass-globbing": "1.5.1",
"grunt-usemin": "3.1.1",
"hugo-lunr": "0.0.4",
"jshint": "2.10.2",
"load-grunt-tasks": "4.0.0",
"node-fetch": "2.6.0",
"sass": "1.20.1",
"time-grunt": "2.0.0",
"yargs": "13.2.4"
},
"resolutions": {
"grunt-usemin/**/lodash": "4.17.11"
},
"scripts": {
"build": "grunt",
"edit": "grunt edit",
"buildDev": "grunt buildDev",
"index": "grunt index",
"watch": "grunt watch",
"push": "grunt push",
"clean": "grunt clean",
"js": "grunt js",
"links:generate": "yarn run buildDev && node link-check.js --generate",
"links:test": "node link-check.js"
}
}