This repository was archived by the owner on Mar 2, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 161
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 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
45
46
47
48
49
50
{
"author": "Developer Express Inc.",
"name": "devextreme-angular-generator",
"version": "2.1.2",
"description": "Angular UI and visualization components based on DevExtreme widgets",
"repository": {
"type": "git",
"url": "https://github.com/DevExpress/devextreme-angular.git"
},
"main": "dist/dot-generator",
"types": "dist/dot-generator",
"files": [
"dist"
],
"scripts": {
"gulp": "npx --node-options='--max_old_space_size=8048' gulp",
"build": "npm run gulp -- build",
"build:local": "npm run gulp -- build:local",
"test": "npm run gulp -- test",
"test:dev": "npm run gulp -- run.tests",
"pack": "npm run gulp -- build && npm run gulp -- npm.pack"
},
"keywords": [
"angular",
"devextreme",
"devexpress"
],
"license": "MIT",
"dependencies": {
"deepmerge": "^2.2.1",
"dot": "^1.1.3",
"inflector-js": "^1.0.1",
"mkdirp": "^0.5.6",
"yargs": "^6.6.0"
},
"devDependencies": {
"@types/dot": "^1.1.7",
"@types/jasmine": "2.8.19",
"@types/mkdirp": "^0.5.2",
"@types/node": "^18.17.5",
"@types/yargs": "^6.6.0",
"del": "^2.2.2",
"gulp": "^4.0.2",
"gulp-jasmine": "^2.4.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^3.2.4",
"jasmine-reporters": "2.5.2",
"typescript": "~4.2.3"
}
}