-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.33 KB
/
package.json
File metadata and controls
91 lines (91 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
85
86
87
88
89
90
91
{
"name": "lct-react",
"version": "0.13.6",
"license": "MIT",
"author": {
"name": "Michael Reuter",
"email": "mareuternh@gmail.com"
},
"description": "This program provides general lunar information and availability of features related to the Astronomical League Lunar and Lunar II observing clubs.",
"repository": "github:mareuter/lct-react",
"keywords": [
"astronomy",
"lunar observing",
"react"
],
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^3.0.0",
"@react-three/drei": "10.7.7",
"@react-three/fiber": "9.6.0",
"axios": "^1.6.0",
"globals": "17.5.0",
"jstz": "^2.1.1",
"luxon": "3.7.2",
"react": "19.2.5",
"react-datepicker": "^9.0.0",
"react-dom": "19.2.5",
"react-router-dom": "7.14.1",
"three": "^0.183.0"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint ."
},
"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": {
"@eslint/js": "10.0.1",
"@juggle/resize-observer": "3.4.0",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@typescript-eslint/eslint-plugin": "8.58.2",
"@typescript-eslint/parser": "8.58.2",
"@vitejs/plugin-react": "6.0.1",
"@vitest/coverage-v8": "4.1.4",
"eslint": "10.2.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"jsdom": "29.0.2",
"prettier": "3.8.3",
"sass": "1.99.0",
"typescript": "6.0.2",
"vite": "8.0.8",
"vitest": "4.1.4"
},
"dependenciesMeta": {
"@react-spring/core": {
"built": false
}
},
"jest": {
"moduleNameMapper": {
"axios": "axios/dist/node/axios.cjs"
}
},
"packageManager": "yarn@4.13.0",
"type": "module"
}