LibreGaming Frontend Styles contains the stylesheets and code used on the LibreGaming Website. Frontend Styles offers responsive design and modularity.
https://libregaming.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.2 KiB
40 lines
1.2 KiB
{ |
|
"name": "libregaming-design-system", |
|
"version": "0.1.4", |
|
"description": "Giving tools to build LibreGaming services more easily", |
|
"main": "index.js", |
|
"dependencies": { |
|
"hc-offcanvas-nav": "^6.1.4", |
|
"responsive-nav": "^1.0.39" |
|
}, |
|
"devDependencies": { |
|
"@babel/core": "^7.16.12", |
|
"@babel/preset-env": "^7.16.11", |
|
"@webpack-cli/generators": "^2.4.1", |
|
"babel-loader": "^8.2.3", |
|
"css-loader": "^6.5.1", |
|
"file-loader": "^6.2.0", |
|
"html-webpack-plugin": "^5.5.0", |
|
"mini-css-extract-plugin": "^2.5.2", |
|
"prettier": "^2.5.1", |
|
"rfs": "^9.0.6", |
|
"sass": "^1.49.0", |
|
"sass-loader": "^12.4.0", |
|
"sass-mq": "^6.0.0", |
|
"style-loader": "^3.3.1", |
|
"webpack": "^5.67.0", |
|
"webpack-cli": "^4.9.1", |
|
"webpack-dev-server": "^4.7.3", |
|
"workbox-webpack-plugin": "^6.4.2" |
|
}, |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
"build": "webpack --mode=production --node-env=production", |
|
"build:dev": "webpack --mode=development", |
|
"build:prod": "webpack --mode=production --node-env=production", |
|
"watch": "webpack --watch", |
|
"serve": "webpack serve" |
|
}, |
|
"author": "spongycake", |
|
"license": "GPL" |
|
}
|
|
|