UNPKG

2.26 kBJSONView Raw
1{
2 "author": "Muhammad Ubaid Raza <mubaidr@gmail.com>",
3 "browserslist": [
4 "> 1%",
5 "last 2 versions",
6 "not ie <= 8"
7 ],
8 "bugs": {
9 "url": "https://github.com/mubaidr/vue-fluent/issues"
10 },
11 "dependencies": {
12 "buefy": "^0.6.7",
13 "bulma-addons": "^0.1.12",
14 "bulma-fluent": "^0.3.13"
15 },
16 "description": "Fluent Design Components for Vue.js using Bulma CSS framework and Bulma-Fluent theme, inspired by Microsoft’s Fluent Design System.",
17 "devDependencies": {
18 "@babel/core": "^7.1.2",
19 "@babel/preset-env": "^7.1.0",
20 "babel-eslint": "^10.0.1",
21 "eslint": "^5.6.1",
22 "eslint-config-prettier": "^3.1.0",
23 "eslint-config-standard": "^12.0.0",
24 "eslint-plugin-import": "^2.14.0",
25 "eslint-plugin-node": "^7.0.1",
26 "eslint-plugin-promise": "^4.0.1",
27 "eslint-plugin-standard": "^4.0.0",
28 "eslint-plugin-vue": "^4.7.1",
29 "node-sass": "^4.9.3",
30 "node-sass-import": "^2.0.1",
31 "poi": "^10.2.10",
32 "prettier": "^1.14.3",
33 "rimraf": "^2.6.2",
34 "vue-template-compiler": "^2.5.17"
35 },
36 "files": [
37 "dist",
38 "src/lib",
39 "LICENSE",
40 "README.md"
41 ],
42 "homepage": "https://mubaidr.github.io/vue-fluent",
43 "keywords": [
44 "vue",
45 "bulma",
46 "theme",
47 "fluent",
48 "components"
49 ],
50 "license": "MIT",
51 "main": "src/lib/index.js",
52 "name": "vue-fluent",
53 "peerDependencies": {
54 "vue": "^2.5.16"
55 },
56 "repository": {
57 "type": "git",
58 "url": "git+https://github.com/mubaidr/vue-fluent.git"
59 },
60 "scripts": {
61 "build": "npm run build-lib-js && npm run build-lib-css",
62 "build-docs": "cd src/docs && npm run build && cd ../../",
63 "build-lib-css": "node-sass src/lib/index.sass dist/vue-fluent.min.css --output-style compressed --importer node_modules/node-sass-import",
64 "build-lib-js": "poi build ./src/lib/index.js --filename.js vue-fluent.min.js -d ./dist/ --format umd --module-name VueFluent --jsx vue",
65 "dev": "cd src/docs && npm run serve && cd ../../",
66 "lint": "eslint --ext .js,.vue --fix src/",
67 "prettier": "prettier --write ./src/**/*.js && prettier --write ./src/**/*.vue",
68 "upgrade": "npm-check-updates -a -u && npm install && cd src/docs && npm-check-updates -a -u && npm install"
69 },
70 "version": "0.1.4"
71}