Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
270 changes: 135 additions & 135 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,135 +1,135 @@
{
"name": "pixel-base",
"version": "1.9.3",
"description": "Common UI components for web.pixelone.app, Based on React Bootstrap",
"author": "muffrank",
"license": "MIT",
"repository": "https://github.com/pixelone-corp/pixel-base",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.ts",
"engines": {
"node": ">=10"
},
"types": "pixel-base.d.ts",
"scripts": {
"build": "microbundle-crl --no-compress --format modern,cjs --jsxFragment React.Fragment",
"start": "microbundle-crl watch --no-compress --format modern,cjs --jsxFragment React.Fragment",
"prepare": "run-s build",
"test": "run-s test:unit test:lint test:build",
"test:build": "run-s build",
"test:lint": "eslint .",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"deploy": "gh-pages -d example/build",
"storybook": "start-storybook -p 6006",
"predeploy": "npm run build-storybook",
"deploy-storybook": "gh-pages -d docs",
"build-storybook": "build-storybook -o docs"
},
"homepage": "https://pixelone-corp.github.io/pixel-base/",
"peerDependencies": {
"@datepicker-react/styled": "^2.8.4",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@types/highcharts": "^5.0.22",
"bootstrap": "5.1.3",
"highcharts": "^8.1.2",
"highcharts-react-official": "^3.1.0",
"moment": "^2.29.1",
"notiflix": "^3.2.4",
"react": "^18.2.0",
"react-bootstrap": "^2.2.2",
"react-bootstrap-typeahead": "^6.0.0-alpha.11",
"react-data-table-component": "^7.4.7",
"react-dropzone": "^14.2.1",
"react-input-mask": "^2.0.4",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-interactions": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/builder-webpack4": "^6.5.9",
"@storybook/manager-webpack4": "^6.5.9",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^25.1.4",
"@types/node": "^12.12.38",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.2",
"css-loader": "5.2.7",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"gh-pages": "^4.0.0",
"microbundle-crl": "^0.13.11",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"react": "^18.2.0",
"react-dom": "^18.0.5",
"sass": "^1.53.0",
"sass-loader": "10.1.1",
"style-loader": "2.0.0",
"typescript": "^3.7.5"
},
"files": [
"dist"
],
"dependencies": {
"@datepicker-react/styled": "^2.8.4",
"@floating-ui/react": "^0.27.5",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@storybook/addon-contexts": "^5.3.21",
"@types/echarts": "^4.9.22",
"@types/highcharts": "^5.0.22",
"apexcharts": "^4.5.0",
"bootstrap": "5.1.3",
"date-fns": "^2.30.0",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.3",
"highcharts": "^8.1.2",
"highcharts-react-official": "^3.1.0",
"lucide-react": "^0.477.0",
"moment": "^2.29.1",
"notiflix": "^3.2.4",
"npm": "^10.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.2.2",
"react-bootstrap-typeahead": "^6.0.0-alpha.11",
"react-data-table-component": "^7.4.7",
"react-date-range": "^1.4.0",
"react-device-detect": "^2.2.2",
"react-dropzone": "^14.2.1",
"react-input-mask": "^2.0.4",
"react-router-dom": "^6.3.0",
"rechat-react-click-outside": "^1.1.1",
"scss": "^0.2.4",
"storybook": "^7.0.18",
"styled-components": "^5.3.3"
}
}
{
"name": "pixel-base",
"version": "1.9.4",
"description": "Common UI components for web.pixelone.app, Based on React Bootstrap",
"author": "muffrank",
"license": "MIT",
"repository": "https://github.com/pixelone-corp/pixel-base",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.ts",
"engines": {
"node": ">=10"
},
"types": "pixel-base.d.ts",
"scripts": {
"build": "microbundle-crl --no-compress --format modern,cjs --jsxFragment React.Fragment",
"start": "microbundle-crl watch --no-compress --format modern,cjs --jsxFragment React.Fragment",
"prepare": "run-s build",
"test": "run-s test:unit test:lint test:build",
"test:build": "run-s build",
"test:lint": "eslint .",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"deploy": "gh-pages -d example/build",
"storybook": "start-storybook -p 6006",
"predeploy": "npm run build-storybook",
"deploy-storybook": "gh-pages -d docs",
"build-storybook": "build-storybook -o docs"
},
"homepage": "https://pixelone-corp.github.io/pixel-base/",
"peerDependencies": {
"@datepicker-react/styled": "^2.8.4",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@types/highcharts": "^5.0.22",
"bootstrap": "5.1.3",
"highcharts": "^8.1.2",
"highcharts-react-official": "^3.1.0",
"moment": "^2.29.1",
"notiflix": "^3.2.4",
"react": "^18.2.0",
"react-bootstrap": "^2.2.2",
"react-bootstrap-typeahead": "^6.0.0-alpha.11",
"react-data-table-component": "^7.4.7",
"react-dropzone": "^14.2.1",
"react-input-mask": "^2.0.4",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-interactions": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/builder-webpack4": "^6.5.9",
"@storybook/manager-webpack4": "^6.5.9",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^25.1.4",
"@types/node": "^12.12.38",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.2",
"css-loader": "5.2.7",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"gh-pages": "^4.0.0",
"microbundle-crl": "^0.13.11",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4",
"react": "^18.2.0",
"react-dom": "^18.0.5",
"sass": "^1.53.0",
"sass-loader": "10.1.1",
"style-loader": "2.0.0",
"typescript": "^3.7.5"
},
"files": [
"dist"
],
"dependencies": {
"@datepicker-react/styled": "^2.8.4",
"@floating-ui/react": "^0.27.5",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@storybook/addon-contexts": "^5.3.21",
"@types/echarts": "^4.9.22",
"@types/highcharts": "^5.0.22",
"apexcharts": "^4.5.0",
"bootstrap": "5.1.3",
"date-fns": "^2.30.0",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.3",
"highcharts": "^8.1.2",
"highcharts-react-official": "^3.1.0",
"lucide-react": "^0.477.0",
"moment": "^2.29.1",
"notiflix": "^3.2.4",
"npm": "^10.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.2.2",
"react-bootstrap-typeahead": "^6.0.0-alpha.11",
"react-data-table-component": "^7.4.7",
"react-date-range": "^1.4.0",
"react-device-detect": "^2.2.2",
"react-dropzone": "^14.2.1",
"react-input-mask": "^2.0.4",
"react-router-dom": "^6.3.0",
"rechat-react-click-outside": "^1.1.1",
"scss": "^0.2.4",
"storybook": "^7.0.18",
"styled-components": "^5.3.3"
}
}
Loading
Loading