Skip to content

Commit 32580ba

Browse files
committed
Added docker configuration
1 parent b74b607 commit 32580ba

30 files changed

+17081
-0
lines changed

react-todomvc/.eslintrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"extends": ["eslint:recommended", "plugin:react/recommended"],
3+
"settings": {
4+
"react": {
5+
"version": "17.0.2"
6+
}
7+
},
8+
"rules": {
9+
"no-extra-parens": 0,
10+
"react/prop-types": 0,
11+
"react/react-in-jsx-scope": 0
12+
}
13+
}

react-todomvc/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
/node_modules

react-todomvc/dist/app.bundle.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: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
Copyright (c) 2018 Jed Watson.
9+
Licensed under the MIT License (MIT), see
10+
http://jedwatson.github.io/classnames
11+
*/
12+
13+
/**
14+
* @remix-run/router v1.3.3
15+
*
16+
* Copyright (c) Remix Software Inc.
17+
*
18+
* This source code is licensed under the MIT license found in the
19+
* LICENSE.md file in the root directory of this source tree.
20+
*
21+
* @license MIT
22+
*/
23+
24+
/**
25+
* React Router v6.8.2
26+
*
27+
* Copyright (c) Remix Software Inc.
28+
*
29+
* This source code is licensed under the MIT license found in the
30+
* LICENSE.md file in the root directory of this source tree.
31+
*
32+
* @license MIT
33+
*/
34+
35+
/** @license React v0.20.2
36+
* scheduler.production.min.js
37+
*
38+
* Copyright (c) Facebook, Inc. and its affiliates.
39+
*
40+
* This source code is licensed under the MIT license found in the
41+
* LICENSE file in the root directory of this source tree.
42+
*/
43+
44+
/** @license React v17.0.2
45+
* react-dom.production.min.js
46+
*
47+
* Copyright (c) Facebook, Inc. and its affiliates.
48+
*
49+
* This source code is licensed under the MIT license found in the
50+
* LICENSE file in the root directory of this source tree.
51+
*/
52+
53+
/** @license React v17.0.2
54+
* react-jsx-runtime.production.min.js
55+
*
56+
* Copyright (c) Facebook, Inc. and its affiliates.
57+
*
58+
* This source code is licensed under the MIT license found in the
59+
* LICENSE file in the root directory of this source tree.
60+
*/
61+
62+
/** @license React v17.0.2
63+
* react.production.min.js
64+
*
65+
* Copyright (c) Facebook, Inc. and its affiliates.
66+
*
67+
* This source code is licensed under the MIT license found in the
68+
* LICENSE file in the root directory of this source tree.
69+
*/

react-todomvc/dist/app.bundle.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.

react-todomvc/dist/app.css

Lines changed: 2 additions & 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)