-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 870 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@efox/plugin-vue-2",
"version": "1.1.0",
"description": "EMP vue 2 plugin",
"files": [
"dist"
],
"maintainers": ["[email protected]"],
"repository": {
"type": "git",
"url": "git+https://github.com/efoxTeam/emp.git",
"directory": "packages/plugin-vue-2"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=12"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "rimraf dist && ttsc -w",
"build": "rimraf dist && ttsc"
},
"author": "",
"license": "ISC",
"dependencies": {
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.14"
},
"devDependencies": {
"rimraf": "^3.0.2",
"ts-transform-paths": "^2.0.3",
"ttypescript": "^1.5.12",
"@efox/emp": "workspace:^*"
}
}