forked from ellemedit/telemetree-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·78 lines (78 loc) · 1.96 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@tonsolutions/telemetree-react",
"version": "1.1.10",
"main": "./lib/index.сjs",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"require": "./lib/index.cjs",
"import": "./lib/index.mjs",
"default": "./lib/index.cjs"
}
},
"resolutions": {
"@types/react": "^18.2.34",
"@types/react-dom": "^18.0.9"
},
"scripts": {
"build": "tsc && vite build",
"start": "vite",
"format": "prettier --write \"src/**/*.ts*\"",
"test": "jest"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "jsdom",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"files": [
"lib"
],
"author": "strd0x",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@testing-library/jest-dom": "^6.4.8",
"@types/crypto-js": "^4.2.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.8.9",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^4.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"ts-jest": "^29.2.4",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vite-plugin-dts": "^3.6.3"
},
"peerDependencies": {
"react": ">=17.0.0"
},
"dependencies": {
"@testing-library/react": "^16.0.0",
"crypto-js": "^4.2.0",
"jsencrypt": "^3.3.2",
"rollup-plugin-terser": "^7.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TONSolutions/telemetree-react.git"
},
"bugs": {
"url": "https://github.com/TONSolutions/telemetree-react/issues"
},
"homepage": "https://github.com/TONSolutions/telemetree-react#readme",
"description": "TON Solutions Telemetree library for React.js"
}