-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
64 lines (64 loc) · 2.2 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
{
"private": false,
"name": "vue-ads-table-tree",
"description": "A vue table tree plugin.",
"license": "MIT",
"author": "Arne De Smedt <arnedesmdt@gmail.com> (https://twitter.com/ArneSmedt)",
"homepage": "https://github.com/arnedesmedt/vue-ads-table-tree",
"repository": {
"type": "git",
"url": "https://github.com/arnedesmedt/vue-ads-table-tree.git"
},
"bugs": {
"url": "https://github.com/arnedesmedt/vue-ads-table-tree/issues"
},
"version": "2.4.2",
"main": "./dist/vue-ads-table-tree.common.js",
"files": [
"/dist"
],
"scripts": {
"build": "vue-cli-service build",
"build:bundle": "vue-cli-service build --target lib --name vue-ads-table-tree ./src/index.js",
"lint": "vue-cli-service lint",
"package-lint": "prettier-package-json --write --tab-width=4 ./package.json",
"serve": "vue-cli-service serve",
"test:unit": "vue-cli-service test:unit",
"preversion": "export NODE_ENV=production && npm run lint && npm run package-lint",
"version": "npm run build:bundle",
"postversion": "git push && git push --tags"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"vue": "^2.6.10",
"vue-ads-form-builder": "^0.1.15",
"vue-ads-pagination": "^2.1.7",
"vue-json-excel": "^0.2.98"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"@vue/cli-plugin-babel": "^4.0.5",
"@vue/cli-plugin-eslint": "^4.0.5",
"@vue/cli-plugin-unit-jest": "^4.0.5",
"@vue/cli-service": "^4.0.5",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"eslint": "^4.19.1",
"eslint-config-ads": "^1.0.7",
"eslint-plugin-vue": "^6.0.1",
"postcss-import": "^12.0.1",
"postcss-url": "^8.0.0",
"prettier-package-json": "^2.1.0",
"tailwindcss": "^1.1.3",
"vue-template-compiler": "^2.6.10"
},
"keywords": [
"component",
"table",
"tree",
"vue"
]
}