mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
22 lines
526 B
JSON
22 lines
526 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.1.2",
|
|
"acorn": "^4.0.11",
|
|
"arson": "^0.2.3",
|
|
"meteor-node-stubs": "^1.0.0",
|
|
"moment": "^2.17.1",
|
|
"optimism": "^0.3.3",
|
|
"private": "^0.1.7",
|
|
"puppeteer": "^1.6.2",
|
|
"react": "^16.0.0",
|
|
"regenerator-runtime": "^0.11.1",
|
|
"uuid": "^3.1.0"
|
|
}
|
|
}
|