framevuerk
Version:
Awesome fully responsive Vue.js framevuerk!
89 lines (88 loc) • 3.34 kB
JSON
{
"name": "framevuerk",
"version": "0.8.7",
"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 && cross-env NODE_ENV=production webpack --config ./build/webpack.config.js",
"clean:docs": "rimraf ./docs",
"build:docs": "npm run clean:docs && cross-env NODE_ENV=production webpack --config ./build/webpack.config.docs.js",
"clean": "npm run clean:lib && npm run clean:docs",
"build": "npm run build:lib && npm run build:docs",
"publish-all": "./build/publish-all.sh",
"dev": "webpack --config ./build/webpack.config.js --display minimal --watch & webpack-dev-server --inline --config ./build/webpack.config.docs.js",
"start": "npm run build && http-server ./docs"
},
"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",
"http-server": "^0.10.0",
"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",
"webpack-dev-server": "^2.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/framevuerk/framevuerk.git"
},
"keywords": [
"vue",
"framework",
"framevuerk",
"rtl",
"ltr"
],
"author": "nainemom <nainemom@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/framevuerk/framevuerk/issues"
},
"homepage": "https://github.com/framevuerk/framevuerk#readme"
}