-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.53 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
{
"name": "chickatrice",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {
"@creativebulma/bulma-collapsible": "^1.0.4",
"@fortawesome/fontawesome-pro": "file:kiss/src/font-awesome/fortawesome-fontawesome-pro-5.15.1.tgz",
"@json-editor/json-editor": "^2.6.1",
"@sweetalert2/theme-bulma": "^4.0.5",
"@tarekraafat/autocomplete.js": "^8.3.2",
"astring": "^1.8.1",
"bricks.js": "^1.8.0",
"bulma": "^0.9.3",
"bulma-carousel": "^4.0.24",
"bulma-list": "^1.1.4",
"bulma-prefers-dark": "0.1.0-beta.0",
"bulma-switch": "^2.0.4",
"bulmaswatch": "^0.8.1",
"chart.js": "^3.7.1",
"chartjs-adapter-moment": "^1.0.0",
"events": "^3.3.0",
"generate-schema": "github:lachee/generate-schema",
"golden-layout": "^1.5.9",
"highlight.js": "^10.7.3",
"hotkeys-js": "^3.8.7",
"interactjs": "^1.10.11",
"jquery": "^3.6.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"lg-autoplay": "^1.2.1",
"lg-fullscreen": "^1.2.1",
"lg-fullscreen.js": "^1.2.0",
"lg-pager.js": "^1.0.0",
"lg-share": "^1.2.1",
"lg-thumbnail": "^1.2.1",
"lg-zoom": "^1.3.0",
"lg-zoom.js": "^1.3.0",
"lightgallery": "^1.10.0",
"lightgallery.js": "^1.4.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mtgjson-identifier-sql": "^1.0.6",
"rm-emoji-picker": "^0.4.0",
"sass": "^1.49.9",
"select2": "github:select2/select2",
"serialize-javascript": "^6.0.0",
"sweetalert2": "^10.16.9",
"tippy.js": "^6.3.7",
"viewerjs": "^1.10.4"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-private-methods": "^7.16.11",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^3.6.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^0.9.0",
"sass-loader": "^8.0.2",
"script-loader": "^0.7.2",
"style-loader": "^1.3.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lachee/gall.git"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/Lachee/chickatrice.net/issues"
},
"homepage": "https://github.com/Lachee/chickatrice.net#readme"
}