maille
Version:
Component library for MithrilJS
68 lines (67 loc) • 2.3 kB
JSON
{
"name": "maille",
"version": "0.1.8",
"description": "Component library for MithrilJS",
"author": "vados <vados@vadosware.io>",
"homepage": "https://mrman.gitlab.io/maille",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitlab.com/mrman/maille"
},
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "./node_modules/.bin/tslint -c tslint.json 'src/**/*ts'",
"parcel": "./node_modules/.bin/parcel",
"build-landing": "./node_modules/.bin/parcel build landing-page/index.html -d dist-landing",
"build-complete-js": "./node_modules/.bin/parcel build src/index+fonts.ts --global MAILLE -d target -o maille.min.js",
"build-complete-css": "./node_modules/.bin/parcel build src/index.less -d target -o maille.min.css",
"build-fontless-js": "./node_modules/.bin/parcel build src/index.ts --global MAILLE -d target -o maille.fontless.min.js",
"ts-build": "./node_modules/.bin/tsc",
"ts-build-watch": "./node_modules/.bin/tsc -w",
"ts-build-test": "./node_modules/.bin/tsc -p tsconfig.test.json",
"serve": "./node_modules/.bin/parcel serve landing-page/index.html -d dist-landing",
"test-unit": "./node_modules/.bin/tape dist-test/test/**/*.unit.js",
"test-int": "./node_modules/.bin/tape dist-test/test/**/*.int.js",
"test-e2e": "./node_modules/.bin/tape dist-test/test/**/*.e2e.js",
"test-package-shared-basic": "./node_modules/.bin/tape dist-test/test/**/*.shared.js"
},
"private": false,
"devDependencies": {
"@types/jsdom": "^12.2.4",
"@types/mithril": "^1.1.16",
"@types/node": "^12.6.2",
"@types/tape": "^4.2.33",
"commander": "^2.20.0",
"decamelize": "^4.0.0",
"download": "^7.1.0",
"fs-extra": "^8.1.0",
"jsdom": "^15.2.0",
"kebab-case": "^1.0.0",
"less": "^3.10.3",
"mithril": "^2.0.1",
"mithril-query": "^3.0.1",
"parcel-bundler": "^1.12.4",
"svgson": "^4.0.0",
"tape": "^4.11.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},
"dependencies": {
"components": "^0.1.0",
"isemail": "^3.2.0",
"types": "^0.1.1"
},
"peerDependencies": {
"mithril": ">=1.1.6"
},
"keywords": [
"mithril",
"mithril-component",
"mithriljs",
"web",
"frontend",
"typescript"
]
}