{
  "name": "framevuerk",
  "version": "0.74.1",
  "description": "Awesome fully responsive Vue.js framevuerk!",
  "main": "dist/framevuerk-en.js",
  "scripts": {
    "lint:js": "eslint ./ -c ./build/.eslintrc.js --ignore-path ./build/.eslintignore",
    "lint:js:fix": "eslint ./ --fix -c ./build/.eslintrc.js --ignore-path ./build/.eslintignore",
    "lint:scss": "sass-lint -v -q -c ./build/.sass-lint.yml",
    "lint:scss:fix": "echo \"Error: sorry. We have no scss lint fixer now. Use local editor extension instead.\"",
    "lint:pug": "pug-lint ./ -c ./build/.pug-lintrc.js",
    "lint:pug:fix": "echo \"Error: sorry. We have no pug lint fixer now. Use local editor extension instead.\"",
    "lint": "npm run lint:js && npm run lint:scss && npm run lint:pug",
    "lint:fix": "npm run lint:js:fix && npm run lint:scss:fix && npm run lint:pug:fix",
    "test": "npm run lint",
    "clean:lib": "rimraf ./dist",
    "build:lib": "npm run clean:lib && webpack --config ./build/webpack.config.js --hide-modules true --progress",
    "build:lib:watch": "cross-env NODE_ENV=development webpack --config ./build/webpack.config.js --display minimal --watch",
    "clean:docs": "rimraf ./docs",
    "build:docs": "npm run clean:docs && webpack --config ./build/webpack.config.docs.js --hide-modules true --progress",
    "build:docs:watch": "cross-env NODE_ENV=development webpack --config ./build/webpack.config.docs.js --display minimal --watch",
    "clean": "npm run clean:lib && npm run clean:docs",
    "build": "npm run build:lib && npm run build:docs",
    "start": "lite-server",
    "publish": "./build/publish.sh",
    "dev": "npm run build:lib:watch & npm run build:docs:watch & npm run start"
  },
  "devDependencies": {
    "autoprefixer": "^7.1.2",
    "axios": "^0.16.2",
    "babel-cli": "^6.23.0",
    "babel-core": "^6.23.1",
    "babel-loader": "^6.3.2",
    "babel-polyfill": "^6.23.0",
    "babel-preset-env": "^1.1.10",
    "babel-preset-es2015": "^6.22.0",
    "cross-env": "^5.0.1",
    "css-loader": "^0.26.2",
    "eslint": "^4.2.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-config-xo": "^0.18.2",
    "eslint-plugin-html": "^3.0.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-node": "^5.1.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "eslint-plugin-unicorn": "^2.1.2",
    "eslint-plugin-vue": "beta",
    "file-loader": "^0.10.1",
    "font-awesome": "^4.7.0",
    "html-loader": "^0.4.5",
    "lite-server": "^2.2.2",
    "moment": "^2.18.1",
    "moment-jalaali": "^0.7.0",
    "node-sass": "^4.5.3",
    "postcss-loader": "^2.0.6",
    "pug-html-loader": "^1.1.5",
    "pug-lint": "^2.4.0",
    "sass-lint": "^1.10.2",
    "sass-loader": "^6.0.6",
    "style-loader": "^0.18.2",
    "url-loader": "^0.5.8",
    "vue": "^2.3.4",
    "vue-loader": "^13.0.0",
    "vue-resource": "^1.3.4",
    "vue-router": "^2.7.0",
    "vue-template-compiler": "^2.3.4",
    "vue-template-compiler-loader": "^1.0.4",
    "webpack": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nainemom/framevuerk.git"
  },
  "keywords": [
    "vue",
    "framework",
    "framevuerk",
    "rtl",
    "ltr"
  ],
  "author": "nainemom <nainemom@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/nainemom/framevuerk/issues"
  },
  "homepage": "https://github.com/nainemom/framevuerk#readme"
}
