UNPKG

stylish-components

Version:
41 lines (40 loc) 1.08 kB
{ "name": "stylish-components", "version": "0.1.1-beta-7", "description": "Direct component styling with Typestyle.", "main": "./lib/index.js", "scripts": { "start": "rm -rf lib && rm -rf lib.es2017 && tsc -p -w ./ && webpack -w", "build": "rm -rf lib && rm -rf lib.es2017 && tsc -p ./ && webpack" }, "keywords": [ "typestyle", "css", "react", "styling" ], "author": "Erik Cupal", "license": "MIT", "dependencies": { "react": "^15.5.3", "typestyle": "^1.3.1" }, "devDependencies": { "@types/react": "^15.0.21", "babel-cli": "^6.24.0", "babel-core": "^6.24.0", "babel-loader": "^6.4.1", "babel-preset-latest": "^6.24.0", "babel-preset-react": "^6.23.0", "babel-preset-stage-0": "^6.22.0", "ts-loader": "^2.0.3", "typescript": "^2.3.0-dev.20170403", "webpack": "^2.3.3", "webpack-node-externals": "^1.5.4" }, "repository": { "type": "git", "url": "git+https://github.com/ErikCupal/stylish-components" }, "types": "./lib/index" }