-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.19 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
78
79
80
81
82
83
84
85
{
"name": "gc-net",
"version": "1.2.1",
"private": false,
"description": "As of the 1999 field season, 18 automatic weather stations (AWS) are collecting climate information on Greenland's ice sheet. Each AWS is equipped with a number of instruments to sample the following:",
"author": "Dominik Haas-Artho",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"main": "babel.config.js",
"dependencies": {
"@types/date-fns": "^2.6.0",
"axios": "^0.28.0",
"core-js": "^3.8.2",
"date-fns": "^2.28.0",
"material-design-icons-iconfont": "^5.0.1",
"node-sass": "^9.0.0",
"sass-loader": "^12.6.0",
"seedrandom": "^3.0.5",
"skeleton-placeholder": "^1.0.0",
"uplot": "^1.5.2",
"vue": "^2.6.12",
"vue-router": "^3.4.3",
"vuetify": "^1.5.24",
"vuex": "^3.6.0"
},
"devDependencies": {
"@vue/cli": "^5.0.4",
"@vue/cli-plugin-babel": "^5.0.4",
"@vue/cli-plugin-eslint": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"@vue/eslint-config-airbnb": "^6.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-module-resolver": "^5.0.0",
"copy-webpack-plugin": "^10.2.4",
"eslint": "^7.17.0",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-vue": "^8.5.0",
"file-loader": "^6.2.0",
"html-loader": "^3.1.0",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.1",
"vue-cli-plugin-vuetify": "^0.5.0",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.3",
"webpack-bundle-analyzer": "^4.5.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"keywords": [
"gc-net",
"vue"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitlab.wsl.ch/wessalow/gc-net.git"
}
}