26 lines
800 B
JSON
26 lines
800 B
JSON
{
|
|
"dependencies": {
|
|
"@symfony/webpack-encore": "github:symfony/webpack-encore",
|
|
"raw-loader": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"babel-loader": "^9.1.3",
|
|
"css-loader": "^7.1.2",
|
|
"file-loader": "^6.2.0",
|
|
"mini-css-extract-plugin": "^2.9.1",
|
|
"postcss-loader": "^8.1.1",
|
|
"prettier": "3.4.2",
|
|
"sass": "^1.78.0",
|
|
"sass-loader": "^16.0.1",
|
|
"source-map-loader": "^5.0.0",
|
|
"style-loader": "^4.0.0",
|
|
"webpack": "^5.94.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-notifier": "^1.15.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "ESLINT_USE_FLAT_CONFIG=false ./node_modules/.bin/eslint --ext .js,.vue --ignore-path .gitignore --fix frontend",
|
|
"format": "./node_modules/.bin/prettier frontend --write"
|
|
}
|
|
}
|