-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
81 lines (81 loc) · 2.29 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
{
"name": "foe-tools",
"version": "2.2.0",
"description": "Set of tools for Forge Of Empire",
"main": "nuxt.config.js",
"scripts": {
"dev": "nuxt",
"prod:build": "cross-env NODE_ENV=production nuxt build",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"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"
},
"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 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/FOE-Tools/FOE-Tools.github.io/issues"
},
"homepage": "https://foe-tools.github.io/",
"devDependencies": {
"babel-eslint": "^8.2.3",
"cross-env": "^5.1.4",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.9.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-vue": "^4.5.0",
"node-sass": "^4.8.3",
"prettier": "^1.12.1",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"push-dir": "^0.4.1",
"sass-loader": "^7.0.1",
"standard-version": "^4.4.0"
},
"dependencies": {
"@panter/vue-i18next": "^0.9.1",
"buefy": "^0.6.5",
"bulma": "^0.7.1",
"chart.js": "^2.7.2",
"cookie-universal-nuxt": "^1.0.14",
"enumify": "^1.0.4",
"i18next": "^11.2.3",
"jsdom": "^11.10.0",
"moment": "^2.22.1",
"moment-duration-format": "^2.2.2",
"numeral": "^2.0.6",
"nuxt": "^1.4.0",
"nuxt-buefy": "^0.0.4",
"remark": "^9.0.0",
"remark-emoji": "^2.0.1",
"remark-html": "^7.0.0",
"vue-clipboards": "^1.2.4",
"vue-router": "^3.0.1"
}
}