mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 18:57:41 -07:00
Initial commit
This commit is contained in:
34
package.json
Normal file
34
package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user