mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
19 lines
416 B
JSON
19 lines
416 B
JSON
{
|
|
"dependencies": [
|
|
{
|
|
"type": "js",
|
|
"url": "https://unpkg.com/react@15.3.1/dist/react.min.js"
|
|
},
|
|
{
|
|
"type": "js",
|
|
"url": "https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.2/lodash.js"
|
|
},
|
|
{
|
|
"type": "js",
|
|
"url": "https://cdnjs.cloudflare.com/ajax/libs/benchmark/2.1.2/benchmark.js"
|
|
},
|
|
"benchmark/benchmark.js",
|
|
"require-run: ./client.js"
|
|
]
|
|
}
|