UNPKG

acute-framework

Version:

The Acute Framework is a (relatively) lightweight Vue.js component framework designed for Bootstrap users who want a bit more control over their layouts.

53 lines (52 loc) 1.48 kB
{ "name": "acute-framework", "version": "2.0.6", "description": "The Acute Framework is a (relatively) lightweight Vue.js component framework designed for Bootstrap users who want a bit more control over their layouts.", "author": { "name": "Vinay Pillai", "url": "https://github.com/vinaypillai/" }, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "build-lib": "vue-cli-service build --target lib --name acute-framework src/main.js" }, "main": "./index.js", "dependencies": { "vue-uuid": "^1.1.1", "sass-loader": "^8.0.2" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.3.1", "@vue/cli-plugin-eslint": "^4.3.1", "@vue/cli-plugin-router": "^4.3.1", "@vue/cli-plugin-vuex": "^4.3.1", "@vue/cli-service": "^4.3.1", "babel-eslint": "^10.0.3", "core-js": "^3.6.5", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.1.2", "node-sass": "^4.14.1", "sass": "^1.26.5", "sass-loader": "^8.0.2", "style-resources-loader": "^1.3.3", "vue": "^2.6.11", "vue-router": "^3.2.0", "vue-template-compiler": "^2.6.11", "vuex": "^3.4.0" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/vinaypillai/Acute-Framework.git" }, "keywords": [ "vue", "vuejs", "vuejs-components", "vue-component-library", "acute-framework", "bootstrap" ] }