Skip to content

Commit b8c8c79

Browse files
committed
add react-mobx-bucket framework
1 parent fd0c1a5 commit b8c8c79

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+15816
-2640
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"files": {
3+
"main.js": "/frameworks/keyed/react-mobx-bucket/build/static/js/main.886bc076.chunk.js",
4+
"main.js.map": "/frameworks/keyed/react-mobx-bucket/build/static/js/main.886bc076.chunk.js.map",
5+
"runtime-main.js": "/frameworks/keyed/react-mobx-bucket/build/static/js/runtime-main.0dc3de29.js",
6+
"runtime-main.js.map": "/frameworks/keyed/react-mobx-bucket/build/static/js/runtime-main.0dc3de29.js.map",
7+
"static/js/2.44e062f0.chunk.js": "/frameworks/keyed/react-mobx-bucket/build/static/js/2.44e062f0.chunk.js",
8+
"static/js/2.44e062f0.chunk.js.map": "/frameworks/keyed/react-mobx-bucket/build/static/js/2.44e062f0.chunk.js.map",
9+
"index.html": "/frameworks/keyed/react-mobx-bucket/build/index.html",
10+
"static/js/2.44e062f0.chunk.js.LICENSE.txt": "/frameworks/keyed/react-mobx-bucket/build/static/js/2.44e062f0.chunk.js.LICENSE.txt"
11+
},
12+
"entrypoints": [
13+
"static/js/runtime-main.0dc3de29.js",
14+
"static/js/2.44e062f0.chunk.js",
15+
"static/js/main.886bc076.chunk.js"
16+
]
17+
}
3.08 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/frameworks/keyed/react-mobx-bucket/build/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/frameworks/keyed/react-mobx-bucket/build/logo192.png"/><link rel="manifest" href="/frameworks/keyed/react-mobx-bucket/build/manifest.json"/><link href="/css/currentStyle.css" rel="stylesheet"/><title>React App</title></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,a,c=r[0],f=r[1],l=r[2],p=0,b=[];p<c.length;p++)a=c[p],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&b.push(o[a][0]),o[a]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(i&&i(r);b.length;)b.shift()();return u.push.apply(u,l||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,c=1;c<t.length;c++){var f=t[c];0!==o[f]&&(n=!1)}n&&(u.splice(r--,1),e=a(a.s=t[0]))}return e}var n={},o={1:0},u=[];function a(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.m=e,a.c=n,a.d=function(e,r,t){a.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,r){if(1&r&&(e=a(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(a.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)a.d(t,n,function(r){return e[r]}.bind(null,n));return t},a.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(r,"a",r),r},a.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},a.p="/frameworks/keyed/react-mobx-bucket/build/";var c=this["webpackJsonpjs-framework-benchmark-react-mobx-bucket"]=this["webpackJsonpjs-framework-benchmark-react-mobx-bucket"]||[],f=c.push.bind(c);c.push=r,c=c.slice();for(var l=0;l<c.length;l++)r(c[l]);var i=f;t()}([])</script><script src="/frameworks/keyed/react-mobx-bucket/build/static/js/2.44e062f0.chunk.js"></script><script src="/frameworks/keyed/react-mobx-bucket/build/static/js/main.886bc076.chunk.js"></script></body></html>
5.22 KB
Loading
9.44 KB
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "React App",
3+
"name": "Create React App Sample",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "logo192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "logo512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
}
20+
],
21+
"start_url": ".",
22+
"display": "standalone",
23+
"theme_color": "#000000",
24+
"background_color": "#ffffff"
25+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

frameworks/keyed/react-mobx-bucket/build/static/js/2.44e062f0.chunk.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/** @license React v0.20.1
8+
* scheduler.production.min.js
9+
*
10+
* Copyright (c) Facebook, Inc. and its affiliates.
11+
*
12+
* This source code is licensed under the MIT license found in the
13+
* LICENSE file in the root directory of this source tree.
14+
*/
15+
16+
/** @license React v17.0.1
17+
* react-dom.production.min.js
18+
*
19+
* Copyright (c) Facebook, Inc. and its affiliates.
20+
*
21+
* This source code is licensed under the MIT license found in the
22+
* LICENSE file in the root directory of this source tree.
23+
*/
24+
25+
/** @license React v17.0.1
26+
* react-jsx-runtime.production.min.js
27+
*
28+
* Copyright (c) Facebook, Inc. and its affiliates.
29+
*
30+
* This source code is licensed under the MIT license found in the
31+
* LICENSE file in the root directory of this source tree.
32+
*/
33+
34+
/** @license React v17.0.1
35+
* react.production.min.js
36+
*
37+
* Copyright (c) Facebook, Inc. and its affiliates.
38+
*
39+
* This source code is licensed under the MIT license found in the
40+
* LICENSE file in the root directory of this source tree.
41+
*/

frameworks/keyed/react-mobx-bucket/build/static/js/2.44e062f0.chunk.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)