1
0
Fork 0
docsearch/docs/algolia-aerial/package.json

34 lines
1.1 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"scripts": {
"start": "webpack --config webpack.config.js && yarn optimize",
"optimize": "cleancss dist/aerial-source.css -o dist/aerial.css && yarn done",
"done": "echo '✨ Bundle done ✅' && du -h dist/aerial-source.css && du -h dist/aerial.css && yarn pj-version",
"pj-version": "npm --loglevel silent run vars",
"vars": "env | grep npm_package_version"
},
"devDependencies": {
"extract-text-webpack-plugin": "3.0.2",
"node-sass": "4.9.0",
"sass-loader": "6.0.7",
"webpack": "3.12.0",
"webpack-auto-inject-version": "1.1.0",
"webpack-livereload-plugin": "2.1.1"
},
"name": "algolia-aerial",
"version": "1.2.6",
"description": "algolia-aerial package",
"main": "webpack.config.js",
"author": "Lucas Bonomi <@LukyVj> (http://lucasbonomi.com)",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+ssh://github.com/algolia/algolia-aerial.git"
},
"dependencies": {
"clean-css-cli": "^4.1.6",
"css-loader": "^0.28.4",
"file-loader": "^0.11.2",
"style-loader": "^0.21.0",
"url-loader": "^1.0.0"
}
}