forked from teamducro/gloomhaven-storyline
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
100 lines (100 loc) · 3.2 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
{
"name": "gloomhaven-storyline",
"version": "1.0.0",
"description": "Gloomhaven storyline",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"hot": "mix watch --hot",
"prod": "npm run production;",
"production": "mix --production",
"test": "cypress open",
"lang": "commands/add-missing-translation-keys.js",
"attack-modifiers": "commands/generate-attack-modifier-deck.json.js",
"merge-scenarios": "commands/merge-scenario-data.js",
"cdn": "s3cmd sync --acl-public --delete-removed --add-header=\"Cache-Control:max-age=2592000\" ./resources/img s3://gh-storyline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teamducro/gloomhaven-storyline.git"
},
"keywords": [
"Gloomhaven",
"Frosthaven"
],
"author": "Daniël Ducro",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/teamducro/gloomhaven-storyline/issues"
},
"browserslist": [
"last 2 versions",
">1%"
],
"homepage": "https://gloomhaven-storyline.com",
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.5.0",
"autoprefixer": "^10.4.2",
"cypress": "^5.6.0",
"laravel-mix": "^6.0.43",
"laravel-mix-purgecss": "^6.0.0",
"lodash": "^4.17.21",
"postcss": "^8.4.31",
"resolve-url-loader": "^3.1.4",
"sass": "^1.49.9",
"sass-loader": "^8.0.2",
"tailwindcss": "^2.2.19",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"@material/button": "^4.0.0",
"@material/checkbox": "^4.0.0",
"@material/dialog": "^4.0.0",
"@material/drawer": "^4.0.0",
"@material/form-field": "^4.0.0",
"@material/list": "^4.0.0",
"@material/radio": "^4.0.0",
"@material/ripple": "^4.0.0",
"@material/select": "^4.0.0",
"@material/textfield": "^4.0.0",
"@material/theme": "^4.0.0",
"@sentry/tracing": "^6.18.2",
"@sentry/vue": "^6.18.2",
"@stripe/stripe-js": "^1.24.0",
"animate.css": "^4.1.1",
"axios": "v0.27.2",
"cash-dom": "^8.1.1",
"collect.js": "^4.31.3",
"dayjs": "^1.10.8",
"gsap": "^3.10.4",
"hammerjs": "^2.0.8",
"js-md5": "^0.7.3",
"kind-of": "^6.0.3",
"laravel-echo": "^1.11.3",
"loadjs": "^4.2.0",
"lz-string": "^1.4.4",
"md5-file": "^4.0.0",
"minimist": "^1.2.6",
"panzoom": "^9.4.2",
"pusher-js": "^6.0.3",
"query-string": "^6.14.1",
"replace-in-file": "^5.0.2",
"scroll-js": "^3.5.0",
"slugify": "^1.6.5",
"store": "^2.0.12",
"svg-pan-zoom": "github:ariutta/svg-pan-zoom",
"tippy.js": "^6.3.7",
"uuid": "^8.3.2",
"vue-analytics": "^5.22.1",
"vue-clipboard2": "^0.3.3",
"vue-i18n": "^8.27.0",
"vue-router": "^3.5.3",
"vue-scrollto": "^2.20.0",
"vue-social-sharing": "^3.0.9",
"webpack": "^5.76.0"
}
}