{ "name": "cheatsheets", "version": "1.0.0", "main": "index.js", "repository": "https://github.com/rstacruz/cheatsheets.git", "author": "Rico Sta. Cruz ", "license": "MIT", "devDependencies": { "babel-core": "6.26.0", "babel-loader": "7.1.2", "babel-preset-env": "1.6.0", "css-loader": "0.28.7", "style-loader": "0.18.2", "webpack": "3.6.0" }, "babel": { "presets": [ "env" ] }, "scripts": { "dev": "webpack --watch --progress --colors", "prepublish": "webpack" }, "dependencies": { "dom101": "1.3.0", "isotope-layout": "3.0.4", "jquery": "3.2.1", "onmount": "1.3.0", "prismjs": "1.8.1", "sanitize.css": "5.0.0" } }