59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
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-eslint": "8.0.1",
|
|
"babel-jest": "21.2.0",
|
|
"babel-loader": "7.1.2",
|
|
"babel-preset-env": "1.6.0",
|
|
"css-loader": "0.28.7",
|
|
"eslint-plugin-flowtype": "2.37.0",
|
|
"jest": "21.2.1",
|
|
"jest-html": "1.3.5",
|
|
"npm-run-all": "4.1.1",
|
|
"prettier-standard": "7.0.1",
|
|
"standard": "10.0.3",
|
|
"style-loader": "0.18.2",
|
|
"uglifyjs-webpack-plugin": "0.4.6",
|
|
"webpack": "3.6.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "run-p dev:webpack dev:jekyll",
|
|
"dev:webpack": "webpack --watch --colors -p",
|
|
"dev:jekyll": "bundle exec jekyll serve --safe --drafts --watch --port $PORT --incremental",
|
|
"test": "jest",
|
|
"test:all": "run-s test lint",
|
|
"lint": "standard -v",
|
|
"jest-html": "jest-html"
|
|
},
|
|
"dependencies": {
|
|
"babel-polyfill": "6.26.0",
|
|
"dom101": "2.1.0",
|
|
"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"
|
|
},
|
|
"standard": {
|
|
"parser": "babel-eslint",
|
|
"ignore": [
|
|
"assets/script.js"
|
|
],
|
|
"plugins": [
|
|
"flowtype"
|
|
]
|
|
},
|
|
"jest": {
|
|
"snapshotSerializers": [
|
|
"<rootDir>/node_modules/jest-html"
|
|
]
|
|
}
|
|
}
|