translucent-vue
Version:
A Vue binding for translucent
51 lines (50 loc) • 1.23 kB
JSON
{
"name": "translucent-vue",
"version": "1.0.0",
"description": "A Vue binding for translucent",
"main": "./src/index.js",
"browser": "./dist/index.bundle.js",
"repository": "git@github.com:Voltra/translucent-vue.git",
"author": "Voltra <ludwig.guerin.98@gmx.fr>",
"license": "MIT",
"keywords": [
"acrylic",
"fluent",
"translucent",
"transparent",
"frosted",
"plastic",
"glass",
"card",
"blur",
"effect"
],
"scripts": {
"build": "webpack --colors",
"watch": "webpack --colors --watch",
"build:docs": "vuepress build ./docs-src",
"watch:docs": "vuepress dev ./docs-src"
},
"dependencies": {
"translucent": "^1.0.12",
"vue-types": "^1.7.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"dotenv": "^8.2.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"vue": "^2.6.11",
"vue-loader": "^15.8.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"vuepress-plugin-clean-urls": "^1.1.1",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}