-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
117 lines (117 loc) · 5.08 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "ngx-metaui",
"description": "Rule driven UI for Angular",
"version": "11.1.0-beta.0",
"license": "Apache 2.0",
"scripts": {
"ng": "nx",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "./node_modules/.bin/nx workspace-lint && ng lint",
"e2e": "ng e2e",
"affected:apps": "./node_modules/.bin/nx affected:apps",
"affected:libs": "./node_modules/.bin/nx affected:libs",
"affected:build": "./node_modules/.bin/nx affected:build",
"affected:e2e": "./node_modules/.bin/nx affected:e2e",
"affected:test": "./node_modules/.bin/nx affected:test",
"affected:lint": "./node_modules/.bin/nx affected:lint",
"affected:dep-graph": "./node_modules/.bin/nx affected:dep-graph",
"format": "./node_modules/.bin/nx format:write",
"format:write": "./node_modules/.bin/nx format:write",
"format:check": "./node_modules/.bin/nx format:check",
"update": "nx migrate latest",
"update:check": "ng update",
"workspace-schematic": "./node_modules/.bin/nx workspace-schematic",
"dep-graph": "./node_modules/.bin/nx dep-graph",
"help": "./node_modules/.bin/nx help",
"compile:init": "ng build rules && mkdir -p ./node_modules/@ngx-metaui && cp -Rf ./dist/libs/rules ./node_modules/@ngx-metaui/",
"compile:clean": "rm -Rf ./node_modules/@ngx-metaui/",
"compile:oss:sys": "npm run compile:init && ./libs/rules/src/lib/resources/bin/oss.js -i ./libs/rules/src/lib/metaui/core && ./libs/rules/src/lib/resources/bin/oss.js -i ./libs/material-rules/src/lib/metaui && ./libs/rules/src/lib/resources/bin/oss.js -i ./libs/fiori-rules/src/lib/metaui && npm run compile:clean",
"compile:oss:md": "npm run compile:init && ./libs/rules/src/lib/resources/bin/oss.js -i ./apps/material-app/src/app/rules -u && npm run compile:clean",
"compile:oss:fd": "npm run compile:init && ./libs/rules/src/lib/resources/bin/oss.js -i ./apps/fiori-app/src/app/rules -u && npm run compile:clean",
"watch:oss:fd": "watch --wait=30 'npm run compile:oss:fd' ./apps/fiori-app/src/app/rules",
"copy:schematics": "cp ./libs/schematics/*.json ./dist/libs/rules/lib/schematics && cp ./libs/schematics/ng-add/*.json ./dist/libs/rules/lib/schematics/ng-add && cp -R ./libs/schematics/ng-add/files ./dist/libs/rules/lib/schematics/ng-add/files && cp ./libs/schematics/ng-generate/m-page/*.json ./dist/libs/rules/lib/schematics/ng-generate/m-page && cp -R ./libs/schematics/ng-generate/m-page/files ./dist/libs/rules/lib/schematics/ng-generate/m-page/files",
"build:schematics": " ./node_modules/typescript/bin/tsc -p ./libs/schematics/tsconfig.json && npm run copy:schematics",
"nx": "nx",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points && node ./decorate-angular-cli.js"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.10",
"@angular/cdk": "~11.2.8",
"@angular/common": "~11.2.10",
"@angular/compiler": "~11.2.10",
"@angular/core": "~11.2.10",
"@angular/forms": "~11.2.10",
"@angular/material": "^11.2.8",
"@angular/platform-browser": "~11.2.10",
"@angular/platform-browser-dynamic": "~11.2.10",
"@angular/router": "~11.2.10",
"@fundamental-ngx/core": "0.29.0-rc.98",
"@fundamental-ngx/platform": "0.29.0-rc.98",
"@nrwl/angular": "11.6.1",
"big-integer": "1.6.48",
"core-js": "^3.6.4",
"flexboxgrid": "^6.3.1",
"fnv-plus": "^1.3.1",
"font-awesome": "4.7.0",
"intl": "1.2.5",
"object-path": "^0.11.5",
"rxjs": "~6.6.6",
"tslib": "^2.0.0",
"typescript-collections": "1.3.3",
"web-animations-js": "^2.3.2",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "0.1102.8",
"@angular-devkit/build-angular": "0.1102.8",
"@angular-devkit/core": "11.2.8",
"@angular-devkit/schematics": "11.2.8",
"@angular/cli": "11.2.8",
"@angular/compiler-cli": "~11.2.10",
"@angular/language-service": "~11.2.10",
"@angular/localize": "11.2.9",
"@nrwl/cli": "11.6.1",
"@nrwl/cypress": "11.6.1",
"@nrwl/tao": "11.6.1",
"@nrwl/workspace": "11.6.1",
"@schematics/angular": "~10.1.3",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.8",
"@types/node": "14.14.33",
"@types/object-path": "^0.11.0",
"angular-cli-ghpages": "^0.6.2",
"codelyzer": "^6.0.0",
"cypress": "^4.3.0",
"dotenv": "8.2.0",
"jasmine-core": "~3.6.0",
"jasmine-marbles": "0.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"marked": "^0.8.2",
"ng-packagr": "^11.2.4",
"ngx-page-scroll-core": "^7.0.1",
"prettier": "2.2.1",
"prismjs": "^1.20.0",
"protractor": "~7.0.0",
"scss-bundle": "^3.1.1",
"standard-version": "^7.1.0",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "4.1.5",
"watch": "^1.0.2"
},
"standard-version": {
"skip": {
"tag": true,
"commit": true
}
}
}