preact-material-design
Version:
A set of material components for Preact.
37 lines (36 loc) • 1.05 kB
JSON
{
"name": "preact-material-design",
"version": "0.4.1",
"description": "A set of material components for Preact.",
"main": "dist/index.js",
"typings": "dist/index",
"repository": "https://github.com/VuexLtd/preact-material-design",
"author": "James Birtles <james.birtles@vuex.io>",
"license": "MIT",
"scripts": {
"prepublish": "npm run build",
"build": "npm run build:ts && npm run build:scss",
"build:ts": "tsc",
"build:scss": "node-sass src/styles.scss dist/styles.css",
"watch": "tsc -w",
"start": "cd demo && webpack-dev-server"
},
"devDependencies": {
"@types/node": "^7.0.5",
"awesome-typescript-loader": "^3.0.4",
"css-loader": "^0.26.1",
"node-sass": "^4.5.0",
"preact": "^7.2.0",
"sass-loader": "^6.0.0",
"style-loader": "^0.13.1",
"typescript": "^2.1.6",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
},
"peerDependencies": {
"preact": "^7.2.0"
},
"dependencies": {
"preact-portal": "^1.1.1"
}
}