Website/app/package.json
Snoweuph 12c43b66e4
Some checks failed
Quality Check / QS Backend (push) Successful in 19s
Quality Check / QS Mixed (push) Successful in 34s
Quality Check / QS Frontend (push) Failing after 38s
Use Symfony UX Twig
2024-07-20 09:44:01 +02:00

54 lines
1.6 KiB
JSON

{
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev": "encore dev",
"dev:server": "encore dev-server",
"watch": "encore dev --watch",
"build": "encore production --progress",
"lint:ts": "cd frontend && eslint .",
"lint:ts:fix": "cd frontend && eslint . --fix",
"lint:scss": "cd frontend && stylelint .",
"lint:scss:fix": "cd frontend && stylelint . --fix"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.16.0",
"@hotwired/stimulus": "^3.0.0",
"@popperjs/core": "^2.11.8",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/webpack-encore": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"autoprefixer": "^10.4.19",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"core-js": "^3.23.0",
"eslint": "^8.53.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"ignore-loader": "^0.1.2",
"prettier": "^2.8.8",
"regenerator-runtime": "^0.13.9",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
"stylelint": "^16.2.1",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-scss": "^6.3.1",
"ts-loader": "^9.5.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.2.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0"
},
"volta": {
"node": "20.9.0"
},
"fork-ts-checker": {
"typescript": {
"configFileName": "./frontend/tsconfig.json"
}
}
}