forked from geoid-org/earth.observer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.17 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
72
73
74
75
76
77
{
"name": "earth.observer",
"description": "Earth Observer Spatial Data Directory.",
"version": "0.1.0",
"config": {
"version_short": "0.1"
},
"keywords": [
"geoid",
"earth-observer",
"earth",
"observer",
"geodata",
"gis"
],
"homepage": "https://www.earth.observer/",
"author": "Lars van Vianen",
"contributors": [
"Geoid"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/geoid-org/earth.observer.git"
},
"bugs": {
"url": "https://github.com/geoid-org/earth.observer/issues"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/scape-foundation"
}
],
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"airtable": "^0.12.2",
"axios": "^1.4.0",
"core-js": "^3.32.2",
"vue": "^3.3.4",
"vue-class-component": "^8.0.0-0",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.7.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-typescript": "^12.0.0",
"autoprefixer": "^10.4.15",
"css-loader": "^6.8.1",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"html-webpack-plugin": "^5.5.3",
"node-sass": "^9.0.0",
"postcss-loader": "^7.3.3",
"prettier": "3.0.3",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"stylescape": "^0.0.11",
"typescript": "~5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}