roseworx
Version:
Front end css and js framework
52 lines (51 loc) • 1.29 kB
JSON
{
"name": "roseworx",
"version": "6.4.4",
"description": "Front end css and js framework",
"main": "js/roseworx.js",
"scripts": {
"compile": "webpack --config compile-config.js",
"icons": "node icons/script.js",
"release": "npm run compile && git add . && git commit -m 'compiled' && git push && npm run icons && np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adyrose/roseworx.git"
},
"keywords": [
"js",
"css",
"Javascript",
"Responsive",
"Framework",
"Components",
"scss",
"Front End Framework",
"Helpers",
"Tooling"
],
"author": "Ady Rose",
"license": "ISC",
"bugs": {
"url": "https://github.com/adyrose/roseworx/issues"
},
"homepage": "roseworx.adyrose.co.uk",
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"css-loader": "^5.2.4",
"jsdom": "^17.0.0",
"mini-css-extract-plugin": "^1.6.0",
"path": "^0.12.7",
"postcss": "^8.2.15",
"postcss-loader": "^5.3.0",
"sass": "^1.39.0",
"sass-loader": "^11.1.1",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"
}
}