iwelp
Version:
A feedback component library
79 lines (78 loc) • 2 kB
JSON
{
"name": "iwelp",
"description": "A feedback component library",
"main": "dist/iwelp.umd.js",
"module": "dist/iwelp.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/iwelp.es.js",
"require": "./dist/iwelp.umd.js",
"types": "./dist/index.d.ts"
},
"./*.css": "./*.css",
"./dist/styles.css": "./dist/style.css"
},
"files": [
"dist"
],
"private": false,
"version": "1.9.8",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"lint": "eslint .",
"preview": "vite preview"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@ingka/base": "^5.0.5",
"@ingka/button": "^17.0.0",
"@ingka/checkbox": "^16.0.1",
"@ingka/choice": "^9.0.0",
"@ingka/inline-message": "^12.0.4",
"@ingka/input-field": "^21.0.1",
"@ingka/loading": "^7.1.7",
"@ingka/modal": "^9.0.1",
"@ingka/pill": "^9.0.1",
"@ingka/ssr-icon": "^10.6.3",
"@ingka/text-area": "^16.0.1",
"@ingka/tooltip": "^13.0.1",
"prop-types": "^15.8.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"sass": "^1.99.0",
"typescript": "^5.6.3",
"vite-plugin-babel-macros": "^1.0.6"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.11.1",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"vite": "^7.3.1",
"vite-plugin-css": "^1.0.4"
},
"keywords": [
"iwelp",
"welp",
"feedback",
"ingka"
],
"author": "Emmanuel Ofosu",
"license": "INGKA GROUP INNER SOURCE LICENCE VERSION 1.0",
"repository": {
"type": "git",
"url": "https://github.com/ingka-group-digital/welp/tree/main/package"
}
}