-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 957 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
{
"name": "@postadress/react-simple-table",
"version": "1.0.167",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@types/react": "^17.0.3",
"react-bootstrap": "^2.1.1",
"react-router-dom": "^6.2.1",
"bootstrap": "^5.1.3"
},
"devDependencies": {
"@babel/preset-typescript": "^7.15.0"
},
"author": "Christian Kokoska",
"license": "GPL-3.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postadress/react-simple-table.git"
},
"bugs": {
"url": "https://github.com/postadress/react-simple-table/issues"
},
"homepage": "https://github.com/postadress/react-simple-table#readme",
"description": ""
}