UNPKG

framework-entersol-web

Version:

Framework based on bootstrap 5

77 lines (76 loc) 2.41 kB
{ "name": "framework-entersol-web", "version": "1.4.23", "description": "Framework based on bootstrap 5", "main": "lib/js/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "babel": "babel src/js -d lib/js --minified --source-maps", "clear:js": "rm -rf lib/js/* && mkdir -p lib/js", "clear:css": "rm -rf lib/css/* && mkdir -p lib/css", "clear:scss": "rm -rf lib/scss/* && mkdir -p lib/scss", "clear": "yarn clear:js && yarn clear:css && yarn clear:scss", "css": "node-sass --importer node_modules/node-sass-import src/scss/style.scss lib/css/style.css && yarn postcss", "postcss": "postcss lib/css/style.css --use autoprefixer -d lib/css --no-map", "scss": "cp -r src/scss lib", "build": "yarn clear && yarn scss && yarn babel" }, "keywords": [ "bs", "bootstrap", "react", "bootstrap 5", "bs5" ], "author": "joneldiablo", "license": "ISC", "peerDependencies": { "@popperjs/core": "^2.7.0", "bootstrap": "^5.1.3", "moment": "^2.29.4", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router": "^5.2.1", "react-router-dom": "^5.3.0" }, "devDependencies": { "@babel/cli": "^7.12.1", "@babel/core": "^7.12.3", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/preset-env": "^7.12.1", "@babel/preset-react": "^7.26.3", "@babel/preset-typescript": "^7.12.1", "autoprefixer": "^10.0.1", "babel-loader": "^8.1.0", "babel-plugin-inline-json-import": "^0.3.2", "babel-plugin-polyfill-corejs3": "^0.2.0", "postcss": "^8.1.6", "postcss-cli": "^8.2.0", "react-is": "^17.0.1", "sass-loader": "^10.0.5" }, "dependencies": { "@ckeditor/ckeditor5-react": "^3.0.2", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@mui/material": "^6.1.6", "@splidejs/react-splide": "^0.4.4", "bytes": "^3.1.2", "css-element-queries": "^1.2.3", "details-polyfill": "^1.2.0", "flat": "^5.0.2", "html-react-parser": "^1.2.4", "i18next": "^24.2.2", "jexcel": "^4.4.1", "konva": "^7.2.0", "lzma": "^2.3.2", "moment": "^2.29.4", "pluralize-es": "^1.0.0", "react-beautiful-dnd": "^13.1.0", "react-icomoon": "^2.1.5", "react-konva": "^17.0.0-0", "react-youtube": "^7.13.1", "resize-observer": "^1.0.2", "url-join": "^4.0.1" } }