-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 3.27 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "@reactunity/scripts",
"version": "0.19.2",
"description": "Configuration and scripts for React Unity.",
"repository": {
"type": "git",
"url": "https://github.com/ReactUnity/scripts.git"
},
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"bugs": {
"url": "https://github.com/ReactUnity/scripts/issues"
},
"files": [
"bin",
"config",
"lib",
"scripts",
"tsconfig.json"
],
"bin": {
"react-unity-scripts": "./bin/react-unity-scripts.js"
},
"types": "./lib/types/main.d.ts",
"typesVersions": {
"*": {
"main": [
"./lib/types/main.d.ts"
],
"editor": [
"./lib/types/editor.d.ts"
],
"tests": [
"./lib/types/tests.d.ts"
],
"ugui": [
"./lib/types/ugui.d.ts"
],
"uitoolkit": [
"./lib/types/uitoolkit.d.ts"
]
}
},
"tsconfig": "./tsconfig.json",
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-react": "^7.24.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.3.1",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"bfj": "^8.0.0",
"camelcase": "^8.0.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"confusing-browser-globals": "^1.0.11",
"css-loader": "^7.1.1",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.4.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-webpack-plugin": "^4.1.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"fs-extra": "^11.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-resolve": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"mini-css-extract-plugin": "^2.9.0",
"null-loader": "^4.0.1",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"prompts": "^2.4.2",
"raw-loader": "^4.0.2",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.14.2",
"resolve": "^1.22.8",
"resolve-url-loader": "^5.0.0",
"sass": "^1.76.0",
"sass-loader": "^14.2.1",
"semver": "^7.6.0",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.3",
"terser-webpack-plugin": "^5.3.10",
"url-loader": "^4.1.1",
"webpack": "^5.91.0",
"webpack-dev-server": "^5.0.4",
"webpack-manifest-plugin": "^5.0.0"
},
"devDependencies": {
"typescript": "^5.4.5"
},
"optionalDependencies": {
"fsevents": "^2.3.3"
},
"peerDependencies": {
"@reactunity/previewer": "*",
"@reactunity/renderer": "^0.19.0",
"react": "^18.0.0",
"typescript": ">=5"
},
"peerDependenciesMeta": {
"@reactunity/previewer": {
"optional": true
},
"typescript": {
"optional": true
}
}
}