-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.49 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.49 KB
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
{
"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",
"verify": "npm run spellcheck && npm run lint:md",
"spellcheck": "cspell \"en/components/**/*.md\"",
"lint:tmpls:md": "markdownlint \"en/components/grids_templates/*.md\"",
"lint:md": "markdownlint \"en/components/**/*.md\"",
"lint:md:fix": "markdownlint \"en/components/**/*.md\" --fix",
"postinstall": "dotnet tool restore --ignore-failed-sources && gulp copyGitHooks"
},
"author": "Infragistics",
"license": "ISC",
"dependencies": {
"igniteui-docfx-template": "^3.12.1"
},
"devDependencies": {
"@stackblitz/sdk": "^1.11.0",
"browser-sync": "^3.0.3",
"cross-env": "^7.0.3",
"cspell": "^9.2.2",
"del": "^5.1.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^10.0.0",
"gulp-dart-sass": "^1.0.2",
"gulp-file-include": "^2.1.1",
"gulp-replace": "^1.1.3",
"gulp-shell": "^0.7.1",
"markdownlint-cli": "^0.48.0",
"slash": "^3.0.0",
"yargs": "^17.7.2"
}
}