cheatsheets/package.json

31 lines
753 B
JSON

{
"name": "cheatsheets",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/rstacruz/cheatsheets.git",
"author": "Rico Sta. Cruz <rstacruz@users.noreply.github.com>",
"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"
},
"scripts": {
"dev": "webpack --watch --progress --colors",
"prepublish": "webpack"
},
"dependencies": {
"babel-polyfill": "6.26.0",
"dom101": "2.0.1",
"hint.css": "2.5.0",
"isotope-layout": "3.0.4",
"jquery": "3.2.1",
"onmount": "1.3.0",
"prismjs": "1.8.1",
"sanitize.css": "5.0.0"
}
}