@undp/carbon-library 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +59 -0
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ # carbon-library
2
+ Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF
package/package.json ADDED
@@ -0,0 +1,59 @@
1
+ {
2
+ "name": "@undp/carbon-library",
3
+ "version": "1.0.0",
4
+ "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
+ "type": "module",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "rollup": "rollup -c --bundleConfigAsCjs"
9
+ },
10
+ "keywords": [],
11
+ "author": "",
12
+ "license": "ISC",
13
+ "dependencies": {
14
+ "rollup": "^3.22.0",
15
+ "rollup-plugin-dts": "^5.3.0",
16
+ "rollup-plugin-peer-deps-external": "^2.2.4",
17
+ "rollup-plugin-postcss": "^4.0.2",
18
+ "@rollup/plugin-commonjs": "^25.0.0",
19
+ "@rollup/plugin-node-resolve": "^15.0.2",
20
+ "@rollup/plugin-typescript": "^11.1.1",
21
+ "postcss": "^8.4.23",
22
+ "tslib": "^2.5.2",
23
+ "typescript": "^5.0.4",
24
+ "node-sass": "^7.0.3"
25
+ },
26
+ "peerDependencies": {
27
+ "react": "^18.2.0",
28
+ "validator": "^13.9.0",
29
+ "react-phone-number-input": "^3.2.12",
30
+ "react-bootstrap-icons": "^1.10.2",
31
+ "react-apexcharts": "^1.4.0",
32
+ "mapbox-gl": "^2.11.1",
33
+ "luxon": "^3.2.1",
34
+ "class-transformer": "^0.5.1",
35
+ "buffer": "^6.0.3",
36
+ "axios": "^1.1.3",
37
+ "apexcharts": "^3.36.3",
38
+ "antd": "^4.24.1",
39
+ "@types/validator": "^13.7.13",
40
+ "@types/react": "^18.0.25",
41
+ "@types/mapbox-gl": "^2.7.10",
42
+ "@types/luxon": "^3.1.0",
43
+ "@ant-design/icons": "^4.7.0"
44
+ },
45
+ "main": "dist/cjs/index.js",
46
+ "module": "dist/esm/index.js",
47
+ "files": [
48
+ "dist"
49
+ ],
50
+ "types": "dist/index.d.ts",
51
+ "repository": {
52
+ "type": "git",
53
+ "url": "git+https://github.com/xeptagondev/carbon-library.git"
54
+ },
55
+ "bugs": {
56
+ "url": "https://github.com/xeptagondev/carbon-library/issues"
57
+ },
58
+ "homepage": "https://github.com/xeptagondev/carbon-library#readme"
59
+ }