@telia/styleguide
Version:
This is a living styleguide, showing the Atomic Design components which should be used in Telia Norway's web applications to achieve a common look & feel, and therefore user experience.
31 lines • 629 B
JSON
{
"name": "@telia/styleguide",
"version": "1.22.1",
"private": false,
"description": "",
"publishConfig": {
"access": "public"
},
"author": "Telia Norge",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.1.5",
"classnames": "2.2.5",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3"
},
"sideEffects": false,
"peerDependencies": {
"prop-types": "15.x",
"react": "16.x",
"react-dom": "16.x"
},
"engines": {
"node": ">=8.0.0"
},
"main": "./index.js",
"module": "./es/index.js",
"cjs": "./index.cjs.js"
}