-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.79 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": "ios404",
"version": "0.1.0",
"private": false,
"license": "MIT",
"homepage": "https://ios404.com",
"scripts": {
"fetch-data": "node scripts/fetchCanIUse.js",
"dev": "next dev",
"build": "npm run spritesheet && npm run fetch-data && next build",
"start": "next start",
"lint": "next lint",
"spritesheet": "node scripts/buildSpritessheet.ts"
},
"dependencies": {
"@n8tb1t/use-scroll-position": "^2.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@react-hooks-library/core": "^0.6.2",
"@react-spring/three": "^9.7.3",
"@react-spring/web": "^9.7.3",
"@react-three/drei": "9.103.0",
"@react-three/fiber": "8.16.1",
"@telemetrydeck/sdk": "^2.0.4",
"@uidotdev/usehooks": "^2.4.1",
"@use-gesture/react": "^10.3.1",
"bowser": "^2.11.0",
"leva": "^0.9.35",
"lodash": "^4.17.21",
"next": "14.1.4",
"next-compose-plugins": "^2.2.1",
"next-plugin-svgr": "^1.1.10",
"next-pwa": "^5.6.0",
"r3f-perf": "^7.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-markdown": "^9.0.1",
"react-toggle-dark-mode": "^1.1.1",
"remark-gfm": "^4.0.0",
"styled-components": "^6.1.8",
"three": "^0.163.0",
"unist-util-visit": "^5.0.0",
"use-prefers-color-scheme": "^1.1.3",
"usehooks-ts": "^3.0.2"
},
"devDependencies": {
"@react-spring/types": "^9.7.3",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/three": "^0.163.0",
"axios": "^1.6.8",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"sharp": "^0.33.3",
"spritesmith": "^3.4.1",
"typescript": "^5.4.3"
}
}