This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.86 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "ele-tree-table",
"version": "0.0.1-beta-4",
"repository": {
"type": "git",
"url": "/~https://github.com/LiuJiangshan/ele-tree-table.git"
},
"scripts": {
"example": "vue-cli-service serve example/index.ts",
"build:example": "vue-cli-service build --report example/index.ts",
"build:lib": "vue-cli-service build --report --target lib --dest lib --formats commonjs src/index.ts",
"build": "npm run build:example && npm run build:lib",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"main": "src/index.ts",
"typings": "src/index.ts",
"author": {
"name": "liujiangshan",
"email": "ljs234@qq.com"
},
"keywords": [
"treetable",
"table",
"vue",
"js",
"javascript",
"html",
"ts",
"typescript"
],
"description": "treetable by vue",
"license": "MIT",
"dependencies": {
"ljs-sass": "^0.0.1"
},
"devDependencies": {
"@types/jest": "^23.1.4",
"@vue/cli-plugin-babel": "^3.0.5",
"@vue/cli-plugin-eslint": "^3.0.5",
"@vue/cli-plugin-pwa": "^3.0.5",
"@vue/cli-plugin-typescript": "^3.0.5",
"@vue/cli-plugin-unit-jest": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^3.2.0",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"ele-tree-table": "file:./",
"element-ui": "^2.8.2",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0-0",
"node-sass": "^4.9.0",
"register-service-worker": "^1.5.2",
"sass-loader": "^7.0.1",
"ts-jest": "^23.0.0",
"typescript": "~3.1.1",
"vue": "^2.5.17",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^7.0.0",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.17"
}
}