2019-12-14 23:11:00 +00:00
|
|
|
{
|
2020-03-12 02:00:31 +00:00
|
|
|
"name": "base2020",
|
2019-12-14 23:11:00 +00:00
|
|
|
"version": "2.0.0",
|
2020-03-12 02:00:31 +00:00
|
|
|
"description": "base code for HTML5 games",
|
2019-12-14 23:11:00 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-01-19 06:24:29 +00:00
|
|
|
"build": "parcel build src/index.html",
|
|
|
|
"clean": "rimraf .cache dist",
|
|
|
|
"live": "parcel src/index.html",
|
2020-01-16 03:49:52 +00:00
|
|
|
"tsc:check": "tsc --noEmit"
|
2019-12-14 23:11:00 +00:00
|
|
|
},
|
|
|
|
"author": "Tangent 128",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
2020-05-09 15:43:02 +00:00
|
|
|
"@babel/core": "^7.9.6",
|
2020-03-25 03:48:38 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
2019-12-14 23:11:00 +00:00
|
|
|
"parcel-bundler": "^1.12.4",
|
2020-05-09 15:43:02 +00:00
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"sass": "^1.26.5",
|
2020-03-12 02:00:31 +00:00
|
|
|
"typescript": "^3.8.3"
|
2020-02-15 22:56:38 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-02-16 02:10:19 +00:00
|
|
|
"callbag": "^1.2.0",
|
|
|
|
"callbag-animation-frames": "^2.1.0",
|
2020-05-18 03:47:50 +00:00
|
|
|
"callbag-create": "^2.1.0",
|
2020-05-09 15:43:02 +00:00
|
|
|
"callbag-map": "^1.1.0",
|
2020-04-03 22:35:23 +00:00
|
|
|
"callbag-pipe": "^1.2.0",
|
2020-05-02 03:22:38 +00:00
|
|
|
"callbag-share": "^1.2.0",
|
2020-02-16 05:01:30 +00:00
|
|
|
"callbag-subscribe": "^1.5.1"
|
2019-12-14 23:11:00 +00:00
|
|
|
}
|
|
|
|
}
|