forked from teamducro/gloomhaven-storyline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.97 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
{
"name": "gloomhaven-storyline",
"version": "1.0.0",
"description": "Gloomhaven storyline",
"main": "index.js",
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production;",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"test": "cypress run",
"test:open": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teamducro/gloomhaven-storyline.git"
},
"keywords": [
"Gloomhaven",
"Frosthaven"
],
"author": "Daniël Ducro",
"license": "BY-NC-SA 4.0",
"bugs": {
"url": "https://github.com/teamducro/gloomhaven-storyline/issues"
},
"homepage": "https://gloomhaven-storyline.com",
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.5.0",
"cross-env": "^6.0.3",
"cypress": "^4.0.1",
"laravel-mix": "^5.0.4",
"laravel-mix-purgecss": "^5.0.0",
"lodash": "^4.17.19",
"moment": "^2.26.0",
"resolve-url-loader": "^3.1.0",
"sass": "^1.24.3",
"sass-loader": "^8.0.0",
"tailwindcss": "^1.4.6",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},
"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",
"@stripe/stripe-js": "^1.7.0",
"axios": "^0.21.1",
"collect.js": "^4.19.0",
"hammerjs": "^2.0.8",
"jquery": "^3.5.0",
"js-md5": "^0.7.3",
"kind-of": "^6.0.3",
"laravel-echo": "^1.8.0",
"loadjs": "^4.2.0",
"lz-string": "^1.4.4",
"md5-file": "^4.0.0",
"minimist": "^1.2.5",
"panzoom": "^9.2.1",
"pusher-js": "^6.0.3",
"query-string": "^6.10.1",
"replace-in-file": "^5.0.2",
"store": "^2.0.12",
"svg-pan-zoom": "github:ariutta/svg-pan-zoom",
"tippy.js": "^6.1.0",
"vue-analytics": "^5.22.1",
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.17.3",
"vue-router": "^3.1.6",
"vue-scrollto": "^2.18.2",
"vue-social-sharing": "^3.0.0-beta.11"
}
}