-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.54 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
{
"name": "gdq-stats",
"version": "1.0.0",
"description": "> :space_invader: Stats webpage for [GamesDoneQuick](gamesdonequick.com). Hosted at [gdqstat.us](http://gdqstat.us)",
"main": " ",
"scripts": {
"start": "gulp server",
"build": "gulp clean && gulp build",
"lint": "eslint src/js --fix",
"profile": "webpack --profile --json > webpack-stats.json",
"snapshot": "npm run build && mkdir -p site/static/previous-events/$npm_config_name && cp -r dist/ site/static/previous-events/$npm_config_name && rm -r site/static/previous-events/$npm_config_name/{previous-events,img,data}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bcongdon/gdq-stats.git"
},
"author": "Benjamin Congdon",
"license": "MIT",
"bugs": {
"url": "https://github.com/bcongdon/gdq-stats/issues"
},
"homepage": "https://github.com/bcongdon/gdq-stats#readme",
"dependencies": {
"axios": "^0.19.2",
"d3-array": "^1.2.0",
"d3-format": "^1.2.0",
"dayjs": "^1.6.10",
"halogen": "^0.2.0",
"notifyjs": "^3.0.0",
"percentile": "^1.2.0",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-bootstrap": "^0.31.0",
"react-c3js": "^0.1.19",
"react-dom": "^15.6.1",
"react-odometerjs": "^1.0.1",
"react-redux": "^5.0.5",
"react-select": "^1.0.0-rc.5",
"react-web-notification": "^0.2.4",
"recharts": "^1.0.0-alpha.1",
"redux": "^3.7.1",
"redux-thunk": "^2.2.0",
"universal-cookie": "^2.0.8",
"visibilityjs": "^1.2.4"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-recharts": "^1.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"browser-sync": "^2.26.10",
"css-loader": "^0.28.4",
"eslint": "^4.1.1",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^3.0.1",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-flatten": "^0.4.0",
"gulp-minifier": "^1.2.2",
"gulp-postcss": "^7.0.1",
"gulp-rm": "^1.0.5",
"gulp-rsync": "0.0.9",
"gulp-sass": "^4.1.0",
"hugo-bin": "^0.62.2",
"plugin-error": "^1.0.1",
"style-loader": "^0.18.2",
"webpack": "^4.43.0",
"webpack-cli": "^2.1.3"
}
}