@oreodusk/oreonyx
Version:
Module bundler and code compilation helper. Provide webpack configurations for SSR and CSR applications.
65 lines (64 loc) • 1.77 kB
JSON
{
"name": "@oreodusk/oreonyx",
"version": "1.2.0",
"description": "Module bundler and code compilation helper. Provide webpack configurations for SSR and CSR applications.",
"keywords": [
"oreodusk",
"oreonnyx",
"webpack",
"babel",
"nyx"
],
"main": "src/index.js",
"bin": {
"nyx": "bin/Nyx.js"
},
"scripts": {
"prepublish:patch": "npm version patch --force",
"prepublish:minor": "npm version minor --force",
"publish:public": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toerso/oreonnyx.git"
},
"author": "toerso",
"license": "MIT",
"bugs": {
"url": "https://github.com/toerso/oreonnyx/issues"
},
"Discussions": {
"url": "https://github.com/toerso/oreonnyx/discussions"
},
"homepage": "https://github.com/toerso/oreonnyx#readme",
"dependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"babel-loader": "^8.2.3",
"babel-plugin-css-modules-transform": "^1.6.2",
"chalk": "^4.1.0",
"commander": "^9.0.0",
"css-loader": "^6.7.1",
"figlet": "^1.5.2",
"file-loader": "^6.2.0",
"gradient-string": "^2.0.0",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.0",
"nanospinner": "^1.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"ts-loader": "^9.2.8",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-node-externals": "^3.0.0",
"webpack-strip-block": "^0.3.0"
},
"engines": {
"node": ">=12.14.0"
}
}