Website/app/package.json

38 lines
1.1 KiB
JSON
Raw Normal View History

2023-10-29 17:01:21 +00:00
{
"devDependencies": {
"@babel/core": "^7.17.0",
2024-02-04 04:39:13 +00:00
"@babel/eslint-parser": "^7.23.10",
2023-10-29 17:01:21 +00:00
"@babel/preset-env": "^7.16.0",
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/webpack-encore": "^4.0.0",
2024-02-04 04:39:13 +00:00
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
2023-10-29 17:01:21 +00:00
"core-js": "^3.23.0",
2024-02-04 04:39:13 +00:00
"eslint": "^8.56.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"prettier": "^3.2.4",
2023-10-29 17:01:21 +00:00
"regenerator-runtime": "^0.13.9",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
2024-02-04 04:39:13 +00:00
"build": "encore production --progress",
"lint": "eslint assets",
"lint:fix": "eslint assets --fix"
2023-10-29 17:01:21 +00:00
},
"volta": {
"node": "20.9.0"
}
}