-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.34 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
{
"name": "herodamage-shadowlands-prepatch",
"version": "0.0.1",
"description": "Shadowlands PrePatch (9.0) version of HeroDamage",
"keywords": [
"herotc",
"herodamage",
"world of warcraft",
"shadowlands prepatch",
"wow sl prepatch",
"theorycrafting",
"simulationcraft",
"simc",
"gatsby"
],
"homepage": "https://shadowlands-prepatch.herodamage.com/",
"bugs": {
"url": "https://github.com/herotc/shadowlands-prepatch.herodamage.com/issues"
},
"license": "EUPL-1.2",
"author": {
"name": "HeroTC",
"email": "[email protected]",
"url": "https://www.hero.tc/"
},
"contributors": [
{
"name": "Quentin Giraud",
"email": "[email protected]",
"url": "https://quentin.giraud.pro/"
},
{
"name": "Florian Meißner",
"email": "[email protected]",
"url": "https://www.mystler.eu/"
},
{
"name": "Océane Skowronski",
"email": "[email protected]",
"url": "https://nianel.github.io/CV/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/herotc/shadowlands-prepatch.herodamage.com.git"
},
"scripts": {
"postinstall": "cd scripts/i18n && npm install",
"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.9.2",
"@material-ui/core": "3.9.4",
"@material-ui/icons": "3.0.2",
"esm": "3.2.25",
"gatsby": "2.24.68",
"gatsby-plugin-google-analytics": "2.3.16",
"gatsby-plugin-no-sourcemaps": "2.2.1",
"gatsby-plugin-react-helmet": "3.3.13",
"gatsby-plugin-styled-components": "3.3.13",
"gatsby-source-filesystem": "2.3.33",
"gatsby-transformer-remark": "2.8.38",
"jss": "9.8.7",
"little-loader": "0.2.0",
"lodash": "4.17.20",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"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.1"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "7.11.0",
"@lingui/babel-preset-react": "2.9.2",
"babel-eslint": "10.1.0",
"babel-plugin-styled-components": "1.11.1",
"cross-env": "7.0.2",
"eslint": "5.16.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.21.3",
"eslint-plugin-standard": "4.0.1",
"shx": "0.3.2"
},
"engines": {
"node": "12.18.4",
"npm": "6.14.8"
},
"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"
]
}