aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-26 20:00:09 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-26 20:00:09 +0530
commitdb693ab4000405f5b02e71dfaf78efe6884b775b (patch)
tree169712dca42359a1575f9a889a1e60556932ada4 /package.json
parentecff3ce21dc1fb68cbe62533a1798bc7b4c061ba (diff)
First Commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json
index 43a2aba..69d3eb7 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,21 @@
{
"name": "openbills-web",
"version": "0.1.0",
- "private": true,
+ "private": false,
+ "license": "GPL-3.0-or-later",
+ "proxy": "http://localhost:6969",
"dependencies": {
+ "@fortawesome/fontawesome-svg-core": "^6.2.0",
+ "@fortawesome/free-solid-svg-icons": "^6.2.0",
+ "@fortawesome/react-fontawesome": "^0.2.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
+ "axios": "^0.27.2",
+ "node-sass": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
+ "react-router-dom": "^6.4.1",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.0"
},