forked from IgniteUI/igniteui-docfx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "igniteui-for-angular-docfx",
"version": "1.0.0",
"description": "Static sample site generator for Ignite UI for Angular.",
"main": "index.js",
"scripts": {
"start": "gulp serve",
"start:jp": "npm start -- --lang jp",
"start:kr": "npm start -- --lang kr",
"start:en": "npm start -- --lang en",
"build": "gulp build",
"build-gh-actions": "gulp buildCI",
"build-staging": "set NODE_ENV=staging && gulp build",
"build-production": "set NODE_ENV=production && gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Infragistics",
"license": "ISC",
"dependencies": {
"igniteui-docfx-template": "^3.3.8"
},
"devDependencies": {
"@stackblitz/sdk": "^1.5.3",
"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",
"yargs": "^10.0.3"
}
}