design-token-inspector
Version:
UI components built for inspecting design tokens in a live application
68 lines (67 loc) • 1.63 kB
JSON
{
"name": "design-token-inspector",
"version": "0.0.9",
"description": "UI components built for inspecting design tokens in a live application",
"keywords": [
"design-tokens",
"react",
"style-dictionary",
"css-variables",
"theme",
"theme-inspector",
"theme-editor"
],
"author": {
"name": "Aidan Kemp",
"email": "aidankemp37@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/aidankemp/design-token-inspector.git"
},
"type": "module",
"files": [
"dist"
],
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
},
"./style.css": "./dist/index.css"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"antd": "^5.24.9",
"lodash": "^4.17.21",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"style-dictionary": "^4.4.0"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/lodash": "^4.17.16",
"@types/node": "^22.15.29",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"sass-embedded": "^1.89.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.4"
}
}