-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 956 Bytes
/
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
{
"name": "stack-flair",
"version": "0.0.1",
"description": "A StackExchange flair react component",
"main": "dist/StackFlair.js",
"scripts": {
"build": "webpack"
},
"keywords": [
"react-component",
"react",
"ui",
"stack",
"stackoverflow",
"stackexchange",
"flair",
"stack-flair"
],
"author": "Diego Banos <diegobanosfarinas@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/diegobanos/stack-flair.git"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"babel-loader": "^8.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"bugs": {
"url": "https://github.com/diegobanos/stack-flair/issues"
},
"homepage": "https://github.com/diegobanos/stack-flair#readme",
"dependencies": {}
}