-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.41 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
{
"name": "@gewaer/gw-browse",
"version": "0.5.2",
"description": "Base browse component for the Gewaer platform.",
"main": "./dist/gw-browse.umd.min.js",
"files": [
"dist/gw-browse.umd.min.js",
"dist/gw-browse.css",
"src/assets"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"bundle": "vue-cli-service build --target lib --name gw-browse ./src/index.js",
"lint": "vue-cli-service lint",
"test:unit": "jest"
},
"keywords": [
"gewaer"
],
"author": "",
"license": "MIT",
"bugs": "https://github.com/Gewaer/gw-browse/issues/new",
"repository": {
"type": "git",
"url": "https://github.com/Gewaer/gw-browse"
},
"precommit": [
"lint"
],
"dependencies": {
"axios": "^0.19.2",
"pluralize": "^8.0.0",
"vue": "^2.6.11",
"vue-js-modal": "^1.3.33",
"vuetable-2": "^2.0.0-beta.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.2",
"@vue/cli-plugin-eslint": "^4.2.2",
"@vue/cli-service": "^4.2.2",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.1",
"jest": "^27.4.5",
"node-sass": "^4.13.1",
"pre-commit": "^1.2.2",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
}
}