first commit
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "vue-cli-plugin-tsx-autorouter",
|
||||
"version": "1.3.8",
|
||||
"description": "vue cli plugin to auto add router tsx",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "bmy",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@babel/generator": "^7.11.4",
|
||||
"@babel/types": "^7.11.0",
|
||||
"@babel/parser": "^7.11.4",
|
||||
"glob": "^7.1.3",
|
||||
"pify": "^4.0.1"
|
||||
},
|
||||
"keywords": [
|
||||
"vue",
|
||||
"vue-cli",
|
||||
"vue-router",
|
||||
"autorouter"
|
||||
],
|
||||
"devDependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user