@conductionnl/nl-design-system
Version:
NL design system components created by Conduction
70 lines (69 loc) • 2.29 kB
JSON
{
"homepage": "http://ConductionNL.github.io/NL-Design-System",
"version": "1.0.133",
"author": "Conduction",
"description": "NL design system components created by Conduction",
"license": "EUPL-1.2",
"name": "@conductionnl/nl-design-system",
"private": false,
"files": [
"lib/**/*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"predeploy": "npm run build-storybook",
"deploy-storybook": "gh-pages -d storybook-static",
"copy-files": "copyfiles -u 1 \"components/**/*.css\" \"lib/\"",
"build": "tsc --jsx \"react-jsx\" && npm run copy-files",
"lint": "eslint --fix \"components/**/*.{js,jsx,ts,tsx}\"",
"lint-check": "eslint \"components/**/*.{js,jsx,ts,tsx}\"",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "git add -A components",
"postversion": "git push && git push origin --tags",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"website": "https://www.conduction.nl/",
"keywords": [
"nl-design-system",
"Conduction"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@storybook/addon-docs": "^6.4.19",
"@types/lodash": "^4.14.178",
"@types/react": "^17.0.37",
"copyfiles": "^2.4.1",
"lodash": "^4.17.21",
"react": "^17.0.1",
"react-bootstrap": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"babel-loader": "^8.2.3",
"eslint": "^7.18.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.22.0",
"gh-pages": "^3.2.3",
"typescript": "^4.4.4"
}
}