Php - Symfony application
Application with Symfony to display and save a PDF file generated from HTML code
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"devDependencies": {
|
|
|
|
"@symfony/stimulus-bridge": "^2.0.0",
|
|
|
|
"@symfony/webpack-encore": "^1.0.0",
|
|
|
|
"bootstrap": "^4.5.3",
|
|
|
|
"copy-webpack-plugin": "^6.2.1",
|
|
|
|
"core-js": "^3.0.0",
|
|
|
|
"jquery": "^3.5.0",
|
|
|
|
"node-sass": "^4.14.1",
|
|
|
|
"popper.js": "^1.16.1",
|
|
|
|
"regenerator-runtime": "^0.13.2",
|
|
|
|
"sass-loader": "8.0.0",
|
|
|
|
"stimulus": "^2.0.0",
|
|
|
|
"webpack-notifier": "^1.6.0"
|
|
|
|
},
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev-server": "encore dev-server",
|
|
|
|
"dev": "encore dev",
|
|
|
|
"watch": "encore dev --watch",
|
|
|
|
"build": "encore production --progress"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"hosted-git-info": "2.8.9",
|
|
|
|
"is-svg": "4.2.2",
|
|
|
|
"lodash": "4.17.21",
|
|
|
|
"url-parse": "1.5.0"
|
|
|
|
}
|
|
|
|
}
|