UNPKG

psychic-ui

Version:

❓ A nuts and bolts approach to styling the web

44 lines (43 loc) 1.26 kB
{ "name": "psychic-ui", "version": "1.0.8", "description": "❓ A nuts and bolts approach to styling the web", "main": "index.js", "scripts": { "dev": "webpack-dev-server", "build": "grunt && webpack -p --progress" }, "repository": { "type": "git", "url": "git+https://github.com/gabrielcsapo/psychic-ui.git" }, "author": "Gabriel Csapo <gabecsapo@gmail.com>", "license": "Apache 2.0", "bugs": { "url": "https://github.com/gabrielcsapo/psychic-ui/issues" }, "homepage": "https://github.com/gabrielcsapo/psychic-ui#readme", "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "code-prettify": "^0.1.0", "css-loader": "^0.28.7", "file-loader": "^0.11.2", "file-size": "^1.0.0", "grunt": "^1.0.1", "grunt-contrib-compress": "^1.4.3", "grunt-contrib-cssmin": "^2.2.1", "grunt-contrib-stylus": "^1.2.0", "js-beautify": "^1.6.14", "normalize.css": "^7.0.0", "react": "^15.6.1", "react-dom": "^15.6.1", "react-router-dom": "^4.2.2", "style-loader": "^0.18.2", "stylus-loader": "^3.0.1", "webpack": "^3.5.6", "webpack-dev-server": "^2.7.1" } }