-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.11 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
{
"name": "marionette-react-view",
"version": "1.0.0",
"description": "Render react views inside of marionette",
"main": "index.tsx",
"scripts": {
"dev": "vite",
"test": "vitest --typecheck"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justinline/marionette-react-view.git"
},
"keywords": [
"react",
"marionette",
"migration"
],
"author": "Justin Focus",
"license": "ISC",
"bugs": {
"url": "https://github.com/justinline/marionette-react-view/issues"
},
"homepage": "https://github.com/justinline/marionette-react-view#readme",
"devDependencies": {
"@types/backbone.marionette": "^3.3.17",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"backbone.marionette": "^4.1.3",
"happy-dom": "^12.10.3",
"jquery": "^2.2.4",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.8",
"vitest": "^1.0.4",
"zod": "^3.22.4"
},
"peerDependencies": {
"backbone.marionette": ">3.0.0",
"react": ">18.0.0",
"react-dom": ">18.0.0"
}
}