mirror of
https://github.com/danielbrendel/hortusfox-web.git
synced 2026-02-18 04:18:30 -06:00
39 lines
1020 B
JSON
39 lines
1020 B
JSON
{
|
|
"name": "asatruphp",
|
|
"version": "1.0.0",
|
|
"description": "A lightweight PHP framework",
|
|
"main": "index.js",
|
|
"directories": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack --mode=production",
|
|
"watch": "webpack --watch --mode=development"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/danielbrendel/dnyAsatruPHP-App.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/danielbrendel/dnyAsatruPHP-App/issues"
|
|
},
|
|
"homepage": "https://github.com/danielbrendel/dnyAsatruPHP-App#readme",
|
|
"devDependencies": {
|
|
"css-loader": "^5.2.7",
|
|
"sass": "^1.71.1",
|
|
"sass-loader": "^10.5.2",
|
|
"webpack": "^5.90.3",
|
|
"webpack-cli": "^4.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^7.0.1",
|
|
"axios": "^1.6.7",
|
|
"chart.js": "^4.4.2",
|
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
"date-fns": "^3.6.0",
|
|
"style-loader": "^1.2.1"
|
|
}
|
|
}
|