32 lines
766 B
JSON
32 lines
766 B
JSON
{
|
|
"name": "aircox-assets",
|
|
"version": "0.0.0",
|
|
"description": "Assets for Aircox Web",
|
|
"main": "index.js",
|
|
"author": "bkfox",
|
|
"license": "AGPL",
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.0.0",
|
|
"bulma": "^0.9.3",
|
|
"css-loader": "^6.7.1",
|
|
"file-loader": "^6.2.0",
|
|
"lodash": "^4.17.21",
|
|
"mini-css-extract-plugin": "^2.6.0",
|
|
"node-sass": "^7.0.1",
|
|
"sass-loader": "^12.6.0",
|
|
"style-loader": "^3.3.1",
|
|
"vue-loader": "^17.0.0",
|
|
"vue-style-loader": "^4.1.3",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"webpack": "^5.70.0",
|
|
"webpack-cli": "^4.9.2"
|
|
},
|
|
"dependencies": {
|
|
"@vue/cli": "^5.0.3",
|
|
"vue": "^3.2.31"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js"
|
|
}
|
|
}
|