mirror of
https://github.com/jlfwong/speedscope.git
synced 2024-11-22 22:14:25 +03:00
22 lines
454 B
JSON
22 lines
454 B
JSON
{
|
|
"name": "speedscope",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"serve": "parcel -o dev.html",
|
|
"release": "tsc --noEmit && parcel build speedscope.tsx"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"aphrodite": "^1.2.5",
|
|
"parcel-bundler": "^1.2.1",
|
|
"preact": "^8.2.7",
|
|
"regl": "^1.3.0",
|
|
"tsify": "^3.0.4",
|
|
"typescript": "^2.6.1",
|
|
"uglify-es": "^3.2.2"
|
|
}
|
|
}
|