This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 1.89 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
{
"name": "tt2020_14",
"version": "0.3.0",
"private": true,
"scripts": {
"api": "node ./backend/index.js",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@vue/cli": "^4.5.8",
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"boundingbox": "^1.2.3",
"canvas": "^2.6.1",
"chart.js": "^2.9.4",
"cookie-parser": "^1.4.5",
"d3": "^6.2.0",
"d3-cloud": "^1.2.5",
"debug": "^4.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"http-status-codes": "^2.1.4",
"jsdom": "^16.4.0",
"mocha": "^8.2.1",
"morgan": "^1.10.0",
"needle": "^2.5.2",
"rainbowvis.js": "^1.0.1",
"svg2img": "^0.9.0",
"telegraf": "^3.38.0",
"threads": "^1.6.3",
"tiny-worker": "^2.3.0",
"twitter-lite": "^0.14.0",
"twitter-v2": "^1.0.0",
"vue": "^2.6.11",
"vue-chartjs": "^3.5.1",
"vue-places": "^2.2.1",
"vue-router": "^3.2.0",
"vue-tweet-embed": "^2.4.0",
"vue2-google-maps": "^0.10.7",
"vuetify": "^2.2.11",
"vuewordcloud": "^18.7.12"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "^4.5.8",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"browser-sync": "^2.26.13",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"vue-cli-plugin-vuetify": "~2.0.7",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.3.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}