js boilerplate
This commit is contained in:
parent
4ea872c60f
commit
aab61b3d9f
1
game-of-life/.gitignore
vendored
Normal file
1
game-of-life/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
node_modules
|
15
game-of-life/package.json
Normal file
15
game-of-life/package.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"name": "game-of-life",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC",
|
||||||
|
"devDependencies": {
|
||||||
|
"parcel": "^2.10.3"
|
||||||
|
}
|
||||||
|
}
|
1883
game-of-life/pnpm-lock.yaml
Normal file
1883
game-of-life/pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user