Select Git revision
package.json
-
Niklas Mohrin authored
* `ncu --upgrade --reject sass` (`npm i -g npm-check-updates`) * `npm update`
Niklas Mohrin authored* `ncu --upgrade --reject sass` (`npm i -g npm-check-updates`) * `npm update`
This project manages its dependencies using npm.
Learn more
package.json 1019 B
{
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/jest-environment-puppeteer": "^5.0.0",
"@types/jquery": "^3.5.13",
"@types/puppeteer": "^5.4.4",
"@types/sortablejs": "^1.10.7",
"jest": "^27.5.1",
"jest-environment-puppeteer": "^6.0.3",
"prettier": "^2.5.1",
"puppeteer": "^13.3.2",
"sass": "1.32.13",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
},
"jest": {
"testRunner": "jest-jasmine2",
"rootDir": "evap/static/ts",
"testMatch": [
"**/tests/unit/**/*.ts",
"**/tests/frontend/**/*.ts"
],
"moduleDirectories": [
"node_modules",
"evap/static/ts"
],
"transform": {
"^.+\\.ts$": "ts-jest"
},
"globalSetup": "jest-environment-puppeteer/setup",
"globalTeardown": "jest-environment-puppeteer/teardown",
"testEnvironment": "jest-environment-puppeteer"
}
}