Files
meteor/tools/tests/apps/dynamic-import/package.json
2023-04-24 18:26:22 -03:00

23 lines
544 B
JSON

{
"name": "dynamic-import",
"private": true,
"scripts": {
"start": "meteor run",
"test": "TEST_BROWSER_DRIVER=puppeteer meteor test --full-app --driver-package grubba:mocha"
},
"dependencies": {
"@babel/runtime": "^7.15.3",
"acorn": "^7.4.1",
"arson": "^0.2.6",
"jquery": "^3.6.0",
"meteor-node-stubs": "^1.2.5",
"moment": "^2.29.4",
"optimism": "^0.11.5",
"private": "^0.1.8",
"puppeteer": "^2.1.1",
"react": "^17.0.2",
"regenerator-runtime": "^0.13.5",
"uuid": "^7.0.3"
}
}