-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
124 lines (124 loc) · 3.74 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "hasgeek",
"version": "1.0.0",
"description": "Hasgeek is a community space for geeks",
"main": "app.js",
"scripts": {
"watch": "webpack --mode development --progress --watch",
"build": "webpack --mode production",
"build-dev": "webpack --mode development --progress"
},
"author": "Hasgeek team",
"license": "AGPLv3",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.24.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.7",
"@types/babel__core": "^7.20.5",
"@types/codemirror": "^5.60.15",
"@types/eslint": "^8.56.10",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint-plugin-prettier": "^3.1.3",
"@types/file-loader": "^5.0.4",
"@types/hammerjs": "^2.0.45",
"@types/jquery": "^3.5.30",
"@types/jquery.cookie": "^1.4.35",
"@types/jqueryui": "^1.12.22",
"@types/leaflet": "^1.9.12",
"@types/lint-staged": "^13.3.0",
"@types/muicss": "^0.9.8",
"@types/node": "^20.14.2",
"@types/prismjs": "^1.26.4",
"@types/sass-loader": "^8.0.8",
"@types/select2": "^4.0.63",
"@types/sprintf-js": "^1.1.4",
"@types/timeago": "^1.6.3",
"@types/toastr": "^2.1.43",
"@types/vcards-js": "^2.10.5",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"cypress": "^13.1.0",
"dayjs": "^1.10.6",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "^3.3.1",
"sass": "^1.77.4",
"sass-loader": "^14.2.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vega-typings": "^1.3.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0",
"workbox-webpack-plugin": "^7.1.0"
},
"dependencies": {
"@codemirror/autocomplete": "^6.3.0",
"@codemirror/commands": "^6.1.2",
"@codemirror/lang-css": "^6.1.1",
"@codemirror/lang-html": "^6.1.3",
"@codemirror/lang-markdown": "^6.0.2",
"@codemirror/language": "^6.2.1",
"@codemirror/language-data": "^6.5.1",
"@codemirror/view": "6.28.1",
"@fullcalendar/core": "^6.1.11",
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/multimonth": "^6.1.11",
"@fullcalendar/vue": "^6.1.11",
"@lezer/highlight": "^1.1.3",
"codemirror-lang-mermaid": "^0.5.0",
"emojionearea": "^3.4.2",
"footable": "^2.0.6",
"hammerjs": "^2.0.8",
"htmx.org": "^1.8.0",
"jquery-locationpicker": "^0.1.12",
"jquery-modal": "^0.9.2",
"jquery-ui": "^1.13.2",
"jquery-ui-sortable-npm": "^1.0.0",
"jquery-ui-touch-punch": "^0.2.3",
"jquery.cookie": "^1.4.1",
"jsqr": "^1.4.0",
"jstz": "^2.1.1",
"leaflet": "^1.7.1",
"markmap-lib": "^0.17.0",
"markmap-view": "^0.17.0",
"mermaid": "^10.9.3",
"muicss": "^0.10.3",
"pace-js": "^1.2.4",
"path-browserify": "^1.0.1",
"po2json": "^1.0.0-beta-3",
"prismjs": "^1.29.0",
"ractive": "^0.8.0",
"select2": "4.0.3",
"sprintf-js": "^1.1.2",
"timeago.js": "^4.0.2",
"toastr": "^2.1.4",
"trunk8": "^0.0.1",
"vcards-js": "^2.10.0",
"vega": "^5.22.1",
"vega-embed": "^6.21.0",
"vega-lite": "^5.6.0",
"vue": "^2.7.16",
"vue-script2": "^2.1.0"
},
"overrides": {
"glob": "^10.4.1",
"katex": "^0.16.10",
"eslint@^8.57.0": {
"file-entry-cache": "^9.0.0"
},
"rollup": ">=4.22.4"
}
}