41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.13.0",
|
|
"@symfony/webpack-encore": "^0.30.0",
|
|
"@typescript-eslint/eslint-plugin": "^3.3.0",
|
|
"@typescript-eslint/parser": "^3.3.0",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/eslint-config-typescript": "^5.0.2",
|
|
"buefy": "^0.8.20",
|
|
"bulma": "^0.9.0",
|
|
"core-js": "^3.0.0",
|
|
"eslint": "^7.2.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"fork-ts-checker-webpack-plugin": "^4.0.0",
|
|
"node-sass": "^4.14.1",
|
|
"prettier": "^2.0.5",
|
|
"regenerator-runtime": "^0.13.2",
|
|
"sass-loader": "^8.0.0",
|
|
"sort-package-json": "^1.44.0",
|
|
"ts-loader": "^5.3.0",
|
|
"tsconfig-paths-webpack-plugin": "^3.2.0",
|
|
"typescript": "^3.9.5",
|
|
"vue": "^2.6.11",
|
|
"vue-class-component": "^7.2.3",
|
|
"vue-loader": "^15.9.2",
|
|
"vue-router": "^3.3.4",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"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": {}
|
|
}
|