preact-material-components
Version:
preact wrapper for "Material Components for the web"
57 lines (56 loc) • 1.68 kB
JSON
{
"name": "preact-material-components-site",
"version": "1.0.1",
"description": "preact material component's site",
"scripts": {
"start": "if-env NODE_ENV=production && npm run -s serve || npm run -s dev",
"build": "preact build",
"build:prod": "preact build --template template.html && npm run copyAssets",
"copyAssets": "cpx -v '{*.png,manifest.json,prerender-urls.json}' build && cpx -v 'images/**' build/images/",
"serve": "preact build && preact serve",
"dev": "preact watch",
"test": "npm run build:prod && mocha ./tests/visdiff.js --timeout 15000",
"test:travis": "node ./scripts/test-travis.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prateekbh/preact-material-components.git"
},
"keywords": [
"preact",
"preact components",
"material components",
"material design"
],
"author": {
"name": "Prateek Bhatnagar",
"email": "prateek89born@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/prateekbh/preact-material-components/issues"
},
"homepage": "https://github.com/prateekbh/preact-material-components#readme",
"devDependencies": {
"archiver": "^2.1.1",
"async": "^2.6.0",
"babel-eslint": "^7.2.3",
"classnames": "^2.2.5",
"cpx": "^1.5.0",
"eslint": "^4.6.1",
"highlight.js": "^9.12.0",
"if-env": "^1.0.0",
"mocha": "^5.0.1",
"node-sass": "^4.5.3",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.1",
"serve": "^6.5.1",
"shelljs": "^0.8.1",
"webpack": "^3.8.1"
},
"dependencies": {
"preact": "^8.2.1",
"preact-cli": "^2.2.1",
"preact-router": "^2.5.5"
}
}