mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Add parcel
This commit is contained in:
parent
8acf50f0a9
commit
dd4ce350a8
4 changed files with 6857 additions and 2 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
dist/
|
||||||
|
.cache/
|
||||||
11
index.html
Normal file
11
index.html
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>IFPlayer</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
6836
package-lock.json
generated
Normal file
6836
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -4,8 +4,12 @@
|
||||||
"description": "Play interactive fiction games in your browser",
|
"description": "Play interactive fiction games in your browser",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"dev": "parcel index.html",
|
||||||
|
"build": "parcel build index.html"
|
||||||
},
|
},
|
||||||
"author": "He4eT",
|
"author": "He4eT",
|
||||||
"license": "MIT"
|
"license": "MIT",
|
||||||
|
"devDependencies": {
|
||||||
|
"parcel-bundler": "^1.12.4"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue