-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.33 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
{
"name": "react-github-stats-card-v2",
"version": "1.1.0",
"license": "MIT",
"description": "GitHub Stats card component for React applications.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "start-storybook",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cnocon/react-github-stats-card-v2.git"
},
"keywords": [
"GitHub",
"Statistics",
"Widget",
"Card",
"React",
"Component",
"User",
"Stats"
],
"author": "Cristin O'Connor <her@cristin.io>",
"bugs": {
"url": "https://github.com/cnocon/react-github-stats-card-v2/issues"
},
"homepage": "https://github.com/cnocon/react-github-stats-card-v2#readme",
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@storybook/addon-knobs": "^6.1.11",
"@storybook/react": "^6.1.11",
"babel-loader": "^8.2.2",
"webpack": "^4.44.2",
"clean-webpack-plugin": "^3.0.0",
"node-sass": "^5.0.0",
"path": "^0.12.7",
"sass-loader": "^10.1.0",
"webpack-cli": "^4.3.1",
"webpack-node-externals": "^2.5.2",
"style-loader": "^2.0.0"
}
}