Update tetris
This commit is contained in:
parent
d209919afb
commit
0139f67d03
5 changed files with 4302 additions and 8031 deletions
|
@ -8,7 +8,7 @@ let
|
||||||
owner = "chvp";
|
owner = "chvp";
|
||||||
repo = "tetris";
|
repo = "tetris";
|
||||||
rev = "main";
|
rev = "main";
|
||||||
sha256 = "0jq5pih8bb1w2pglpklqix01pdd3a3wzzf0jnai0wy5gn93abpik";
|
sha256 = "lH7LV03pRCJnY4ZjklWpmNuWjrQUiy1LwuByQlA1nTg=";
|
||||||
};
|
};
|
||||||
packageJSON = ./package.json;
|
packageJSON = ./package.json;
|
||||||
yarnLock = ./yarn.lock;
|
yarnLock = ./yarn.lock;
|
||||||
|
|
|
@ -1,21 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "tetris",
|
"name": "tetris",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"main": "src/index.ts",
|
"browserslist": "> 0.5%, last 2 versions, not dead",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "parcel src/index.html",
|
"dev": "parcel src/index.html",
|
||||||
"build": "parcel build src/index.html"
|
"build": "parcel build src/index.html"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@typescript-eslint/eslint-plugin": "^4.4.0",
|
"@parcel/core": "^2.0.1",
|
||||||
"@typescript-eslint/parser": "^4.4.0",
|
"@parcel/config-default": "^2.0.1",
|
||||||
"eslint": "^7.11.0",
|
"@parcel/transformer-typescript-tsc": "^2.0.1",
|
||||||
"eslint-config-standard": "^14.1.1",
|
"parcel": "^2.0.1",
|
||||||
"eslint-plugin-import": "^2.22.1",
|
"typescript": "^4.5.0"
|
||||||
"eslint-plugin-node": "^11.1.0",
|
|
||||||
"eslint-plugin-promise": "^4.2.1",
|
|
||||||
"eslint-plugin-standard": "^4.0.1",
|
|
||||||
"parcel-bundler": "^1.12.4",
|
|
||||||
"typescript": "^4.0.3"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env nix-shell
|
#!/usr/bin/env nix-shell
|
||||||
#!nix-shell -p curl yarn2nix -i bash
|
#!nix-shell -p curl yarn2nix -i bash
|
||||||
curl -L -O https://github.com/chvp/tetris/raw/master/package.json
|
curl -L -O https://github.com/chvp/tetris/raw/main/package.json
|
||||||
curl -L -O https://github.com/chvp/tetris/raw/master/yarn.lock
|
curl -L -O https://github.com/chvp/tetris/raw/main/yarn.lock
|
||||||
yarn2nix --lockfile yarn.lock --no-patch > yarn.nix
|
yarn2nix --lockfile yarn.lock --no-patch > yarn.nix
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue