-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.47 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
{
"name": "meteor-globe",
"version": "1.0.2",
"author": "Rob Agar",
"license": "GPL-3.0",
"homepage": "/meteor-globe/",
"private": true,
"dependencies": {
"@date-io/luxon": "^2.11.1",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fontsource/roboto": "^4.5.0",
"@mui/icons-material": "~5.0.0",
"@mui/lab": "^5.0.0-alpha.46",
"@mui/material": "~5.0.0",
"@react-three/drei": "^7.5.0",
"@react-three/fiber": "^7.0.6",
"@types/node": "^12.20.19",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"astronomia": "^4.0.1",
"csv-parse": "^4.16.0",
"fetchline": "^1.0.1",
"luxon": "^2.0.2",
"pullstate": "^1.22.1",
"react": "^17.0.2",
"react-div-100vh": "^0.6.0",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"three": "^0.131.3",
"typescript": "^4.3.5",
"use-async-effect": "^2.2.3",
"use-constant": "^1.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "BUILD_PATH=./docs react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/luxon": "^2.0.3",
"@types/three": "^0.131.0",
"prettier": "^2.3.2"
}
}