@reactful/create 1.2.4 → 1.2.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/templates/sampling/builds/about.html +0 -30
- package/templates/sampling/builds/bundle.js +0 -34763
- package/templates/sampling/builds/bundle.ts +0 -20
- package/templates/sampling/builds/clock.html +0 -30
- package/templates/sampling/builds/counter.html +0 -31
- package/templates/sampling/builds/forms/form.html +0 -49
- package/templates/sampling/builds/forms/index.html +0 -49
- package/templates/sampling/builds/hello.html +0 -62
- package/templates/sampling/builds/htmlx.html +0 -27
- package/templates/sampling/builds/htmlx.tsx +0 -13
- package/templates/sampling/builds/login.html +0 -48
- package/templates/sampling/builds/profile/index.html +0 -55
- package/templates/sampling/builds/quotes.html +0 -27
- package/templates/sampling/builds/shared.js +0 -77
- package/templates/sampling/builds/system.html +0 -28
package/package.json
CHANGED
@@ -1,30 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en">
|
3
|
-
<head>
|
4
|
-
<meta charset="UTF-8">
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
-
<meta name="description" content="Home page">
|
7
|
-
<meta name="theme-color" content="#333">
|
8
|
-
<link rel="stylesheet" href="/assets/bootstrap-icons.css">
|
9
|
-
<link rel="stylesheet" href="/assets/markdown.css">
|
10
|
-
<link rel="stylesheet" href="/assets/default.css">
|
11
|
-
<link rel="manifest" href="/assets/manifest.json">
|
12
|
-
<title>Welcome</title>
|
13
|
-
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
|
14
|
-
<meta name='description' content='Home page' />
|
15
|
-
<meta name='theme-color' content='#333' />
|
16
|
-
<meta name='title' content='Welcome' />
|
17
|
-
<script src='/mnt/b/Repositorios/reactful/experiment/builds/shared.js'></script>
|
18
|
-
<script type='module' src='/mnt/b/Repositorios/reactful/experiment/builds/bundle.js'></script></head>
|
19
|
-
<body>
|
20
|
-
<div id='root'>
|
21
|
-
<h1>About</h1>
|
22
|
-
<p>
|
23
|
-
Lorem ipsum dolor sit amet consectetur adipisicing elit.
|
24
|
-
Adipisci id eaque saepe ab numquam, nisi minus atque obcaecati,
|
25
|
-
dignissimos facere accusamus nihil ipsam repudiandae praesentium,
|
26
|
-
quia animi perspiciatis architecto fuga?
|
27
|
-
</p>
|
28
|
-
</div>
|
29
|
-
</body>
|
30
|
-
</html>
|