n-link/n-link-core/package.json

19 lines
457 B
JSON
Raw Permalink Normal View History

2020-10-06 00:42:27 +00:00
{
"name": "n-link-core",
"version": "0.0.0",
"dependencies": {
"element-ui": "^2.13.2",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
2020-10-06 14:48:41 +00:00
"vue-property-decorator": "^9.0.2"
2020-10-06 00:42:27 +00:00
},
"devDependencies": {
2020-10-06 14:48:41 +00:00
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"@vue/eslint-config-typescript": "^5.1.0",
2020-10-06 00:42:27 +00:00
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"tailwindcss": "^1.8.9"
}
}