forked from hasgeek/funnel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.25 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
{
"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"
},
"author": "Hasgeek team",
"license": "AGPLv3",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.7",
"@codemirror/state": "^6.0.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"cypress": "^10.6.0",
"dayjs": "^1.10.6",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"file-loader": "^6.2.0",
"husky": "^7.0.4",
"lint-staged": "^11.0.1",
"node-sass": "^7.0.0",
"prettier": "^2.3.2",
"sass-loader": "^12.3.0",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"workbox-webpack-plugin": "^6.1.5"
},
"dependencies": {
"@codemirror/autocomplete": "^6.3.0",
"@codemirror/commands": "^6.1.2",
"@codemirror/lang-html": "^6.1.3",
"@codemirror/lang-markdown": "^6.0.2",
"@codemirror/language": "^6.2.1",
"@codemirror/view": "^6.4.0",
"@lezer/highlight": "^1.1.3",
"copy-webpack-plugin": "^11.0.0",
"emojionearea": "^3.4.2",
"eslint-plugin-cypress": "^2.11.3",
"eslint-webpack-plugin": "^2.5.4",
"footable": "^2.0.6",
"hammerjs": "^2.0.8",
"htmx.org": "^1.8.0",
"jquery-ui": "^1.13.2",
"jquery-ui-sortable-npm": "^1.0.0",
"jquery-ui-touch-punch": "^0.2.3",
"jsqr": "^1.4.0",
"leaflet": "^1.7.1",
"markmap": "^0.6.1",
"markmap-lib": "^0.14.3",
"markmap-view": "^0.14.3",
"mermaid": "^9.3.0",
"path-browserify": "^1.0.1",
"po2json": "^1.0.0-beta-3",
"prismjs": "^1.29.0",
"ractive": "^0.8.0",
"sprintf-js": "^1.1.2",
"timeago.js": "^4.0.2",
"vcards-js": "^2.10.0",
"vega": "^5.22.1",
"vega-embed": "^6.21.0",
"vega-lite": "^5.6.0",
"vue": "^2.6.14",
"vue-script2": "^2.1.0",
"webpack-manifest-plugin": "^5.0.0"
}
}