@arche-mc2/arche-controls
Version:
We know that there are a ton of react UI library projects to choose from. Our hope with this one is to provide the next generation of react components that you can use to bootstrap your next project, or as a reference for building a UIKit. Read on to get
227 lines (226 loc) • 8 kB
JSON
{
"name": "@arche-mc2/arche-controls",
"version": "1.0.45",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/unofficialmc2/arche-controls.git"
},
"keywords": [
"UI",
"React",
"Health",
"UpGroup",
"TypeScript",
"TypeStyle"
],
"author": "@unofficialmc2",
"license": "ISC",
"bugs": {
"url": "https://github.com/unofficialmc2/arche-controls/issues"
},
"engines": {
"node": "*",
"npm": "*"
},
"homepage": "https://github.com/unofficialmc2/arche-controls#readme",
"jest": {
"setupFiles": [
"<rootDir>/config/testing/shim.js",
"<rootDir>/config/testing/setup.js"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/config/testing/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/config/testing/__mocks__/styleMock.js"
},
"testPathIgnorePatterns": [
"<rootDir>/(build|docs|node_modules|e2e|dist|generators)/",
"/__mocks__/"
],
"transform": {
".*": "<rootDir>/config/testing/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"verbose": true,
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
},
"scripts": {
"tsc": "./node_modules/typescript/bin/tsc",
"version": "tsc -v",
"clean": "rimraf dist && rimraf test/dist && rimraf public",
"clean-svg": "node ./tools/clean-svg-icons.js",
"build": "tsc -v && tsc && copyfiles -u 1 src/Common/theming/icons/*.* dist/ && npm run copyCSS && npm run copyFont && npm run copyImg && npm run copySvg",
"copyCSS": "copyfiles -u 1 src/**/*.css dist/",
"copyFont": "copyfiles -u 1 src/**/*.ttf dist/ && copyfiles -u 1 src/**/*.woff dist/ && copyfiles -u 1 src/**/*.eot dist/",
"copyImg": " copyfiles -u 1 src/**/*.png dist/",
"copySvg": " copyfiles -u 1 src/**/*.svg dist/",
"build-watch": "tsc -w",
"prepublish": "npm run clean && npm run clean-svg && npm run build ",
"publish:patch": "npm version patch && npm run prepublish && npm publish --access public",
"publish:minor": "npm version minor && npm run prepublish && npm publish --access public",
"build-test": "npm run clean && webpack",
"build-test-watch": "npm run clean && webpack --watch",
"test": "jest --notify --coverage --detectOpenHandles",
"test:watch": "jest --notify --coverage --detectOpenHandles --watch",
"start": "start-storybook -p 6006",
"storybook": "start-storybook -p 6006",
"build-storybook": "npm run clean && build-storybook -o ./public",
"publish:storybook": "npm run build-storybook && netlify deploy",
"build-storybook-docs": "start-storybook --docs --no-manager-cache",
"upgrade": "npx npm-check-updates '/storybook/' -u && npm install"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/polyfill": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-0": "^7.0.0",
"@cypress/webpack-preprocessor": "^4.1.3",
"@mdx-js/loader": "^1.5.7",
"@storybook/addon-actions": "6.3.7",
"@storybook/addon-centered": "^5.3.21",
"@storybook/addon-controls": "^6.3.7",
"@storybook/addon-docs": "^6.3.7",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-info": "5.3.21",
"@storybook/addon-knobs": "6.2.9",
"@storybook/addon-links": "6.3.7",
"@storybook/addon-options": "5.3.21",
"@storybook/addon-storysource": "^6.3.7",
"@storybook/react": "6.3.7",
"@testing-library/cypress": "^7.0.3",
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^10.4.7",
"@testing-library/react-hooks": "^3.2.1",
"@types/chai": "^4.2.1",
"@types/chai-enzyme": "^0.6.6",
"@types/color": "^3.0.2",
"@types/enzyme": "^3.10.1",
"@types/es6-promise": "0.0.33",
"@types/jest": "^26.0.9",
"@types/jquery": "^2.0.41",
"@types/lodash": "^4.14.119",
"@types/node": "^7.0.12",
"@types/pure-render-decorator": "^0.2.27",
"@types/react": "^16.8.0",
"@types/react-dates": "^17.1.2",
"@types/react-dom": "^16.0.0",
"@types/react-select": "^2.0.0",
"@types/webpack-env": "^1.15.0",
"babel-loader": "^8.0.5",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chai": "^4.2.0",
"chai-enzyme": "^1.0.0-beta.1",
"copyfiles": "^1.2.0",
"core-js": "^3.0.1",
"crypto": "^1.0.1",
"css-loader": "^2.1.0",
"cypress": "^6.4.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
"eslint-plugin-react-hooks": "^2.5.1",
"file-loader": "^3.0.1",
"fs": "0.0.1-security",
"husky": "^5.0.6",
"ignore-loader": "^0.1.2",
"jest": "^26.3.0",
"jsdom": "^16.5.3",
"json-loader": "^0.5.7",
"markdown-loader": "^5.1.0",
"netlify-cli": "^8.1.8",
"node-sass": "^4.14.1",
"path": "^0.12.7",
"pinst": "^2.1.1",
"plop": "^2.4.0",
"random-sentence": "^1.0.4",
"react-addons-test-utils": "^15.5.1",
"react-docgen-typescript-loader": "^3.7.1",
"react-hooks-testing-library": "^0.6.0",
"react-test-renderer": "^16.13.1",
"remark-codesandbox": "^0.5.2",
"rimraf": "^2.6.1",
"sass-loader": "^7.1.0",
"storybook-addon-react-docgen": "^1.2.42",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.0",
"ts-jest": "^26.2.0",
"ts-loader": "^5.3.2",
"tslint": "^6.1.0",
"tslint-config-airbnb": "^5.11.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react-hooks": "^2.2.2",
"typescript": "3.8.3",
"url-loader": "^1.1.2",
"webpack": "^4.41.0",
"yarn": "^1.12.1"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^11.2.0",
"@ckeditor/ckeditor5-font": "^10.0.4",
"@ckeditor/ckeditor5-react": "^1.1.0",
"@fullcalendar/core": "^5.3.0",
"@fullcalendar/daygrid": "^5.3.0",
"@fullcalendar/interaction": "^5.3.0",
"@fullcalendar/react": "^5.3.0",
"@fullcalendar/timegrid": "^5.3.0",
"@popperjs/core": "^2.10.2",
"axios": "^0.21.1",
"ckeditor": "^4.7.3",
"classnames": "^2.2.5",
"color": "^1.0.3",
"csx": "^9.0.0",
"draft-js": "^0.11.7",
"formik": "^1.3.2",
"framer-motion": "^2.0.0-beta",
"github-markdown-css": "^2.4.1",
"hoist-non-react-statics": "^3.1.0",
"inputmask-core": "^2.2.0",
"interact.js": "^1.2.8",
"jquery": "^3.5.1",
"klaro": "^0.7.16",
"lodash": "^4.17.21",
"moment": "^2.22.2",
"normalize.css": "^4.1.1",
"object-assign": "^4.1.1",
"prism-react-renderer": "^1.0.1",
"query-string": "^5.1.1",
"react": "^16.13.0",
"react-addons-css-transition-group": "^15.5.2",
"react-addons-update": "^15.6.3",
"react-countup": "^4.1.1",
"react-cropper": "^1.0.1",
"react-custom-scrollbars": "^4.2.1",
"react-dates": "^20.1.0",
"react-dom": "^16.13.0",
"react-dropzone": "^4.0.1",
"react-input-autosize": "1.1.0",
"react-is": "^16.13.0",
"react-markdown": "^2.4.5",
"react-maskedinput": "^3.3.4",
"react-pdf": "^4.0.0",
"react-popper": "^2.2.5",
"react-pure-render": "^1.0.2",
"react-select": "2.1.1",
"react-sortable-hoc": "^0.6.1",
"react-textarea-autosize": "^7.1.0-1",
"react-tooltip": "3.11.1",
"tslib": "^2.1.0",
"typestyle": "^1.3.7",
"typestyle-extensions": "^1.3.1",
"validator": "^7.0.0",
"yup": "^0.32.9"
}
}