mirror of
https://github.com/lights0123/n-link.git
synced 2024-12-22 10:15:27 +00:00
19 lines
457 B
JSON
19 lines
457 B
JSON
{
|
|
"name": "n-link-core",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"element-ui": "^2.13.2",
|
|
"vue": "^2.6.11",
|
|
"vue-class-component": "^7.2.3",
|
|
"vue-property-decorator": "^9.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.4.0",
|
|
"@typescript-eslint/parser": "^4.4.0",
|
|
"@vue/eslint-config-typescript": "^5.1.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"tailwindcss": "^1.8.9"
|
|
}
|
|
}
|