generated from jeffreylanters/react-unity-webgl-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.33 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.33 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "react-unity-webgl-tests",
"version": "2.3.1",
"description": "An out-of-the-box test environment for the React Unity WebGL package. This test environment contains a Create-React-App including a Source and Build Unity WebGL project allowing testing and debugging all of it's features.",
"keywords": [
"React",
"Unity",
"WebGL"
],
"homepage": "https://jeffreylanters.github.io/react-unity-webgl-tests",
"bugs": {
"url": "https://github.com/jeffreylanters/react-unity-webgl-tests/issues",
"email": "jeffreylanters@me.com"
},
"license": "Apache-2.0",
"author": {
"name": "Jeffrey Lanters",
"email": "jeffreylanters@me.com",
"url": "https://jeffreylanters.nl"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/jeffreylanters"
},
{
"type": "paypal",
"url": "https://paypal.me/jeffreylanters"
}
],
"main": "./build/index.html",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "git://github.com/jeffreylanters/react-unity-webgl-tests.git"
},
"scripts": {
"start": "PUBLIC_URL=/ react-scripts start",
"build": "PUBLIC_URL=/ react-scripts build",
"build:gh-pages": "PUBLIC_URL=/react-unity-webgl-tests/ react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@saberhq/solana-contrib": "^1.12.6",
"@saberhq/token-utils": "^1.12.6",
"@saberhq/use-solana": "^1.12.6",
"@solana/web3.js": "^1.31.0",
"@gokiprotocol/walletkit": "^1.6.4",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.0.2",
"@types/node": "16.11.6",
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "5.0.0",
"react-unity-webgl": "latest",
"typescript": "4.4.4",
"web-vitals": "2.1.2"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"private": true
}