dw-neit-style
Version:
css-in-js solution for application combine with antd v5 token system and emotion
139 lines (138 loc) • 3.98 kB
JSON
{
"name": "dw-neit-style",
"version": "3.7.1-b4",
"description": "css-in-js solution for application combine with antd v5 token system and emotion",
"keywords": [
"antd",
"css-in-js",
"cssinjs",
"antd design token",
"token",
"design token",
"token-system",
"emtion"
],
"license": "MIT",
"author": "arvinxx(arvinx@foxmail.com)",
"sideEffects": false,
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"es"
],
"scripts": {
"build": "father build",
"build:watch": "father dev",
"ci": "npm run lint && npm run type-check",
"clean": "rm -rf es lib dist coverage .dumi/tmp .eslintcache",
"dev": "dumi dev",
"docs:analyze": "ANALYZE=1 dumi build",
"docs:build": "dumi build",
"docs:deploy": "gh-pages -d dist",
"docs:preview": "PREVIEW=1 dumi build",
"doctor": "father doctor",
"gh-pages": "npm run docs:build && npm run docs:deploy",
"i18n-md": "lobe-i18n md",
"lint": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
"prepare": "npm run setup",
"prepublishOnly": "father doctor && npm run build",
"prettier": "prettier -c --write \"**/**\"",
"release": "semantic-release",
"setup": "dumi setup",
"start": "dumi dev",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:update": "vitest -u",
"type-check": "tsc -p tsconfig-check.json"
},
"lint-staged": {
"*.{md,json}": [
"prettier --write --no-error-on-unmatched-pattern"
],
"*.{js,jsx}": [
"eslint --fix",
"prettier --write"
],
"*.{ts,tsx}": [
"eslint --fix",
"prettier --parser=typescript --write"
]
},
"dependencies": {
"dw-neit-cssinjs": "^1.21.0",
"@babel/runtime": "7.24.1",
"@emotion/cache": "11.11.0",
"@emotion/css": "11.11.2",
"@emotion/react": "11.11.4",
"@emotion/serialize": "1.1.3",
"@emotion/utils": "1.2.1",
"use-merge-value": "1.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@emotion/jest": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@floating-ui/react": "^0.24.8",
"@lobehub/i18n-cli": "^1.15.4",
"@react-three/fiber": "^8.15.19",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.17.0",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@types/testing-library__jest-dom": "^5.14.9",
"@umijs/lint": "^4.1.5",
"@vitest/coverage-v8": "0.34.6",
"dw-neit-antd": "5.20.1-b29",
"dw-neit-icons": "5.4.1",
"babel-plugin-antd-style": "^1.0.4",
"chalk": "^4.1.2",
"classnames": "^2.5.1",
"commitlint": "^17.8.1",
"commitlint-config-gitmoji": "^2.3.1",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"dumi": "^2.4.12",
"dumi-theme-antd-style": "^0.31.1",
"eslint": "^8.57.0",
"father": "^4.4.0",
"framer-motion": "^8.5.5",
"framer-motion-3d": "^8.5.5",
"fs-extra": "^11.2.0",
"gh-pages": "^5.0.0",
"history": "^5.3.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.3.0",
"lodash": "^4.17.21",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.4.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-layout-kit": "^1.9.0",
"react-use-measure": "^2.1.1",
"semantic-release": "^19.0.5",
"semantic-release-config-gitmoji": "^1.5.3",
"styled-components": "^6.1.8",
"stylelint": "^14.16.1",
"three": "^0.148.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.3",
"vite": "^4.5.2",
"vitest": "0.34.6",
"zustand": "^4.5.2"
},
"peerDependencies": {
"dw-neit-antd": ">=5.20.1-b29",
"react": ">=18"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}