n-link/package.json

15 lines
231 B
JSON
Raw Permalink Normal View History

2020-09-21 21:08:20 +00:00
{
"private": true,
2020-10-06 00:42:27 +00:00
"workspaces": {
"packages": [
"desktop",
"n-link-core",
"web"
]
},
2020-10-02 20:17:55 +00:00
"dependencies": {
2020-10-06 00:42:27 +00:00
"@vue/cli-plugin-eslint": "~4.5.0",
"fork-ts-checker-webpack-plugin": "^5.2.0"
2020-10-02 20:17:55 +00:00
}
2020-09-21 21:08:20 +00:00
}