Skip to content

Commit 611951c

Browse files
committed
build
1 parent 7ff7714 commit 611951c

19 files changed

+583
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
/coverage
1010

1111
# production
12-
/build
1312

1413
# misc
1514
.DS_Store

build/asset-manifest.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.1d24bff8.css",
4+
"main.js": "/static/js/main.9081a8e6.js",
5+
"static/js/787.18628471.chunk.js": "/static/js/787.18628471.chunk.js",
6+
"static/media/main-fonts.svg?v=20": "/static/media/main-fonts.404be73e1ad40b1da282.svg",
7+
"static/media/main-fonts.eot?v=20": "/static/media/main-fonts.b8dc46886b7e216a02be.eot",
8+
"static/media/main-fonts.ttf?v=20": "/static/media/main-fonts.4d0a76596dbbbfbfe5ee.ttf",
9+
"static/media/main-fonts.woff?v=20": "/static/media/main-fonts.dbf9ed7d53cfa8f73da7.woff",
10+
"index.html": "/index.html",
11+
"main.1d24bff8.css.map": "/static/css/main.1d24bff8.css.map",
12+
"main.9081a8e6.js.map": "/static/js/main.9081a8e6.js.map",
13+
"787.18628471.chunk.js.map": "/static/js/787.18628471.chunk.js.map"
14+
},
15+
"entrypoints": [
16+
"static/css/main.1d24bff8.css",
17+
"static/js/main.9081a8e6.js"
18+
]
19+
}

build/favicon.ico

3.78 KB
Binary file not shown.

build/index.html

+1
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="/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="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.9081a8e6.js"></script><link href="/static/css/main.1d24bff8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

build/logo192.png

5.22 KB
Loading

build/logo512.png

9.44 KB
Loading

build/manifest.json

+25
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+
}

build/robots.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

build/static/css/main.1d24bff8.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/css/main.1d24bff8.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/787.18628471.chunk.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/787.18628471.chunk.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/main.9081a8e6.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
/*
2+
* Underscore.string
3+
* (c) 2010 Esa-Matti Suuronen <esa-matti aet suuronen dot org>
4+
* Underscore.string is freely distributable under the terms of the MIT license.
5+
* Documentation: https://github.com/epeli/underscore.string
6+
* Some code is borrowed from MooTools and Alexandru Marasteanu.
7+
* Version '3.3.4'
8+
* @preserve
9+
*/
10+
11+
/*
12+
object-assign
13+
(c) Sindre Sorhus
14+
@license MIT
15+
*/
16+
17+
/*!
18+
Copyright (c) 2018 Jed Watson.
19+
Licensed under the MIT License (MIT), see
20+
http://jedwatson.github.io/classnames
21+
*/
22+
23+
/*!
24+
* Sizzle CSS Selector Engine v2.3.10
25+
* https://sizzlejs.com/
26+
*
27+
* Copyright JS Foundation and other contributors
28+
* Released under the MIT license
29+
* https://js.foundation/
30+
*
31+
* Date: 2023-02-14
32+
*/
33+
34+
/*!
35+
* @kurkle/color v0.2.1
36+
* https://github.com/kurkle/color#readme
37+
* (c) 2022 Jukka Kurkela
38+
* Released under the MIT License
39+
*/
40+
41+
/*!
42+
* Chart.js v3.9.1
43+
* https://www.chartjs.org
44+
* (c) 2022 Chart.js Contributors
45+
* Released under the MIT License
46+
*/
47+
48+
/*!
49+
* jQuery JavaScript Library v3.6.4
50+
* https://jquery.com/
51+
*
52+
* Includes Sizzle.js
53+
* https://sizzlejs.com/
54+
*
55+
* Copyright OpenJS Foundation and other contributors
56+
* Released under the MIT license
57+
* https://jquery.org/license
58+
*
59+
* Date: 2023-03-08T15:28Z
60+
*/
61+
62+
/*! grapesjs - 0.17.29 */
63+
64+
/*! grapesjs-blocks-bootstrap4 - 0.2.3 */
65+
66+
/*! grapesjs-plugin-export - 1.0.11 */
67+
68+
/*! grapesjs-style-bg - 1.0.5 */
69+
70+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
71+
72+
/** @license React v0.20.2
73+
* scheduler.production.min.js
74+
*
75+
* Copyright (c) Facebook, Inc. and its affiliates.
76+
*
77+
* This source code is licensed under the MIT license found in the
78+
* LICENSE file in the root directory of this source tree.
79+
*/
80+
81+
/** @license React v16.13.1
82+
* react-is.production.min.js
83+
*
84+
* Copyright (c) Facebook, Inc. and its affiliates.
85+
*
86+
* This source code is licensed under the MIT license found in the
87+
* LICENSE file in the root directory of this source tree.
88+
*/
89+
90+
/** @license React v17.0.2
91+
* react-dom.production.min.js
92+
*
93+
* Copyright (c) Facebook, Inc. and its affiliates.
94+
*
95+
* This source code is licensed under the MIT license found in the
96+
* LICENSE file in the root directory of this source tree.
97+
*/
98+
99+
/** @license React v17.0.2
100+
* react-is.production.min.js
101+
*
102+
* Copyright (c) Facebook, Inc. and its affiliates.
103+
*
104+
* This source code is licensed under the MIT license found in the
105+
* LICENSE file in the root directory of this source tree.
106+
*/
107+
108+
/** @license React v17.0.2
109+
* react-jsx-runtime.production.min.js
110+
*
111+
* Copyright (c) Facebook, Inc. and its affiliates.
112+
*
113+
* This source code is licensed under the MIT license found in the
114+
* LICENSE file in the root directory of this source tree.
115+
*/
116+
117+
/** @license React v17.0.2
118+
* react.production.min.js
119+
*
120+
* Copyright (c) Facebook, Inc. and its affiliates.
121+
*
122+
* This source code is licensed under the MIT license found in the
123+
* LICENSE file in the root directory of this source tree.
124+
*/

build/static/js/main.9081a8e6.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)