mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
23 lines
551 B
JSON
23 lines
551 B
JSON
{
|
|
"name": "dynamic-import",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run",
|
|
"test": "TEST_BROWSER_DRIVER=puppeteer meteor test --full-app --driver-package meteortesting:mocha"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.15.3",
|
|
"acorn": "^7.4.1",
|
|
"arson": "^0.2.6",
|
|
"jquery": "^3.6.0",
|
|
"meteor-node-stubs": "^1.2.1",
|
|
"moment": "^2.29.1",
|
|
"optimism": "^0.11.5",
|
|
"private": "^0.1.8",
|
|
"puppeteer": "^2.1.1",
|
|
"react": "^17.0.2",
|
|
"regenerator-runtime": "^0.13.5",
|
|
"uuid": "^7.0.2"
|
|
}
|
|
}
|