forked from single-spa/single-spa-examples
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.61 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
{
"name": "plansoft-micro-frontends",
"description": "demonstrative application on microfrontends for sharing cafe",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --config webpack.config.js"
},
"author": "KernelPanic92",
"license": "Apache-2.0",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-inferno": "^3.3.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-function-bind": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"cpx": "^1.5.0",
"css-loader": "^0.28.7",
"ember-cli": "^2.17.1",
"html-loader": "^0.5.1",
"node-sass": "^4.13.0",
"rimraf": "^2.6.2",
"sass-loader": "^7.3.1",
"style-loader": "^0.19.0",
"svelte": "^1.47.2",
"svelte-loader": "^2.2.1",
"ts-loader": "^3.2.0",
"typescript": "^2.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.0"
},
"dependencies": {
"@angular/common": "^5.1.1",
"@angular/compiler": "^5.1.1",
"@angular/core": "^5.1.1",
"@angular/platform-browser": "^5.1.1",
"@angular/platform-browser-dynamic": "^5.1.1",
"@cycle/dom": "^20.4.0",
"@cycle/http": "^14.9.0",
"@cycle/run": "^4.4.0",
"@pcmnac/single-spa-cycle": "^1.0.1",
"@types/angular": "^1.6.56",
"angular": "^1.6.7",
"angular-ui-router": "1.0.0-beta.2",
"aphrodite": "^1.2.5",
"babel-plugin-transform-html-import-to-string": "0.0.1",
"file-loader": "^4.3.0",
"inferno": "^3.10.1",
"inferno-component": "^3.10.1",
"inferno-create-element": "^3.10.1",
"jquery": "^3.1.1",
"material-design-icons": "^3.0.1",
"materialize-css": "^0.97.8",
"preact": "^8.2.7",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router": "^3",
"reflect-metadata": "^0.1.10",
"rx": "^4.1.0",
"rxjs": "^5.5.5",
"single-spa": "^3.6.1",
"single-spa-angular": "^2.0.0",
"single-spa-angularjs": "^3.0.1",
"single-spa-ember": "^0.2.0",
"single-spa-html": "^1.1.1",
"single-spa-inferno": "^1.0.1",
"single-spa-preact": "^1.0.1",
"single-spa-react": "^2.2.0",
"single-spa-svelte": "^0.1.0",
"single-spa-vue": "^1.0.1",
"snabbdom-jsx": "^0.4.2",
"todomvc-app-css": "^2.1.0",
"todomvc-common": "^1.0.4",
"vue": "^2.5.13",
"xstream": "^11.7.0",
"zone.js": "^0.8.18"
}
}