34 lines
846 B
JSON
34 lines
846 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": "^5.13.0",
|
|
"buefy": "^0.9.3",
|
|
"bulma": "^0.7.5",
|
|
"css-loader": "^2.1.1",
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
|
"file-loader": "^3.0.1",
|
|
"lodash": "^4.17.15",
|
|
"mini-css-extract-plugin": "^0.5.0",
|
|
"node-sass": "^4.14.1",
|
|
"sass-loader": "^7.3.1",
|
|
"style-loader": "^0.23.1",
|
|
"ttf-loader": "^1.0.2",
|
|
"vue-loader": "^15.9.3",
|
|
"vue-style-loader": "^4.1.2",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.11"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^2.6.12"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js"
|
|
}
|
|
}
|