-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
60 lines (60 loc) · 1.83 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
{
"name": "ExpressionEngine-Docs",
"repository": {
"type": "git",
"url": "git+https://github.com/ExpressionEngine/ExpressionEngine-User-Guide.git"
},
"scripts": {
"build": "node ./scripts/cli.js",
"build:site": "node ./scripts/cli.js -t theme/site-template.html",
"watch": "node ./scripts/cli.js -w",
"buildAssets": "gulp buildAssets --gulpfile gulpfile.js",
"watchAssets": "gulp watchAssets --gulpfile gulpfile.js"
},
"license": "Apache-2.0",
"private": true,
"dependencies": {
"daisyui": "^2.38.1",
"minimist": "^1.2.6"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"autoprefixer": "^10.4.13",
"colors": "^1.3.3",
"del": "^3.0.0",
"front-matter": "^3.0.1",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.0.0",
"gulp-less": "^4.0.1",
"gulp-minify": "^3.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^1.4.0",
"highlight.js": "^9.13.1",
"is-url": "^1.2.4",
"js-yaml": "^3.13.1",
"list-item": "^2.0.0",
"markdown-slug": "^0.1.1",
"marked": "^0.7.0",
"postcss": "^8.4.18",
"replace-ext": "^1.0.0",
"tailwindcss": "^3.2.1",
"through2": "^3.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"description": "The public user guide repository for the [ExpressionEngine](https://expressionengine.com) project. The online version of the user guide is hosted at [docs.expressionengine.com](https://docs.expressionengine.com).",
"bugs": {
"url": "https://github.com/ExpressionEngine/ExpressionEngine-User-Guide/issues"
},
"homepage": "https://github.com/ExpressionEngine/ExpressionEngine-User-Guide#readme",
"version": "1.0.0",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"keywords": [],
"author": ""
}