-
Notifications
You must be signed in to change notification settings - Fork 159
/
package.json
39 lines (39 loc) · 1.35 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
38
39
{
"name": "root",
"private": true,
"version": "0.0.0",
"description": "Angular UI and visualization components based on DevExtreme widgets",
"repository": {
"type": "git",
"url": "https://github.com/DevExpress/devextreme-angular.git"
},
"scripts": {
"start": "npm run build && npm run --workspace=devextreme-angular-sandbox start",
"start:dev": "npm run build && npm run --workspace=devextreme-angular-sandbox start:dev",
"lite": "npm run --workspace=devextreme-angular-sandbox lite",
"build": "npm run update-integration-meta && npm run build --ws --if-present",
"test": "npm run test --ws --if-present",
"test:dev": "npm run test:dev --ws --if-present",
"pack": "npm run update-integration-meta && npm run pack --ws --if-present",
"lint": "gulp lint",
"update-integration-meta": "dx-tools generate-ng-smd --artifacts ../devextreme/packages/devextreme/artifacts/internal-tools --output-path ./packages/devextreme-angular/metadata/NGMetaData.json"
},
"author": "Developer Express Inc.",
"license": "MIT",
"devDependencies": {
"codelyzer": "6.0.2",
"devextreme-internal-tools": "10.0.0-beta.18",
"gulp": "^4.0.2",
"gulp-tslint": "^7.1.0",
"tslint": "6.1.3",
"webpack": "^5.88.2"
},
"workspaces": [
"packages/*"
],
"keywords": [
"angular",
"devextreme",
"devexpress"
]
}