123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "name": "@d3v4pp/cli",
- "version": "0.0.2",
- "description": "Client that allows to develop react applications faster",
- "main": "index.js",
- "publishConfig": {
- "access": "public"
- },
- "bin": {
- "devapp": "index.js"
- },
- "repository": {
- "type": "git",
- "url": "https://cvs.d3v4pp.fr/D3V4PP/cli.git"
- },
- "files": [
- "template",
- "index.js",
- "package.json",
- "README.md"
- ],
- "keywords": [
- "fast",
- "easy",
- "best practice",
- "react app",
- "runner",
- "react",
- "react-dom",
- "app"
- ],
- "author": {
- "name": "Ayoub Hassani <D3v4pp>",
- "email": "ayoub@d3v4pp.fr",
- "url": "https://d3v4pp.fr/"
- },
- "funding": "https://paypal.me/SupportTheDoc",
- "homepage": "https://cvs.d3v4pp.fr/D3V4PP/cli/src/master/README.md",
- "bugs": {
- "url": "https://cvs.d3v4pp.fr/D3V4PP/cli/issues",
- "email": "ayoub@d3v4pp.fr"
- },
- "license": "d3v4pp",
- "peerDependenciesMeta": {
- "sass": {
- "optional": true
- },
- "fibers": {
- "optional": true
- }
- },
- "dependencies": {
- "@babel/core": "^7.6.0",
- "@babel/plugin-proposal-class-properties": "^7.5.5",
- "@babel/preset-env": "^7.18.6",
- "@babel/preset-react": "^7.18.6",
- "@sweetcom/colors": "^0.0.21",
- "babel-eslint": "^10.1.0",
- "babel-loader": "^8.0.6",
- "copy-webpack-plugin": "^11.0.0",
- "css-loader": "^6.8.1",
- "eslint-loader": "^4.0.2",
- "eslint-webpack-plugin": "^3.1.1",
- "file-loader": "^6.2.0",
- "html-webpack-plugin": "^5.5.0",
- "jsdoc": "^4.0.2",
- "mini-css-extract-plugin": "^2.6.1",
- "prop-types": "^15.8.1",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "sass": "^1.69.4",
- "sass-loader": "^13.3.2",
- "style-loader": "^3.3.3",
- "webpack": "^5.89.0",
- "webpack-dev-server": "^4.15.1",
- "webpack-node-externals": "^3.0.0"
- }
- }
|