mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"name": "modules-test-app",
|
|
"author": "Ben Newman <ben@meteor.com>",
|
|
"description": "Test app exercising many aspects of the Meteor module system.",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/core": "^7.23.5",
|
|
"@babel/plugin-proposal-do-expressions": "^7.23.3",
|
|
"@babel/runtime": "^7.23.5",
|
|
"@polymer/lit-element": "0.7.1",
|
|
"@wry/context": "^0.4.0",
|
|
"acorn": "file:imports/links/acorn",
|
|
"aws-sdk": "^2.2.41",
|
|
"cli-color": "^0.2.3",
|
|
"github": "^0.2.4",
|
|
"graphql": "^14.3.1",
|
|
"immutable-tuple": "^0.4.4",
|
|
"jquery": "^3.7.1",
|
|
"jsx-import-test": "file:imports/links/jsx-import-test",
|
|
"lodash-es": "^4.17.21",
|
|
"markdown-to-jsx": "4.0.3",
|
|
"meteor-node-stubs": "^1.2.12",
|
|
"mobx": "5.8.0",
|
|
"moment": "^2.30.1",
|
|
"mssql": "^3.1.1",
|
|
"mysql": "^2.15.0",
|
|
"pify": "^4.0.1",
|
|
"puppeteer": "^2.1.1",
|
|
"react-dom": "^16.8.6",
|
|
"react-trello": "2.1.4",
|
|
"regenerator-runtime": "^0.11.1",
|
|
"stripe": "^15.10.0",
|
|
"styled-components": "^4.3.2",
|
|
"uuid": "^3.4.0",
|
|
"winston": "^2.3.1"
|
|
},
|
|
"scripts": {
|
|
"test": "METEOR_PROFILE=20 TEST_BROWSER_DRIVER=puppeteer meteor test --full-app --driver-package meteortesting:mocha",
|
|
"browser": "METEOR_PROFILE=20 TEST_BROWSER_DRIVER=puppeteer meteor test --full-app --driver-package meteortesting:mocha",
|
|
"test-packages": "TEST_BROWSER_DRIVER=puppeteer meteor test-packages --driver-package meteortesting:mocha packages/modules-test-package"
|
|
},
|
|
"meteor": {
|
|
"testModule": "tests.js",
|
|
"nodeModules": {
|
|
"recompile": {
|
|
"pify": "legacy",
|
|
"@polymer/lit-element": true
|
|
}
|
|
}
|
|
}
|
|
}
|