-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
67 lines (67 loc) · 1.93 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
67
{
"name": "ocs-component-lib",
"version": "0.13.2",
"private": false,
"description": "Component library for an astronomical observatory control system frontend",
"scripts": {
"build": "vue-cli-service build --target lib --name ocs-component-lib ./src/main.js",
"test:unit": "vue-cli-service test:unit",
"lint:check": "vue-cli-service lint --no-fix --max-errors 0 --max-warnings 0",
"lint:fix": "vue-cli-service lint"
},
"main": "dist/ocs-component-lib.umd.min.js",
"unpkg": "dist/ocs-component-lib.umd.min.js",
"files": [
"dist/*",
"src/*"
],
"dependencies": {
"core-js": "^3.6.5",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-unit-jest": "^4.5.11",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.1.0",
"bootstrap-vue": "^2.20.x",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"flush-promises": "^1.0.2",
"jest-date-mock": "^1.0.8",
"jquery": "^3.5.x",
"lodash": "^4.17.x",
"moment": "^2.22.1",
"prettier": "^1.19.1",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"vis": "4.19.1",
"vue-ctk-date-time-picker": "^2.0.9",
"vue-router": "^3.2.0",
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.7",
"bootstrap": "^4.5.x",
"bootstrap-vue": "^2.20.x",
"jquery": "^3.5.x",
"lodash": "^4.17.x",
"moment": "^2.22.1",
"vis": "4.19.1",
"vue-ctk-date-time-picker": "^2.0.9"
},
"homepage": "https://github.com/observatorycontrolsystem/ocs-component-lib",
"keywords": [
"vue",
"astronomy"
],
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "[email protected]:observatorycontrolsystem/ocs-component-lib.git"
}
}