base2020/package.json

26 lines
576 B
JSON
Raw Normal View History

{
"name": "ld43",
"version": "2.0.0",
"description": "Sacrifices must be made",
"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",
"tsc:check": "tsc --noEmit"
},
"author": "Tangent 128",
"license": "ISC",
"devDependencies": {
"parcel-bundler": "^1.12.4",
2020-01-19 06:24:29 +00:00
"rimraf": "^3.0.0",
"sass": "^1.23.7",
"typescript": "^3.7.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",
"callbag-map": "^1.1.0"
}
}