-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.94 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.94 KB
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
{
"name": "@ensembleui/react-runtime",
"version": "0.3.42",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"./dist/**",
"README.md"
],
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/EnsembleUI/ensemble-react",
"scripts": {
"dev": "tsup src/index.tsx --format cjs --watch --dts --external react --sourcemap",
"build": "tsup src/index.tsx --format cjs --dts --external react",
"test": "jest --runInBand",
"lint": "eslint ."
},
"lint-staged": {
"*.{ts,tsx}": "eslint --fix"
},
"peerDependencies": {
"@ensembleui/react-framework": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@ant-design/icons": "^5.2.6",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@ensembleui/react-framework": "workspace:*",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.9",
"@mui/x-date-pickers": "^6.18.3",
"@react-oauth/google": "^0.12.1",
"@tanstack/react-query": "^5.61.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@turbo/gen": "^1.10.12",
"@types/lodash-es": "^4.17.8",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.0",
"@types/react-resizable": "3.0.7",
"antd": "^5.21.0",
"chart.js": "^4.4.2",
"chartjs-plugin-datalabels": "^2.2.0",
"dayjs": "^1.11.12",
"eslint-config-custom": "workspace:*",
"imask": "^7.6.1",
"jest-canvas-mock": "^2.5.2",
"jwt-decode": "^4.0.0",
"lodash-es": "^4.17.21",
"react-chartjs-2": "^5.2.0",
"react-easy-crop": "^5.0.5",
"react-fast-compare": "^3.2.2",
"react-markdown": "^8.0.7",
"react-resizable": "^3.0.5",
"react-router-dom": "^6.16.0",
"react-toastify": "^9.1.3",
"react-use": "^17.4.2",
"runes2": "^1.1.4",
"tsconfig": "workspace:*",
"tsup": "^7.2.0"
}
}