-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
114 lines (114 loc) · 3.35 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "herodamage-bfa",
"version": "0.0.1",
"description": "Battle for Azeroth version of HeroDamage",
"keywords": [
"herotc",
"herodamage",
"world of warcraft",
"battle for azeroth",
"wow bfa",
"theorycrafting",
"simulationcraft",
"simc",
"gatsby"
],
"homepage": "https://bfa.herodamage.com/",
"bugs": {
"url": "https://github.com/herotc/bfa.herodamage.com/issues"
},
"license": "EUPL-1.2",
"author": {
"name": "HeroTC",
"email": "contact@hero.tc",
"url": "https://www.hero.tc/"
},
"contributors": [
{
"name": "Quentin Giraud",
"email": "dev@aethys.io",
"url": "https://quentin.giraud.pro/"
},
{
"name": "Florian Meißner",
"email": "developer@mystler.eu",
"url": "https://www.mystler.eu/"
},
{
"name": "Océane Skowronski",
"email": "dev.oceaneskow@gmail.com",
"url": "https://nianel.github.io/CV/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/herotc/bfa.herodamage.com.git"
},
"scripts": {
"postinstall": "cd scripts/i18n && npm install",
"update": "npm update && cd scripts/i18n && npm update",
"clear": "shx rm -rf public/* && shx rm -rf .cache",
"reinstall": "npm run clear && shx rm -rf scripts/i18n/node_modules && shx rm -rf node_modules && npm install",
"start": "npm run develop",
"develop": "npm run clear && cross-env NODE_OPTIONS=\"--max_old_space_size=3072 -r esm\" gatsby develop",
"build": "npm run clear && cross-env NODE_OPTIONS=\"--max_old_space_size=3072 -r esm\" gatsby build",
"serve": "gatsby serve",
"dbc": "node -r esm scripts/dbc",
"i18n": "cd scripts/i18n && npm start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@lingui/react": "^2.8.3",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"esm": "^3.2.25",
"gatsby": "^2.15.29",
"gatsby-plugin-google-analytics": "^2.1.20",
"gatsby-plugin-no-sourcemaps": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-styled-components": "^3.1.8",
"gatsby-source-filesystem": "^2.1.29",
"gatsby-transformer-remark": "^2.6.27",
"jss": "^9.8.7",
"little-loader": "^0.2.0",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-google-charts": "^3.0.15",
"react-helmet": "^5.2.1",
"react-jss": "^8.6.1",
"react-timeago": "^4.4.0",
"styled-components": "^4.4.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@lingui/babel-preset-react": "^2.8.3",
"babel-eslint": "^10.0.3",
"babel-plugin-styled-components": "^1.10.6",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-standard": "^4.0.1",
"firebase-tools": "^6.12.0",
"shx": "^0.3.2"
},
"engines": {
"node": "10.15.0",
"npm": "6.7.0"
},
"browserslist": [
"> 1%",
"last 2 Chrome versions",
"last 2 Edge versions",
"last 2 Firefox versions",
"last 2 Opera versions",
"last 2 Safari versions",
"last 2 ChromeAndroid versions",
"last 2 FirefoxAndroid versions",
"last 2 iOS versions"
]
}