-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.85 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
{
"name": "@etsoo/react",
"version": "1.8.31",
"description": "TypeScript ReactJs UI Independent Framework",
"main": "lib/cjs/index.js",
"module": "lib/mjs/index.js",
"types": "lib/mjs/index.d.ts",
"exports": {
".": {
"import": "./lib/mjs/index.js",
"require": "./lib/cjs/index.js"
}
},
"scripts": {
"build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ETSOO/AppReact.git"
},
"keywords": [
"React",
"TypeScript",
"ETSOO",
"SmartERP",
"司友云平台",
"青岛亿速思维",
"上海亿商"
],
"author": "ETSOO",
"license": "MIT",
"bugs": {
"url": "https://github.com/ETSOO/AppReact/issues"
},
"homepage": "https://github.com/ETSOO/AppReact#readme",
"dependencies": {
"@dnd-kit/core": "^6.3.0",
"@dnd-kit/sortable": "^10.0.0",
"@emotion/css": "^11.13.5",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@etsoo/appscript": "^1.6.7",
"@etsoo/notificationbase": "^1.1.58",
"@etsoo/shared": "^1.2.61",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.1.5",
"react-window": "^1.8.11"
},
"overrides": {
"react": "$react",
"react-dom": "$react-dom",
"@emotion/react": "$@emotion/react"
},
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.9",
"@babel/plugin-transform-runtime": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/runtime-corejs3": "^7.26.9",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.1",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react": "^4.3.4",
"jsdom": "^26.0.0",
"typescript": "^5.7.3",
"vitest": "^3.0.5"
}
}