forked from aviriel/FOE-Tools.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.32 KB
/
Copy pathpackage.json
File metadata and controls
130 lines (130 loc) · 4.32 KB
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "foe-tools",
"version": "2.65.0",
"description": "Set of tools for Forge of Empires",
"main": "nuxt.config.js",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"build:prod": "cross-env NODE_ENV=production nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .eslintignore .",
"build:gh": "cross-env DEPLOY_ENV=GH_PAGES nuxt build",
"generate:gh": "cross-env DEPLOY_ENV=GH_PAGES nuxt generate",
"release": "standard-version",
"deploy": "push-dir --dir=dist --branch=master --cleanup",
"coverage": "codecov",
"contributors:add": "all-contributors --config all-contributorsrc.json add",
"contributors:generate": "all-contributors --config all-contributorsrc.json generate",
"test:lint": "eslint --ext .js,.vue --ignore-path .eslintignore .",
"test:e2e": "testcafe firefox test/e2e/ --app \"cross-env PORT=8080 npm run dev\" --app-init-delay 35000",
"test:unit": "jest --clearCache && jest --coverage=false",
"test:unit:coverage": "jest --clearCache && jest --coverage=true",
"test:unit:watch": "jest --clearCache && jest --coverage=false --testRegex ^.*.test.js$ test/unit/ --watch",
"test": "npm run test:unit",
"update-foe-data": "node .scripts/update-gb-data.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FOE-Tools/FOE-Tools.github.io.git"
},
"keywords": [
"foe",
"forge",
"empire",
"nuxt",
"vue",
"yarn",
"tool",
"forge-of-empires",
"investment"
],
"author": "Heziode <Heziode@protonmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/FOE-Tools/FOE-Tools.github.io/issues"
},
"homepage": "https://foe-tools.github.io/",
"devDependencies": {
"@nuxtjs/router-extras": "^1.1.0",
"@nuxtjs/sitemap": "^2.0.1",
"@vue/test-utils": "^1.0.0-beta.25",
"babel-eslint": "^10.1.0",
"babel-jest": "^23.6.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-vue": "^2.0.2",
"cross-env": "^7.0.2",
"csv-parser": "^2.3.2",
"download": "^7.1.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-testcafe": "^0.2.1",
"eslint-plugin-vue": "^6.2.2",
"jest": "^24.9.0",
"jest-localstorage-mock": "^2.4.0",
"jest-serializer-vue": "^2.0.2",
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2",
"lodash.set": "^4.3.2",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"push-dir": "^0.4.1",
"sass-loader": "^8.0.2",
"standard-version": "^7.1.0",
"testcafe": "^1.8.2",
"testcafe-nuxt-selectors": "^1.0.6",
"uuid": "^7.0.2",
"vue-jest": "^3.0.5"
},
"dependencies": {
"@nuxtjs/axios": "^5.9.5",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/robots": "^2.4.2",
"@panter/vue-i18next": "^0.15.2",
"all-contributors-cli": "^6.14.0",
"buefy": "^0.8.13",
"bulma": "^0.8.0",
"bulmaswatch": "^0.7.5",
"chart.js": "^2.9.3",
"codecov": "^3.6.5",
"cookie-universal-nuxt": "^2.1.3",
"country-flag-emoji": "^1.0.3",
"enumify": "^1.0.4",
"facebook-locales": "^1.0.889",
"get-user-locale": "^1.3.0",
"i18next": "^19.3.2",
"js-priority-queue": "^0.1.5",
"jsdom": "^16.2.1",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"numeral": "^2.0.6",
"nuxt": "^2.11.0",
"remark": "^11.0.2",
"remark-emoji": "^2.0.2",
"remark-html": "^10.0.0",
"shepherd.js": "^7.0.4",
"vue-clipboards": "^1.3.0",
"vue-content-loader": "^0.2.3",
"vue-invisible-recaptcha": "^0.2.1",
"vue-router": "^3.1.6",
"vuex-pathify": "^1.4.1",
"vuex-persistedstate": "^2.7.1"
}
}