UNPKG

semantic-ui-riot

Version:
81 lines (80 loc) 2.02 kB
{ "name": "semantic-ui-riot", "version": "2.5.3", "description": "Semantic UI for Riot", "main": "dist/semantic-ui-riot.min.js", "files": [ "dist" ], "scripts": { "watch": "npm-watch", "dev": "webpack --mode development", "prod": "webpack --mode production", "clean": "rimraf ./coverage && rimraf ./dist/tags", "compile": "npm run clean && riot tags --output dist/tags", "test": "npm run compile && karma start", "build": "npm run test && npm run dev && npm run prod", "eslint": "eslint **/*.riot" }, "watch": { "eslint": { "patterns": [ "tags" ], "extensions": "riot" } }, "keywords": [ "riotjs", "riot", "semantic", "semanticui" ], "author": { "name": "black-trooper", "url": "https://github.com/black-trooper/semantic-ui-riot/" }, "repository": { "type": "git", "url": "https://github.com/black-trooper/semantic-ui-riot.git" }, "license": "MIT", "bugs": { "url": "https://github.com/black-trooper/semantic-ui-riot/issues" }, "dependencies": { "date-fns": "^2.30.0", "q": "^1.5.1" }, "peerDependencies": { "@riotjs/observable": "^4.0.4", "riot": ">=4.11.0" }, "devDependencies": { "@babel/core": "^7.9.0", "@riotjs/cli": "^4.0.3", "@riotjs/compiler": "4.8.2", "@riotjs/observable": "^4.0.4", "@riotjs/webpack-loader": "^4.0.3", "babel-loader": "^8.1.0", "chai": "^4.1.2", "eslint": "^6.8.0", "eslint-plugin-html": "^6.0.0", "karma": "^6.3.20", "karma-chrome-launcher": "^3.1.0", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "karma-sinon-chai": "^2.0.2", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^4.0.2", "mocha": "^7.1.1", "npm-watch": "^0.11.0", "riot": "^4.11.0", "sinon": "^9.0.1", "sinon-chai": "^3.5.0", "uuid": "^7.0.2", "webpack": "^4.42.1", "webpack-cli": "^3.3.11", "webpack-date-fns-externals": "^1.0.2" } }