-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
123 lines (123 loc) · 5.11 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
118
119
120
121
122
123
{
"name": "angular-react",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "ng serve --port 4201",
"start:demo": "ng serve demo",
"start:docs": "ng serve docs",
"build": "ng build",
"build:github": "npm run clean:docs && npm run build:docs:github && npm run build:demo:github",
"build:demo": "ng build demo",
"build:demo:prod": "ng build demo --prod",
"build:demo:prod:package": "ng build demo-from-packages --prod",
"build:demo:github": "ng build demo --prod --output-path docs/demo --base-href https://microsoft.github.io/angular-react/demo/",
"build:docs": "ng build docs",
"build:docs:prod": "ng build docs --prod",
"build:docs:prod:package": "ng build docs-from-packages --prod",
"build:docs:github": "ng build docs --prod --output-path docs --base-href https://microsoft.github.io/angular-react/",
"build:libs": "npm run build:libs:core && npm run build:libs:fabric && npm run build:libs:semantic-ui",
"build:libs:core": "ng-packagr -p libs/core/package.json",
"postbuild:libs:core": "copyfiles README.md ./@angular-react/core",
"build:libs:fabric": "ts-node libs/fabric/build.ts",
"build:libs:semantic-ui": "ts-node libs/semantic-ui/build.ts",
"affected:apps": "./node_modules/.bin/nx affected:apps",
"affected:build": "./node_modules/.bin/nx affected:build",
"affected:e2e": "./node_modules/.bin/nx affected:e2e",
"format": "./node_modules/.bin/nx format:write",
"format:write": "./node_modules/.bin/nx format:write",
"format:check": "./node_modules/.bin/nx format:check",
"update": "ng update @nrwl/schematics",
"update:check": "ng update",
"prepublish:all": "npm run clean:publish && npm run build:libs",
"prepublish:core": "npm run prepublish:all && cd ./libs/core",
"prepublish:fabric": "npm run prepublish:all && cd ./libs/fabric",
"prepublish:semantic-ui": "npm run prepublish:all && cd ./libs/semantic-ui",
"publish:core": "npm publish ./@angular-react/core --access=public",
"publish:fabric": "npm publish ./@angular-react/fabric --access=public",
"publish:semantic-ui": "npm publish ./@angular-react/semantic-ui --access=public",
"publish:core:next": "npm publish ./@angular-react/core --access=public --tag next",
"publish:fabric:next": "npm publish ./@angular-react/fabric --access=public --tag next",
"publish:semantic-ui:next": "npm publish ./@angular-react/semantic-ui --access=public --tag next",
"clean:docs": "rimraf docs",
"clean:publish": "rimraf @angular-react",
"e2e": "ng e2e",
"lint": "./node_modules/.bin/nx lint && ng lint",
"ng": "ng",
"test": "ng test",
"test:ci": "ng test --no-watch --no-progress --browsers=ChromeHeadlessCI",
"dep-graph": "./node_modules/.bin/nx dep-graph",
"affected:dep-graph": "./node_modules/.bin/nx affected:dep-graph",
"workspace-schematic": "./node_modules/.bin/nx workspace-schematic",
"help": "./node_modules/.bin/nx help",
"affected:test": "./node_modules/.bin/nx affected:test",
"affected:lint": "./node_modules/.bin/nx affected:lint"
},
"private": false,
"dependencies": {
"@angular/animations": "~8.0.2",
"@angular/cdk": "~8.0.1",
"@angular/common": "~8.0.2",
"@angular/compiler": "~8.0.2",
"@angular/core": "~8.0.2",
"@angular/forms": "~8.0.2",
"@angular/material": "~8.0.1",
"@angular/platform-browser": "~8.0.2",
"@angular/platform-browser-dynamic": "~8.0.2",
"@angular/router": "~8.0.2",
"@ngrx/effects": "~8.0.1",
"@ngrx/router-store": "~8.0.1",
"@ngrx/store": "~8.0.1",
"@ngrx/store-devtools": "~8.0.1",
"core-js": "^2.5.4",
"ngrx-store-freeze": "^0.2.4",
"office-ui-fabric-react": "7.82.2",
"react": "~16.8.6",
"react-dom": "~16.8.6",
"rxjs": "6.5.2",
"semantic-ui-react": "^0.82.1",
"web-animations-js": "^2.3.1",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.3",
"@angular-devkit/core": "~8.0.3",
"@angular-devkit/schematics": "~8.0.3",
"@angular/cli": "~8.0.3",
"@angular/compiler-cli": "~8.0.2",
"@angular/language-service": "~8.0.2",
"@ngrx/schematics": "~8.0.1",
"@nrwl/nx": "^7.8.7",
"@nrwl/schematics": "^8.1.2",
"@types/classnames": "^2.2.6",
"@types/css-to-style": "^1.2.0",
"@types/jasmine": "~3.3.1",
"@types/jasminewd2": "~2.0.6",
"@types/node": "~10.12.9",
"@types/react": "~16.8.25",
"@types/react-dom": "^16.8.5",
"@types/stylenames": "^1.1.0",
"classnames": "^2.2.6",
"codelyzer": "~5.1.0",
"copyfiles": "^2.1.0",
"css-to-style": "^1.2.1",
"jasmine-core": "~3.3.0",
"jasmine-marbles": "0.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.1.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.0",
"karma-jasmine-html-reporter": "^1.2.0",
"ng-packagr": "^5.3.0",
"prettier": "1.15.3",
"protractor": "~5.4.0",
"rimraf": "^2.6.2",
"stylenames": "^1.1.6",
"ts-node": "~7.0.1",
"tsickle": "^0.35.0",
"tslib": "^1.10.0",
"tslint": "~5.11.0",
"typescript": "~3.4.5"
}
}