forked from madnight/githut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.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
{
"name": "githut2",
"author": "beuke",
"license": "ISC",
"version": "0.1.39",
"description": "githut2",
"homepage": "https://madnight.github.io/githut",
"repository": {
"type": "git",
"url": "git+https://github.com/madnight/github-stats.git"
},
"scripts": {
"build": "NODE_ENV=production react-scripts build",
"postbuild": "react-snap && prettier -w build/index.html",
"deploy": "npm run build && gh-pages -d build",
"lint": "eslint -c .eslintrc src",
"lint-fix": "eslint -c .eslintrc src --fix",
"ver": "npm version patch --git=true",
"jest": "jest --detectOpenHandles",
"test": "yarn jest",
"dest": "react-scripts test",
"dev": "react-scripts start"
},
"dependencies": {
"bootstrap": "^5.0.1",
"github-colors": "^2.2.18",
"highcharts": "^9.1.0",
"highcharts-react-official": "^3.0.0",
"lodash": "^4.17.21",
"react-device-detect": "^1.17.0",
"react-github-fork-ribbon": "^0.6.0",
"react-helmet": "^6.1.0",
"react-materialize": "^3.3.4",
"react-router-dom": "^5.0.1",
"react-scripts": "^4.0.3",
"react-select": "^4.3.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-react": "^7.13.13",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-react-html-attrs": "^3.0.5",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-standard": "^5.0.0",
"expect.js": "^0.3.1",
"gh-pages": "^3.1.0",
"jest-cli": "^26.6.3",
"jest-puppeteer": "^5.0.3",
"jsdom": "^16.6.0",
"mini-css-extract-plugin": "^1.6.0",
"prettier": "^2.3.0",
"puppeteer": "^9.1.1",
"react": "^17.0.2",
"react-bootstrap": "^1.6.0",
"react-bootstrap-table": "^4.3.1",
"react-data-components": "^1.1.0",
"react-dom": "^17.0.2",
"react-snap": "^1.23.0",
"react-test-renderer": "^17.0.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}