-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.22 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
{
"name": "reactstrap-react-lib",
"version": "10.1.9",
"description": "This is a lib for react and next",
"main": "lib/index.js",
"types": "lib",
"scripts": {
"build": "tsc -p .",
"dev": "npm run build && echo Built the lib \\n && yalc publish --push && echo Published to local repo \\n && cd test && echo Now inside test \\n && yalc link reactstrap-react-lib && echo linked from local repo \\n && npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/umeshramya/reactstrap-react-lib.git"
},
"keywords": [
"react-lib",
"next-lib"
],
"author": "Dr Umesh R Bilagi",
"license": "MIT",
"bugs": {
"url": "https://github.com/umeshramya/reactstrap-react-lib/issues"
},
"homepage": "https://github.com/umeshramya/reactstrap-react-lib#readme",
"devDependencies": {
"@types/react": "^18.0.26",
"@types/reactstrap": "^8.7.2",
"@types/styled-jsx": "^2.2.8",
"next": "^13.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"reactstrap": "^8.9.0",
"typescript": "^4.2.3",
"yalc": "*"
},
"dependencies": {
"axios": "^1.6.2",
"browser-image-compression": "^2.0.2",
"querystring": "^0.2.1"
},
"files": [
"lib/**/*"
]
}