UNPKG

use-theme-editor

Version:

Zero configuration CSS variables based theme editor

64 lines (63 loc) 1.89 kB
{ "name": "use-theme-editor", "version": "3.1.1", "description": "Zero configuration CSS variables based theme editor", "homepage": "https://github.com/Inwerpsel/use-theme-editor", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "./node_modules/.bin/babel src/** -d build --source-maps" }, "keywords": [ "css", "theming" ], "author": "Inwerpsel", "license": "ISC", "dependencies": { "@types/react": "^18.0.26", "@yatiac/name-that-color": "^1.1.0", "babel-loader": "^8.2.5", "balanced-match": "^2.0.0", "classnames": "^2.3.2", "css-mediaquery": "^0.1.2", "font-picker-react": "^3.5.2", "mini-css-extract-plugin": "^2.6.1", "react": "^18.2.0", "react-color": "^2.19.3", "react-dom": "^18.2.0", "react-hotkeys-hook": "^3.0.3", "react-shadow-picker": "^1.0.6", "specificity": "^0.4.1", "tinycolor2": "^1.4.2", "ts-loader": "^9.4.2", "typescript": "^4.9.4" }, "devDependencies": { "@babel/cli": "^7.13.16", "@babel/core": "^7.14.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/plugin-transform-runtime": "^7.18.10", "@babel/preset-env": "^7.18.10", "@babel/preset-react": "^7.18.6", "@greenpeace/dashdash": "^1.1.3", "balanced-match": "^2.0.0", "css-loader": "^6.7.1", "eslint": "^7.25.0", "font-picker-react": "^3.5.2", "halfmoon": "^1.1.1", "postcss": "^8.4.14", "postcss-loader": "^7.0.1", "react-color": "^2.19.3", "react-hotkeys-hook": "^3.0.3", "sass": "^1.54.0", "sass-loader": "^13.0.2", "specificity": "^0.4.1", "style-loader": "^3.3.1", "stylelint": "^13.13.1", "tinycolor2": "^1.4.2", "webpack": "^5.74.0", "webpack-cli": "^4.10.0" } }