-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
210 changed files
with
1,996 additions
and
3,060 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"dist/index.js": { | ||
"bundled": 20098, | ||
"minified": 10303, | ||
"gzipped": 3193 | ||
}, | ||
"dist/index.es.js": { | ||
"bundled": 18769, | ||
"minified": 9056, | ||
"gzipped": 3062, | ||
"treeshaked": { | ||
"rollup": { | ||
"code": 157, | ||
"import_statements": 157 | ||
}, | ||
"webpack": { | ||
"code": 1339 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,117 @@ | ||
{ | ||
"private": true, | ||
"name": "@42.nl/ui", | ||
"version": "1.0.9", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"types": "dist/src/core/index.d.ts", | ||
"description": "React components as used in 42.nl products.", | ||
"files": [ | ||
"dist/*" | ||
], | ||
"scripts": { | ||
"clean": "lerna run --parallel clean && lerna clean --yes", | ||
"start": "STORYBOOK_MODE=isolated STORYBOOK_COMPONENT=$(pwd) start-storybook -c ./storybook", | ||
"test-only": "jest", | ||
"test": "lerna run --parallel test-all", | ||
"lint": "eslint . --cache --max-warnings=0", | ||
"build": "lerna bootstrap && lerna run build", | ||
"docs": "jekyll serve --source docs", | ||
"test": "jest", | ||
"build": "rollup -c", | ||
"copy:scss": "rsync -a src/*.scss lib/scss/", | ||
"deploy-storybook": "storybook-to-ghpages", | ||
"build-storybook": "build-storybook -c storybook -o docs/storybook", | ||
"storybook": "start-storybook -c storybook", | ||
"docs": "jekyll serve --source docs", | ||
"dev-publish": "yarn clean && yarn build && ENV=dev ./scripts/publish.sh", | ||
"typecheck": "tsc --noEmit", | ||
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@42.nl/react-flash-messages": "0.0.2", | ||
"@42.nl/spring-connect": "3.2.0", | ||
"bootstrap": "4.3.1", | ||
"classnames": "2.2.6", | ||
"lodash.take": "4.1.1", | ||
"lodash.uniqueid": "4.0.1", | ||
"material-design-icons": "3.0.1", | ||
"react-router-dom": "5.0.1", | ||
"reactstrap": "8.0.1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.5.5", | ||
"@babel/plugin-transform-modules-commonjs": "7.5.0", | ||
"@storybook/addon-actions": "5.1.9", | ||
"@storybook/addon-actions": "5.1.11", | ||
"@storybook/addon-docs": "next", | ||
"@storybook/preset-scss": "1.0.2", | ||
"@storybook/preset-typescript": "1.1.0", | ||
"@storybook/react": "5.2.0-beta.29", | ||
"@storybook/react": "next", | ||
"@storybook/storybook-deployer": "2.8.1", | ||
"@testing-library/react-hooks": "2.0.1", | ||
"@types/classnames": "2.2.9", | ||
"@types/enzyme": "3.10.3", | ||
"@types/enzyme-adapter-react-16": "1.0.5", | ||
"@types/node": "12.7.2", | ||
"@types/react": "16.9.1", | ||
"@types/reactstrap": "8.0.2", | ||
"@types/enzyme-to-json": "1.5.3", | ||
"@types/jest": "24.0.18", | ||
"@types/node": "12.7.2", | ||
"@types/react": "16.9.2", | ||
"@types/react-dom": "16.9.0", | ||
"@types/reactstrap": "8.0.4", | ||
"@types/storybook__addon-actions": "3.4.3", | ||
"@types/storybook__react": "4.0.2", | ||
"@types/lodash.uniqueid": "4.0.6", | ||
"@types/lodash.take": "4.1.6", | ||
"@types/react-router-dom": "4.3.5", | ||
"@typescript-eslint/eslint-plugin": "2.0.0", | ||
"@typescript-eslint/parser": "2.0.0", | ||
"babel-loader": "8.0.6", | ||
"classnames": "2.2.6", | ||
"css-loader": "3.1.0", | ||
"css-loader": "3.2.0", | ||
"cssnano": "4.1.10", | ||
"danger": "9.1.8", | ||
"danger-plugin-jest": "1.3.0", | ||
"danger-plugin-yarn": "1.3.2", | ||
"enzyme": "3.10.0", | ||
"enzyme-adapter-react-16": "1.14.0", | ||
"enzyme-to-json": "3.4.0", | ||
"eslint": "6.2.0", | ||
"eslint-config-react-app": "5.0.0", | ||
"eslint": "6.2.2", | ||
"eslint-config-react-app": "5.0.1", | ||
"eslint-plugin-import": "2.18.2", | ||
"eslint-plugin-react": "7.14.3", | ||
"eslint-plugin-react-hooks": "2.0.1", | ||
"fs-extra": "8.1.0", | ||
"glob": "7.1.4", | ||
"jest": "24.8.0", | ||
"jest": "24.9.0", | ||
"lerna": "3.16.4", | ||
"node-sass": "4.12.0", | ||
"react-docgen-typescript-loader": "3.1.0", | ||
"sass-loader": "7.3.0", | ||
"style-loader": "0.23.1", | ||
"react-docgen-typescript-loader": "3.1.1", | ||
"rollup": "1.20.3", | ||
"rollup-plugin-auto-external": "2.0.0", | ||
"rollup-plugin-copy": "3.1.0", | ||
"rollup-plugin-size-snapshot": "0.10.0", | ||
"rollup-plugin-typescript2": "0.24.0", | ||
"sass-loader": "7.3.1", | ||
"style-loader": "1.0.0", | ||
"ts-jest": "24.0.2", | ||
"ts-loader": "6.0.4", | ||
"typescript": "3.5.3" | ||
"typescript": "3.6.2" | ||
}, | ||
"workspaces": [ | ||
"packages/core/*" | ||
], | ||
"jest": { | ||
"globals": { | ||
"ts-jes": { | ||
"diagnostics": false | ||
} | ||
}, | ||
"collectCoverage": true, | ||
"projects": [ | ||
"<rootDir>/packages/core/*" | ||
] | ||
"setupFiles": [ | ||
"./setupTests.ts" | ||
], | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js" | ||
], | ||
"transform": { | ||
"\\.tsx?$": "ts-jest" | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.