@wonderflow/config
Version:
Wanda design system shared configurations
56 lines (55 loc) • 1.32 kB
JSON
{
"name": "@wonderflow/config",
"description": "Wanda design system shared configurations ",
"version": "14.2.6",
"author": "Wonderflow",
"license": "Apache-2.0",
"main": "dist/index",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wonderflow-bv/wanda.git"
},
"keywords": [
"design-system",
"wonderflow",
"components",
"configurations"
],
"bugs": {
"url": "https://github.com/wonderflow-bv/wanda/issues"
},
"homepage": "https://github.com/wonderflow-bv/wanda",
"scripts": {
"build": "run-s clean build:ts",
"clean": "rimraf dist",
"build:ts": "tsc"
},
"peerDependencies": {
"postcss": ">=8.x"
},
"dependencies": {
"@wonderflow/tokens": "14.2.6",
"cssnano": "5.1.13",
"cssnano-preset-default": "5.2.12",
"flat": "5.0.2",
"postcss-import": "15.1.0",
"postcss-mixins": "9.0.4",
"postcss-preset-env": "7.8.2",
"postcss-replace": "2.0.1"
},
"devDependencies": {
"@types/flat": "5.0.5",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@typescript-eslint/parser": "5.39.0",
"@wonderflow/eslint-config": "1.1.11",
"tsconfig": "10.0.0",
"typescript": "4.8.4"
},
"types": "./dist/index.d.ts"
}