Skip to content

Instantly share code, notes, and snippets.

@SastraNababan
Created March 14, 2022 07:59
Show Gist options
  • Select an option

  • Save SastraNababan/3fa9bf92b138466fca4cdba49dee79b8 to your computer and use it in GitHub Desktop.

Select an option

Save SastraNababan/3fa9bf92b138466fca4cdba49dee79b8 to your computer and use it in GitHub Desktop.
package
{
"name": "pixel-2-components",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@emotion/css": "11.5.0",
"@mekari/pixel": "0.2.3",
"@vue/cli-plugin-babel": "4.1.1",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "4.1.1",
"@vue/cli-service": "4.1.1",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.0.1",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"keywords": [],
"description": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment