-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
93 lines (93 loc) · 2.52 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
{
"name": "idmarinas-lotgd",
"private": true,
"description": "A new version of The Legend of the Green Dragon, upgrade scripts and optimization for PHP >= 7.3",
"homepage": "https://lotgd.infommo.es",
"repository": {
"type": "git",
"url": "https://github.com/idmarinas/lotgd-game.git"
},
"license": "SEE LICENSE IN <LICENSE.txt>",
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"lotgd-dev": "npm run dev && gulp",
"lotgd-docs": "php phpDocumentor.phar",
"lotgd-prod": "npm run build && gulp --env prod",
"lotgd-release": "npm run lotgd-prod && npm run lotgd-docs && npm run lotgd-skeleton",
"lotgd-skeleton": "gulp skeleton"
},
"browserslist": [
"> 0.1%",
"last 5 versions",
"Firefox ESR",
"not dead",
"not ie <= 8"
],
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@hotwired/stimulus": "^3.0.1",
"@symfony/stimulus-bridge": "^3.1.0",
"@symfony/webpack-encore": "^2.1.0",
"@yaireo/tagify": "^4.32.1",
"ansi-colors": "^4.1.3",
"autoprefixer": "^10.4.7",
"core-js": "^3.22.5",
"del": "^6.1.0",
"fancy-log": "^2.0.0",
"file-loader": "^6.2.0",
"gulp": "^5.0.0",
"gulp-print": "^5.0.2",
"gulp-uglify": "^3.0.2",
"jquery": "^3.6.0",
"lodash.merge": "^4.6.2",
"minimist": "^1.2.6",
"normalize-path": "^3.0.0",
"numeral": "^2.0.6",
"postcss": "^8.4.49",
"postcss-loader": "^6.2.1",
"regenerator-runtime": "^0.14.1",
"stimulus-autocomplete": "^3.1.0",
"stimulus-character-counter": "^4.2.0",
"stimulus-notification": "^2.2.0",
"stimulus-popover": "^5.0.1",
"stimulus-use": "^0.52.2",
"sweetalert2": "^11.14.5",
"tailwindcss": "^3.4.15",
"tailwindcss-stimulus-components": "^3.0.4",
"toastr": "^2.1.4",
"url-loader": "^4.1.1",
"webpack-notifier": "^1.15.0"
},
"authors": [
{
"name": "Iván Diaz Marinas",
"email": "contacto@infommo.es",
"homepage": "https://github.com/idmarinas/lotgd-game",
"role": "Contributor, Maintainer"
},
{
"name": "Oliver Brendel",
"homepage": "https://nb-core.org",
"role": "Contributor"
},
{
"name": "DragonPrime",
"homepage": "https://www.dragonprime.net",
"role": "Developer, Maintainer"
},
{
"name": "Eric Stevens & JT Traub (MightyE)",
"homepage": "https://lotgd.net/",
"role": "Author"
}
],
"support": {
"email": "contacto@infommo.es",
"issues": "https://github.com/idmarinas/lotgd-game/issues"
},
"time": "2017-04-21",
"title": "The Legend of the Green Dragon"
}