Spaces:
Running
Running
Commit ·
36f1355
1
Parent(s): 2c63b5e
Upload 5 files
Browse files- package.json +28 -0
- page2.html +0 -0
- page3.html +0 -0
package.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "static",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"description": "This is a static template with no bundling",
|
| 5 |
+
"main": "index.html",
|
| 6 |
+
"scripts": {
|
| 7 |
+
"start": "serve",
|
| 8 |
+
"build": "echo This is a static template, there is no bundler or bundling involved!"
|
| 9 |
+
},
|
| 10 |
+
"repository": {
|
| 11 |
+
"type": "git",
|
| 12 |
+
"url": "git+https://github.com/codesandbox-app/static-template.git"
|
| 13 |
+
},
|
| 14 |
+
"keywords": [
|
| 15 |
+
"static",
|
| 16 |
+
"template",
|
| 17 |
+
"codesandbox"
|
| 18 |
+
],
|
| 19 |
+
"author": "Ives van Hoorne",
|
| 20 |
+
"license": "MIT",
|
| 21 |
+
"bugs": {
|
| 22 |
+
"url": "https://github.com/codesandbox-app/static-template/issues"
|
| 23 |
+
},
|
| 24 |
+
"homepage": "https://github.com/codesandbox-app/static-template#readme",
|
| 25 |
+
"devDependencies": {
|
| 26 |
+
"serve": "^11.2.0"
|
| 27 |
+
}
|
| 28 |
+
}
|
page2.html
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
page3.html
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|