-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 KB
/
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
41
42
43
44
45
{
"name": "vue-inheritance",
"version": "1.0.1-beta.7",
"description": "vue inheritance",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/en96321/vue-inheritance.git"
},
"keywords": [
"vue",
"extend",
"inherit",
"inhertiance"
],
"author": "pedro.yang",
"contributors": [
"ocean.tsai"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/en96321/vue-Inheritance/issues"
},
"homepage": "https://github.com/en96321/vue-Inheritance#readme",
"dependencies": {
"ramda": "0.29.1"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"babel-jest": "^29.7.0",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.0.0",
"jest": "^29.7.0",
"vue": "^3.4.15"
}
}