manipulative
Version:
React devtool for modifying Emotion styles in browser
46 lines (45 loc) • 1.37 kB
JSON
{
"name": "manipulative",
"description": "React devtool for modifying Emotion styles in browser",
"version": "0.1.1",
"main": "client.cjs.js",
"module": "client.js",
"homepage": "https://github.com/paulshen/manipulative#readme",
"repository": "github:paulshen/manipulative",
"bin": {
"manipulative-server": "server.js"
},
"types": "types/client.d.ts",
"scripts": {
"prebuild": "rimraf dist",
"build": "rollup -c && yarn ts-declarations",
"postbuild": "yarn copy",
"ts-declarations": "tsc --emitDeclarationOnly --declarationDir dist/types --declaration true",
"copy": "cp dist/types/client.d.ts dist/types/macro.d.ts && copyfiles -f package.json README.md LICENSE dist && json -I -f dist/package.json -e \"this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined;\""
},
"dependencies": {
"@babel/core": "^7.12.9",
"@babel/types": "^7.12.7",
"babel-plugin-macros": "^3.0.0",
"body-parser": "^1.19.0",
"commander": "^6.2.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"prettier": "^2.2.0",
"zustand": "^3.2.0"
},
"peerDependencies": {
"@emotion/react": "11.x",
"react": "17.x",
"react-dom": "17.x"
},
"author": "Paul Shen",
"license": "MIT",
"keywords": [
"react",
"devtool",
"emotion",
"style"
],
"private": false
}