-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.92 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
{
"private": true,
"name": "digdeeper3",
"scripts": {
"check": "tsc --noEmit && tsc --project ./backend/ --noEmit && eslint .",
"start": "vite --config ./vite.config/vite.config.ts",
"host": "vite --config ./vite.config/vite.config.ts --host",
"build": "vite --config ./vite.config/vite.config.ts build"
},
"devDependencies": {
"@amplitude/analytics-browser": "^1.10.7",
"@emotion/babel-plugin": "^11.10.6",
"@emotion/css": "^11.10.6",
"@emotion/react": "^11.10.6",
"@fontsource/noto-sans-mono": "^5.0.2",
"@fontsource/noto-serif": "^5.0.2",
"@rauschma/iterator-helpers-polyfill": "^0.7.0",
"@react-three/drei": "^9.68.2",
"@react-three/fiber": "^8.13.0",
"@types/color": "^3.0.3",
"@types/crypto-js": "^4.1.1",
"@types/d3-ease": "^3.0.0",
"@types/howler": "^2.2.7",
"@types/lodash": "^4.14.192",
"@types/memoizee": "^0.4.8",
"@types/three": "^0.152.0",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitejs/plugin-react": "^3.1.0",
"color": "^4.2.3",
"crypto-js": "^4.1.1",
"d3-ease": "^3.0.1",
"emotion-icons": "^3.27.0",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"git-repo-info": "^2.1.1",
"glsl-easings": "^1.0.0",
"howler": "^2.2.3",
"immutability-helper": "^3.1.1",
"io-ts": "^2.2.20",
"lodash": "^4.17.21",
"memoizee": "^0.4.15",
"popmotion": "^11.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-emoji-render": "^2.0.1",
"react-tabs": "^6.0.1",
"react-use-promise": "^0.5.0",
"recoil": "^0.7.7",
"rollup-plugin-license": "^3.0.1",
"rxjs": "^7.8.0",
"three": "^0.152.2",
"ts-is-present": "^1.2.2",
"ts-toolbelt": "^9.6.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-glsl": "^1.1.2",
"vite-plugin-html": "^3.2.0",
"vite-plugin-static-copy": "^0.16.0"
}
}