-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.7 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
68
69
70
71
{
"name": "ruysch",
"version": "0.1.0-alpha",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"gitHooks": {
"pre-commit": "hooks/pre-commit"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"core-js": "^3.9.0",
"fuse.js": "^6.4.3",
"jsonix": "^3.0.0",
"jsonpath-plus": "^5.0.3",
"ogc-schemas": "^2.6.1",
"ol": "^6.4.3",
"proj4": "^2.6.3",
"style-loader": "^2.0.0",
"v-clipboard": "^2.2.3",
"vue": "^2.6.11",
"vue-code-highlight": "^0.7.6",
"vue-prism-component": "^1.2.0",
"vue-router": "^3.4.9",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.0",
"vuex-map-fields": "^1.4.1",
"w3c-schemas": "^1.4.0"
},
"devDependencies": {
"@babel/runtime": "^7.12.18",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "^5.0.4",
"@vue/cli-service": "^4.5.17",
"babel-eslint": "^10.1.0",
"eslint": "^7.5.0",
"eslint-plugin-vue": "^8.5.0",
"exports-loader": "^1.1.1",
"file-loader": "^6.2.0",
"imports-loader": "^1.2.0",
"node-sass": "^7.0.1",
"node-sass-json-importer": "^4.3.0",
"prismjs": "^1.23.0",
"sass-loader": "^10.1.1",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}