forked from egovernments/DIGIT-Works
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f234eea
commit 2b4029a
Showing
5 changed files
with
54 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 32 additions & 32 deletions
64
frontend/micro-ui/web/micro-ui-internals/packages/modules/Expenditure/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
{ | ||
"name": "@egovernments/digit-ui-module-expenditure", | ||
"version": "0.4.1", | ||
"description": "Expenditure Management Module UI", | ||
"main": "dist/index.js", | ||
"module": "dist/index.modern.js", | ||
"source": "src/Module.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"start": "microbundle-crl watch --no-compress --format modern,cjs", | ||
"build": "microbundle-crl --compress --no-sourcemap --format cjs", | ||
"prepublish": "yarn build" | ||
}, | ||
"peerDependencies": { | ||
"react": "17.0.2", | ||
"react-router-dom": "5.3.0" | ||
}, | ||
"dependencies": { | ||
"@egovernments/digit-ui-react-components": "^1.5.0", | ||
"lodash": "^4.17.21", | ||
"react": "17.0.2", | ||
"react-date-range": "^1.4.0", | ||
"react-dom": "17.0.2", | ||
"react-hook-form": "6.15.8", | ||
"react-i18next": "11.16.2", | ||
"react-query": "3.6.1", | ||
"react-router-dom": "5.3.0" | ||
}, | ||
"author": "", | ||
"license": "MIT" | ||
} | ||
"name": "@egovernments/digit-ui-module-expenditure", | ||
"version": "0.4.2", | ||
"description": "Expenditure Management Module UI", | ||
"main": "dist/index.js", | ||
"module": "dist/index.modern.js", | ||
"source": "src/Module.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"start": "microbundle-crl watch --no-compress --format modern,cjs", | ||
"build": "microbundle-crl --compress --no-sourcemap --format cjs", | ||
"prepublish": "yarn build" | ||
}, | ||
"peerDependencies": { | ||
"react": "17.0.2", | ||
"react-router-dom": "5.3.0" | ||
}, | ||
"dependencies": { | ||
"@egovernments/digit-ui-react-components": "^1.5.0", | ||
"lodash": "^4.17.21", | ||
"react": "17.0.2", | ||
"react-date-range": "^1.4.0", | ||
"react-dom": "17.0.2", | ||
"react-hook-form": "6.15.8", | ||
"react-i18next": "11.16.2", | ||
"react-query": "3.6.1", | ||
"react-router-dom": "5.3.0" | ||
}, | ||
"author": "", | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters