forked from Malikari/gatheringstats
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.65 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
{
"name": "Gathering_Stats",
"version": "2.0.0",
"description": "Site that shows MTG Pro Tour stats",
"author": {
"name": "Andrey Goder",
"email": "andy.goder@gmail.com"
},
"contributors": [
{
"name": "Florian Koch"
},
{
"name": "Milan Matull",
"email": "mtgmagicalhack@gmail.com"
},
{
"name": "Matt Thomason"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Malikari/gatheringstats"
},
"scripts": {
"deploy": "grunt prod && gh-pages -d build"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"ava": "^3.6.0",
"babelify": "^10.0.0",
"deepcopy": "^2.0.0",
"eslint-plugin-react": "^7.19.0",
"gh-pages": "^5.0.0",
"grunt": "^1.5.3",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-env": "^1.0.1",
"grunt-eslint": "^22.0.0",
"grunt-jsonlint": "^2.1.2",
"grunt-sass": "^3.1.0",
"imagemin-webp": "^5.1.0",
"load-grunt-config": "^3.0.2",
"sass": "^1.94.0",
"sharp": "^0.32.6",
"uglifyify": "^5.0.2",
"unidecode": "^0.1.8"
},
"dependencies": {
"accounting": "^0.4.1",
"history": "^4.10.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-markdown": "^7.0.0",
"react-router-dom": "^5.1.2",
"underscore": "^1.12.1"
}
}