-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.46 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
{
"name": "panda.sh",
"version": "0.0.0",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "npx --yes netlify-cli serve",
"typecheck": "tsc -b",
"format": "prettier-eslint \"app/**/*.tsx\"",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --cache --cache-location ./node_modules/.cache/eslint --ext .js,.jsx,.ts,.tsx . --fix"
},
"dependencies": {
"@netlify/functions": "^2.0.0",
"@netlify/remix-adapter": "^2.0.0",
"@react-three/drei": "^9.96.5",
"@react-three/fiber": "^8.15.15",
"@remix-run/css-bundle": "^2.5.1",
"@remix-run/node": "^2.5.1",
"@remix-run/react": "^2.5.1",
"acorn": "^8.11.3",
"acorn-typescript": "^1.4.13",
"classnames": "^2.3.2",
"cross-env": "^7.0.3",
"estree-walker": "^3.0.3",
"highlight.js": "^11.9.0",
"jotai": "^2.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.160.1"
},
"devDependencies": {
"@remix-run/dev": "^2.5.1",
"@remix-run/eslint-config": "^2.5.1",
"@remix-run/serve": "^2.5.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/three": "^0.160.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.27.0",
"prettier-eslint": "^16.3.0",
"typescript": "^5.2.2",
"yarn": "^1.22.19"
},
"engines": {
"node": ">=18"
}
}