2023-10-29 17:01:21 +00:00
|
|
|
{
|
2024-07-12 22:56:04 +00:00
|
|
|
"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",
|
2024-07-13 10:32:40 +00:00
|
|
|
"lint:scss": "cd frontend/styles && stylelint .",
|
|
|
|
"lint:scss:fix": "cd frontend/styles && stylelint . --fix"
|
2024-07-12 22:56:04 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-07-14 14:26:52 +00:00
|
|
|
"easymde": "^2.18.0",
|
|
|
|
"flowbite": "^2.4.1"
|
2024-07-12 22:56:04 +00:00
|
|
|
},
|
|
|
|
"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",
|
2024-07-14 14:26:52 +00:00
|
|
|
"autoprefixer": "^10.4.19",
|
|
|
|
"browser-sync": "^2.29.3",
|
|
|
|
"browser-sync-webpack-plugin": "^2.3.0",
|
2024-07-12 22:56:04 +00:00
|
|
|
"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",
|
|
|
|
"jquery": "^3.7.1",
|
|
|
|
"junit-report-merger": "^6.0.3",
|
2024-07-14 14:26:52 +00:00
|
|
|
"postcss": "^8.4.39",
|
|
|
|
"postcss-loader": "^7.3.4",
|
2024-07-12 22:56:04 +00:00
|
|
|
"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",
|
2024-07-14 14:26:52 +00:00
|
|
|
"stylelint-config-tailwindcss": "^0.0.7",
|
2024-07-12 22:56:04 +00:00
|
|
|
"stylelint-scss": "^6.3.1",
|
2024-07-14 14:26:52 +00:00
|
|
|
"tailwindcss": "^3.4.4",
|
2024-07-12 22:56:04 +00:00
|
|
|
"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"
|
2023-10-29 17:01:21 +00:00
|
|
|
}
|
2024-07-12 22:56:04 +00:00
|
|
|
}
|
2023-10-29 17:01:21 +00:00
|
|
|
}
|