-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
90 lines (90 loc) · 2.75 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
{
"name": "kitsu-season-trends",
"version": "1.0.0",
"description": "Kitsu seasonal anime trends",
"scripts": {
"build:webpack": "cross-env NODE_ENV=production webpack --config webpack.production.config.js --progress",
"build:webpack-ci": "cross-env NODE_ENV=production webpack --config webpack.production.config.js",
"build": "yarn build:webpack",
"build:ci": "yarn build:webpack-ci",
"start": "webpack serve",
"lint": "eslint --ext js --ext jsx src",
"cron": "node cron/index.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/wopian/kitsu-season-trends"
},
"author": "James Harris <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/wopian/kitsu-season-trends#readme",
"dependencies": {
"@loadable/component": "^5.16.0",
"classnames": "^2.3.0",
"fromnow": "^3.0.0",
"lodash": "^4.17.14",
"prop-types": "^15.8.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-ga": "^3.3.0",
"react-icons": "^4.12.0",
"react-lazy-load": "^4.0.0",
"react-router-dom": "^5.0.0",
"recharts": "^2.10.0"
},
"devDependencies": {
"@babel/cli": "^7.14.0",
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7.14.7",
"@babel/node": "^7.14.0",
"@babel/plugin-proposal-class-properties": "^7.14.0",
"@babel/plugin-syntax-decorators": "^7.14.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"@babel/preset-react": "^7.14.0",
"@babel/runtime": "^7.14.0",
"@loadable/babel-plugin": "^5.13.0",
"autoprefixer": "^10.2.0",
"axios-request-throttle": "^1.0.0",
"babel-loader": "^9.0.0",
"client-oauth2": "^4.3.0",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.0",
"css-loader": "^6.0.0",
"css-minimizer-webpack-plugin": "^5.0.0",
"date-fns": "^2.28.0",
"eslint": "^8.0.0",
"eslint-config-wopian-react": "^3.0.0",
"html-webpack-plugin": "^5.3.0",
"json5": "^2.2.0",
"kitsu": "10.1.2",
"mini-css-extract-plugin": "^2.4.2",
"msgpack-lite": "^0.1.26",
"postcss": "^8.4.31",
"react-hot-loader": "^4.13.0",
"resource-hints-webpack-plugin": "~0.0.2",
"style-loader": "^3.0.0",
"stylus": "~0.62.0",
"stylus-loader": "^7.0.0",
"webpack": "^5.39.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "~4.15.0",
"webpack-pwa-manifest": "^4.3.0",
"wilson-rate": "^1.0.2",
"workbox-webpack-plugin": "^7.0.0",
"yocto-queue": "^1.0.0",
"yoctocolors": "^1.0.0"
},
"renovate": {
"enabled": false,
"extends": [
"github>wopian/renovate-config"
],
"ignoreDeps": [
"react",
"react-dom",
"react-router-dom"
]
}
}