-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
72 lines (72 loc) · 1.89 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
67
68
69
70
71
72
{
"name": "foundation-docs",
"version": "0.3.4",
"description": "Common templates and utilities for the Foundation family documentation.",
"main": "index.js",
"scripts": {
"test": "npm run test:unit",
"test:unit": "mocha test/unit/*.js --require @babel/register",
"test:visual": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foundation/foundation-docs.git"
},
"keywords": [
"foundation",
"docs"
],
"author": "Foundation <[email protected]> (https://get.foundation)",
"license": "MIT",
"bugs": {
"url": "https://github.com/foundation/foundation-docs/issues"
},
"homepage": "https://github.com/foundation/foundation-docs#readme",
"engines": {
"node": ">=6.4.0",
"npm": ">=2.14.2"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"handlebars": "^4.5.3",
"highlight.js": "^9.16.2",
"inky": "^1.4.1",
"js-beautify": "^1.14.4",
"kebab-case": "^1.0.0",
"lodash": "^4.17.15",
"lodash.template": "^4.5.0",
"marked": "^2",
"mkdirp": "^0.5.6",
"multiline": "^1.0.2",
"querystring": "^0.2.0",
"require-dir": "^1.0.0",
"string-template": "^1.0.0",
"strip-indent": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/register": "^7.10.5",
"autoprefixer": "^9.1.5",
"browser-sync": "^2.11.1",
"chai": "^4.1.2",
"foundation-sites": "foundation/foundation-sites#master",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^5.1.0",
"mocha": "^8.0.1",
"motion-ui": "^2.0.3",
"panini": "^1.7.2",
"rimraf": "^2.5.2",
"sass-embedded": "^1.79.3",
"striptags": "^3.1.1",
"supercollider": "^1.5.3"
},
"resolutions": {
"glob-parent": "^5.1.2",
"yargs-parser": "^20.2.4",
"marked": "^2"
}
}