-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "@egovernments/digit-ui-libraries-core",
"version": "0.0.1",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"build": "microbundle-crl --compress --no-sourcemap --format cjs",
"start": "microbundle-crl watch --no-compress --format modern,cjs",
"prepublish": "yarn build"
},
"peerDependencies": {
"react": "19.0.0"
},
"devDependencies": {
"gh-pages": "2.2.0",
"microbundle-crl": "0.13.11",
"react-dom": "19.0.0",
"react-scripts": "^4.0.1"
},
"dependencies": {
"axios": "0.27.2",
"babel-preset-react": "6.24.1",
"date-fns": "2.28.0",
"html2canvas": "1.4.1",
"dom-to-image": "2.6.0",
"i18next": "19.9.2",
"i18next-react-postprocessor": "3.0.7",
"pdfmake": "0.1.72",
"react": "19.0.0",
"react-i18next": "11.16.2",
"@tanstack/react-query": "^5.62.16",
"react-redux": "7.2.8",
"react-router-dom": "5.3.0",
"redux": "4.1.2",
"xlsx": "0.17.5"
}
}