This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·61 lines (61 loc) · 1.77 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
{
"name": "@marklogic-community/grove-vue-ui",
"version": "1.0.0",
"private": false,
"grove": {
"templateID": "grove-vue-ui",
"templateVersion": "1.0.0"
},
"scripts": {
"serve": "vue-cli-service serve --open",
"start": "npm run serve",
"build": "vue-cli-service build --modern",
"lint": "vue-cli-service lint",
"lint:fix": "vue-cli-service lint --fix",
"test": "npm run test:unit && npm run test:e2e",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"axios": "^0.24.0",
"bootstrap-less": "^3.3.8",
"bootstrap-vue": "^2.21.2",
"es6-promise": "^4.2.8",
"file-dropzone-element": "0.0.3",
"font-awesome": "^4.7.0",
"highlight.js": "^10.0.0",
"isomorphic-fetch": "^3.0.0",
"register-service-worker": "^1.7.2",
"uuid": "^8.3.2",
"view-binary-element": "0.0.5",
"vue": "^2.6.14",
"vue-axios": "^3.4.0",
"vue-breadcrumbs": "^1.2.0",
"vue-hljs": "^2.0.0",
"vue-json-tree-view": "^2.1.6",
"vue-pdf": "^4.3.0",
"vue-router": "^3.5.3",
"vue-toast": "^3.1.0",
"vuelidate": "^0.7.7",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0",
"webcomponents-lite": "^0.6.0",
"x2js": "^3.4.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-e2e-nightwatch": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-plugin-pwa": "^4.5.15",
"@vue/cli-plugin-unit-jest": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.3.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.4.6",
"html-loader": "^1.0.0",
"less": "^4.1.2",
"less-loader": "^7.0.0",
"vue-template-compiler": "^2.6.14"
}
}