This repository was archived by the owner on Jun 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 1.96 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 1.96 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "tool",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/vue-fontawesome": "^0.1.5",
"axios": "^0.19.2",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.12",
"core-js": "^2.6.5",
"file-saver": "^2.0.2",
"hashlink": "^0.12.0",
"imports-loader": "^0.8.0",
"jquery": ">=3.4.0",
"jsonld": "^1.5.3",
"jszip": "^3.2.2",
"moment": "^2.22.2",
"node-sass": "^4.11.0",
"odca-form": "^0.0.23",
"popper.js": "^1.14.4",
"sass-loader": "^7.1.0",
"select2": "^4.0.6-rc.1",
"underscore": "^1.9.1",
"underscore-deep-extend": "^1.1.5",
"vue": "^2.6.6",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.1.0",
"vue-router": "^3.0.2",
"vue-typeahead-bootstrap": "^1.0.2",
"webpack-jquery-ui": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-plugin-typescript": "^3.11.0",
"@vue/cli-service": "^3.4.0",
"@vue/eslint-config-typescript": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"cypress": "^3.7.0",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"typescript": "^3.4.3",
"vue-template-compiler": "^2.5.21"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"@vue/typescript"
],
"rules": {},
"parserOptions": {
"parser": "@typescript-eslint/parser"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}