forked from jonalx/wikirate-widget
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1009 Bytes
/
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
{
"name": "wikirate-widget",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@types/echarts": "^4.4.4",
"@types/lodash": "^4.14.149",
"axios": "^0.19.2",
"core-js": "^3.6.4",
"echarts": "^4.7.0",
"lodash": "^4.17.15",
"vue": "^2.6.11",
"vue-class-component": "^7.2.2",
"vue-custom-element": "^3.2.14",
"vue-property-decorator": "^8.3.0",
"webpack": "^4.42.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-eslint": "~4.2.0",
"@vue/cli-plugin-typescript": "~4.2.0",
"@vue/cli-service": "~4.2.0",
"@vue/eslint-config-typescript": "^5.0.1",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.1.2",
"typescript": "~3.7.5",
"vue-template-compiler": "^2.6.11"
}
}