UNPKG

cc-core-cli

Version:

Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.

132 lines 3.83 kB
{ "name": "@shopstack/cc-admin-lib", "version": "0.0.0", "description": "", "main": "dist/cjs/index.js", "module": "dist/module/index.es.js", "scripts": {}, "files": [ "dist", "local_modules" ], "author": "Shopstack Co.,LTD.", "license": "ISC", "dependencies": { "@newrelic/next": "^0.4.0", "@next/bundle-analyzer": "^10.0.4", "@svgr/webpack": "^6.5.1", "@testing-library/react": "^12.0.0", "@tisoap/react-flow-smart-edge": "^2.0.0", "ace-builds": "^1.4.12", "amazon-cognito-identity-js": "^4.3.3", "antd": "4.12.3", "antd-dayjs-webpack-plugin": "^1.0.6", "array-move": "^3.0.1", "axios": "^0.21.1", "b64-to-blob": "^1.2.19", "body-parser": "^1.19.0", "bwip-js": "^2.0.11", "cc-next-dynamic-antd-theme": "^0.0.6", "chart.js": "^4.3.0", "chartjs-chart-treemap": "2.3.0", "chartjs-plugin-datalabels": "^2.2.0", "chroma-js": "^2.4.2", "cookie-parser": "^1.4.5", "cronstrue": "^1.96.0", "cross-env": "^7.0.3", "dagre": "^0.8.5", "dayjs": "^1.10.4", "dotenv": "^8.2.0", "express": "^4.17.1", "external-svg-loader": "1.3.4", "flat": "^5.0.2", "fs": "0.0.1-security", "google-map-react": "^2.2.0", "hash.js": "^1.1.7", "idb-keyval": "^6.2.1", "jodit-pro-react": "^1.3.63", "jodit-react": "^1.3.39", "less": "^3.11.3", "less-loader": "^10.2.0", "less-plugin-npm-import": "^2.1.0", "lodash": "^4.17.15", "log-timestamp": "^0.3.0", "mongodb-query-parser": "2.1.2", "newrelic": "^9.10.2", "next": "12.2.2", "next-compose-plugins": "^2.2.0", "next-pwa": "^5.3.1", "next-transpile-modules": "^3.3.0", "next-with-less": "^2.0.4", "numeral": "^2.0.6", "qs": "^6.9.4", "randexp": "^0.5.3", "react": "^17.0.2", "react-ace": "^9.1.3", "react-beautiful-dnd": "^13.0.0", "react-big-calendar": "^1.8.1", "react-bootstrap-icons": "^1.0.3-alpha5", "react-chartjs-2": "^5.2.0", "react-color": "^2.18.1", "react-currency-input-field": "^3.6.4", "react-dnd": "^11.1.3", "react-dnd-html5-backend": "^11.1.3", "react-dom": "^17.0.2", "react-feather": "^2.0.8", "react-flow-renderer": "10.2.2", "react-google-recaptcha": "^2.1.0", "react-google-recaptcha-v3": "^1.10.0", "react-infinite-scroller": "^1.2.4", "react-json-view-compare": "^2.0.1", "react-otp-input": "^3.0.0", "react-player": "^2.12.0", "react-slick": "^0.29.0", "react-sortable-hoc": "^2.0.0", "react-spinners": "^0.11.0", "react-toastify": "^9.0.8", "slick-carousel": "^1.8.1", "strip-css-comments": "^4.1.0", "style-it": "^2.1.4", "tinycolor2": "^1.4.2", "universal-cookie": "^4.0.3", "uuid": "^8.3.2", "zxcvbn": "^4.4.2" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.3", "@rollup/plugin-node-resolve": "^15.1.0", "@testing-library/dom": "^8.19.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/user-event": "^14.4.3", "babel-jest": "^26.0.0", "enzyme": "^3.11.0", "identity-obj-proxy": "^3.0.0", "jest": "^26.0.0", "jest-sonar-reporter": "^2.0.0", "rimraf": "^5.0.1", "rollup": "^2.79.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-svg": "^2.0.0", "rollup-plugin-svg-import": "^2.0.0", "webpack-bundle-analyzer": "^4.3.0" }, "peerDependencies": { "next": "12.2.2", "react": "^17.0.2", "react-dom": "^17.0.2" }, "browser": { "fs": false, "os": false, "path": false }, "exports": { ".": { "require": "./dist/cjs/index.js", "import": "./dist/module/index.js" }, "./server": "./dist/server.js" } }