-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.38 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
{
"name": "kokoro-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.10",
"@belivvr/aframe-react": "^0.4.1",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.4",
"@react-midi/hooks": "^1.0.2",
"@react-spring/three": "^9.4.4",
"@react-three/drei": "^8.19.0",
"@react-three/fiber": "^7.0.26",
"@react-three/postprocessing": "^2.3.1",
"aframe": "^1.3.0",
"aframe-globe-component": "^1.12.3",
"axios": "^0.27.2",
"babel-plugin-glsl": "^1.0.0",
"formik": "^2.2.9",
"formik-mui": "^4.0.0-alpha.3",
"gh-pages": "^4.0.0",
"glslify": "^7.1.1",
"graphql": "^16.3.0",
"graphql-ws": "^5.6.4",
"gsap": "^3.9.1",
"leva": "^0.9.23",
"postprocessing": "^6.26.4",
"react": "^17.0.2",
"react-dimensions": "^1.3.1",
"react-dom": "^17.0.2",
"react-piano": "^3.1.3",
"react-scripts": "5.0.0",
"react-spring": "^9.4.2",
"reactjs-videobg": "^1.3.0",
"soundfont-player": "^0.12.0",
"three": "^0.137.5",
"three-noise": "^1.1.2",
"web-vitals": "^2.1.4",
"wouter": "^2.8.0-alpha.2",
"zustand": "^3.7.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/aframe": "^1.2.0",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.22",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/three": "^0.137.0",
"typescript": "^4.5.5"
}
}