-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 3.82 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
124
{
"name": "grange-example",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@wordpress/a11y": "",
"@wordpress/annotations": "",
"@wordpress/api-fetch": "",
"@wordpress/autop": "",
"@wordpress/blob": "",
"@wordpress/block-directory": "",
"@wordpress/block-editor": "",
"@wordpress/block-library": "",
"@wordpress/block-serialization-default-parser": "",
"@wordpress/block-serialization-spec-parser": "",
"@wordpress/blocks": "",
"@wordpress/components": "",
"@wordpress/compose": "",
"@wordpress/core-data": "",
"@wordpress/data": "",
"@wordpress/data-controls": "",
"@wordpress/date": "",
"@wordpress/deprecated": "",
"@wordpress/dom": "",
"@wordpress/dom-ready": "",
"@wordpress/edit-post": "",
"@wordpress/editor": "",
"@wordpress/element": "",
"@wordpress/escape-html": "",
"@wordpress/format-library": "",
"@wordpress/hooks": "",
"@wordpress/html-entities": "",
"@wordpress/i18n": "",
"@wordpress/is-shallow-equal": "",
"@wordpress/keycodes": "",
"@wordpress/list-reusable-blocks": "",
"@wordpress/media-utils": "",
"@wordpress/notices": "",
"@wordpress/nux": "",
"@wordpress/plugins": "",
"@wordpress/priority-queue": "",
"@wordpress/redux-routine": "",
"@wordpress/rich-text": "",
"@wordpress/server-side-render": "",
"@wordpress/shortcode": "",
"@wordpress/token-list": "",
"@wordpress/url": "",
"@wordpress/viewport": "",
"@wordpress/wordcount": "",
"@angular-react/core": "^1.0.1",
"@angular/animations": "~8.2.9",
"@angular/cdk": "^8.2.3",
"@angular/common": "~8.2.9",
"@angular/compiler": "~8.2.9",
"@angular/core": "~8.2.9",
"@angular/forms": "~8.2.9",
"@angular/platform-browser": "~8.2.9",
"@angular/platform-browser-dynamic": "~8.2.9",
"@angular/router": "~8.2.9",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "^8.4.0",
"@ngrx/router-store": "^8.4.0",
"@ngrx/store": "^8.4.0",
"@ngrx/store-devtools": "^8.4.0",
"@nrwl/nx": "^7.8.7",
"@react-page/core": "^0.13.0",
"@react-page/create-plugin-materialui": "0.13.0",
"@react-page/plugins-background": "0.13.0",
"@react-page/plugins-default-native": "0.13.0",
"@react-page/plugins-divider": "0.13.0",
"@react-page/plugins-html5-video": "0.13.0",
"@react-page/plugins-image": "0.13.0",
"@react-page/plugins-slate": "0.13.0",
"@react-page/plugins-spacer": "0.13.0",
"@react-page/plugins-video": "0.13.0",
"@react-page/renderer": "0.13.0",
"@react-page/ui": "^0.13.0",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"angular-svg-icon": "^8.0.0",
"jexl": "^2.2.2",
"date-fns": "^2.9.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-redux": "^7.1.1",
"react-scripts": "3.2.0",
"rxjs": "^6.4.0",
"source-map-explorer": "^2.0.1",
"tslib": "^1.10.0",
"uuid": "^3.0.1",
"z-schema": "^4.2.1",
"zone.js": "~0.9.1",
"element-resize-event": "^3.0.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.9",
"@angular/cli": "~8.3.9",
"@angular/compiler-cli": "~8.2.9",
"@angular/language-service": "~8.2.9",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "^5.0.0",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3"
}
}