-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.49 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.49 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
{
"name": "@pengliheng/github-report",
"version": "1.6.13",
"description": "generate a github report",
"homepage": "https://chat.pipk.top/githubReport/pengliheng",
"main": "dist/index.js",
"scripts": {
"pu": "npm publish --access-public",
"test": "parcel ./example/index.html",
"w": "webpack -w --colors --progress",
"p": "webpack --config webpack.config.prod.js --display-error-details --progress --colors --watch",
"b": "webpack --config webpack.config.dev.js --display-error-details --progress --colors",
"build": "webpack --config webpack.config.prod.js --display-error-details --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pengliheng/github-report.git"
},
"author": "pengliheng",
"license": "ISC",
"devDependencies": {
"babel-loader": "^7.1.3",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.10",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"less": "^3.0.1",
"less-loader": "^4.0.6",
"path": "^0.12.7",
"style-loader": "^0.20.2",
"webpack": "^4.16.2",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"axios": "^0.18.0",
"chart.js": "^2.7.2",
"github-calendar": "^1.2.1",
"lodash.sortby": "^4.7.0",
"parcel-bundler": "^1.9.7",
"postcss-loader": "^2.1.6",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^4.3.1"
}
}