felt-recipe-minimal
Version:
Minimal recipe for Felt
29 lines (28 loc) • 745 B
JSON
{
"name": "felt-recipe-minimal",
"version": "0.2.0",
"description": "Minimal recipe for Felt",
"main": "felt.config.js",
"homepage": "https://github.com/cognitom/felt-recipe-minimal",
"repository": {
"type": "git",
"url": "git+https://github.com/cognitom/felt-recipe-minimal.git"
},
"author": "Tsutomu Kawamura",
"license": "MIT",
"bugs": {
"url": "https://github.com/cognitom/felt-recipe-minimal/issues"
},
"keywords": [
"felt"
],
"dependencies": {
"postcss-cssnext": "^2.7.0",
"felt-postcss": "^0.1.0",
"felt-rollup": "^0.1.0",
"postcss-import": "^8.0.2",
"rollup-plugin-buble": "^0.12.1",
"rollup-plugin-commonjs": "^2.2.1",
"rollup-plugin-node-resolve": "^1.5.0"
}
}