UNPKG

styled-components-devtools

Version:

41 lines (40 loc) 1.25 kB
{ "name": "styled-components-devtools", "version": "0.1.0", "license": "MIT", "main": "lib/index.js", "scripts": { "type-check": "tsc --noEmit", "type-check:watch": "yarn type-check --watch", "build": "run-p build:types build:js", "build:types": "tsc --emitDeclarationOnly", "build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline", "watch:js": "yarn build:js --watch", "watch:types": "yarn build:types --watch", "start": "run-p type-check:watch watch:js watch:types" }, "dependencies": { "styled-components-devtools-messaging": "0.1.0" }, "peerDependencies": { "react": "^16.8.6" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.4.0", "@babel/plugin-proposal-class-properties": "^7.4.0", "@babel/plugin-proposal-object-rest-spread": "^7.4.0", "@babel/preset-env": "^7.4.1", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.3.3", "@types/react": "^16.8.17", "@types/styled-components": "^4.1.15", "npm-run-all": "^4.1.5", "react": "^16.8.6", "styled-components": "^4.2.0", "typescript": "^3.3.3" }, "files": [ "lib" ] }