This repository has been archived on 2022-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
frontend-styles/package.json

41 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2022-01-23 20:12:02 +01:00
{
"name": "libregaming-design-system",
2022-02-27 02:32:23 +01:00
"version": "0.1.4",
2022-01-23 20:12:02 +01:00
"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",
2022-01-23 20:12:02 +01:00
"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"
}