-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
37 lines (37 loc) · 1.13 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
{
"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": "cross-env NODE_ENV=staging gulp build",
"build-production": "cross-env NODE_ENV=production gulp build",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "dotnet tool restore --ignore-failed-sources && gulp copyGitHooks"
},
"author": "Infragistics",
"license": "ISC",
"dependencies": {
"igniteui-docfx-template": "^3.7.6"
},
"devDependencies": {
"@stackblitz/sdk": "^1.9.0",
"browser-sync": "^2.29.3",
"cross-env": "^7.0.3",
"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": "^17.7.2"
}
}