23 lines
575 B
JSON
23 lines
575 B
JSON
{
|
|
"name": "jam-web",
|
|
"scripts": {
|
|
"test:playwright": "npx playwright test -c spec/playwright/playwright.config.js",
|
|
"test:playwright:headed": "HEADLESS=false npx playwright test -c spec/playwright/playwright.config.js"
|
|
},
|
|
"dependencies": {
|
|
"browserify": "~> 6.3",
|
|
"browserify-incremental": "^1.4.0",
|
|
"coffee-reactify": "~>3.0.0",
|
|
"coffeeify": "~> 0.6",
|
|
"react": "^0.12.0",
|
|
"react-tools": "^0.12.1",
|
|
"reactify": "^0.17.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.2"
|
|
}
|
|
}
|