Initial commit

This commit is contained in:
Daniel Brendel
2022-08-16 13:54:30 +02:00
commit 94353ac3c8
64 changed files with 32771 additions and 0 deletions

34
package.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "asatruphp",
"version": "1.0.0",
"description": "(C) 2019 - 2022 by Daniel Brendel",
"main": "index.js",
"directories": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack --watch"
},
"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.54.3",
"sass-loader": "^10.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"highlight.js": "^11.6.0",
"style-loader": "^1.2.1"
}
}