-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "weatherdisp",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "3.8.3",
"darkskyapi-ts": "1.0.6",
"date-with-offset": "1.0.1",
"vue": "2.6.14",
"vue-class-component": "7.2.6",
"vue-property-decorator": "9.1.2",
"vue-skycon": "1.0.4"
},
"devDependencies": {
"@types/node": "13.13.40",
"@types/webpack-env": "1.16.0",
"@typescript-eslint/eslint-plugin": "3.10.1",
"@typescript-eslint/parser": "3.10.1",
"@vue/cli": "5.0.8",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-typescript": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-prettier": "10.1.0",
"@vue/eslint-config-typescript": "14.1.3",
"eslint": "7.18.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-vue": "6.2.2",
"html-webpack-inline-source-plugin": "0.0.10",
"prettier": "2.2.1",
"sass": "1.32.5",
"sass-loader": "10.1.1",
"string-replace-loader": "3.0.1",
"typescript": "4.1.3",
"vue-template-compiler": "2.6.14"
},
"resolutions": {
"minimist": "1.2.5",
"mkdirp": "0.5.5"
}
}