-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.61 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
{
"name": "photosynthesis",
"version": "0.1.0",
"private": true,
"homepage": "https://dipsywong98.github.io/photosynthesis",
"scripts": {
"server": "peerjs --port 9000 --key peerjs --path /peer",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --coverage",
"eject": "react-scripts eject",
"lint": "eslint .",
"fix": "eslint . --fix",
"postinstall": "patch-package"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mdi/js": "^6.5.95",
"@mdi/react": "^1.5.0",
"@mdx-js/react": "^2.0.0",
"@popperjs/core": "^2.11.2",
"@theme-ui/color": "^0.13.1",
"@theme-ui/match-media": "^0.13.1",
"bezier-easing": "^2.1.0",
"dat.gui": "^0.7.8",
"ecsy": "^0.4.2",
"ecsy-three": "^0.1.3",
"hammerjs": "^2.0.8",
"peer": "^0.6.1",
"peerjs": "1.3.2",
"polished": "^4.1.4",
"prop-types": "^15.8.1",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hammerjs": "^1.0.1",
"react-modal": "^3.14.4",
"react-move": "^6.5.0",
"react-popper": "^2.2.5",
"react-scripts": "^5.0.0",
"stats.js": "^0.17.0",
"theme-ui": "^0.13.1",
"three": "^0.135.x",
"uuid": "^8.3.2"
},
"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/dom": "^7.23.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/dat.gui": "^0.7.5",
"@types/hammerjs": "^2.0.36",
"@types/jest": "^26.0.10",
"@types/node": "^16.0.0",
"@types/peerjs": "^1.1.0",
"@types/ramda": "^0.27.14",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"@types/react-hammerjs": "^1.0.1",
"@types/react-modal": "^3.12.0",
"@types/stats.js": "^0.17.0",
"@types/three": "^0.137.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5",
"@typescript-eslint/parser": "^5",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "4",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"patch-package": "^6.4.7",
"typescript": "^4.5.5"
},
"jest": {
"transformIgnorePatterns": [
"/node_modules/peerjs/.+\\.js$"
]
}
}