-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 923 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
{
"name": "indigo-design-docfx",
"version": "1.0.0",
"description": "Documentation generator for Indigo Design.",
"scripts": {
"start": "gulp serve",
"build": "gulp build",
"build-staging": "set NODE_ENV=staging && gulp build",
"build-production": "set NODE_ENV=production && gulp build",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "dotnet tool restore --ignore-failed-sources"
},
"author": "Infragistics",
"license": "ISC",
"dependencies": {
"igniteui-docfx-template": "^3.5.1",
"natives": "^1.1.6",
"require-or-import": "0.1.1",
"yargs": "^10.0.3"
},
"devDependencies": {
"browser-sync": "^2.27.7",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-dart-sass": "^1.0.2",
"gulp-file-include": "^2.1.1",
"gulp-replace": "^1.1.3",
"gulp-shell": "^0.7.1",
"slash": "^3.0.0"
}
}