-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
75 lines (75 loc) · 2.3 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "react-three-next",
"version": "2.0.0",
"authors": [
"Renaud ROHLINGER <https://twitter.com/onirenaud>"
],
"private": false,
"scripts": {
"lint": "yarn prettier && yarn eslint",
"eslint": "eslint --fix \"src/**/*.{js,jsx}\" --ext jsconfig.json",
"prettier": "prettier --list-different '**/*.{js,jsx,md}'",
"dev": "next dev",
"build": "next build",
"export": "EXPORT=true next build && EXPORT=true next export",
"analyze": "ANALYZE=true next build",
"start": "next start",
"minify": "node server/minify.js",
"postbuild": "next-sitemap"
},
"dependencies": {
"@badrap/bar-of-progress": "^0.2.2",
"@gltf-transform/core": "^0.12.7",
"@gltf-transform/functions": "^0.12.7",
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.3",
"@reach/slider": "^0.16.0",
"@react-spring/web": "^9.2.4",
"@react-three/drei": "^7.3.1",
"@react-three/fiber": "^7.0.6",
"@react-three/gltfjsx": "^4.3.4",
"@supabase/supabase-js": "^1.21.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tippyjs/react": "^4.2.6",
"antd": "^4.16.10",
"axios": "^1.6.7",
"clipboard-copy": "^4.0.1",
"date-fns": "^2.23.0",
"eslint": "^8.56.0",
"file-saver": "^2.0.5",
"jszip": "^3.7.1",
"leva": "^0.9.13",
"next": "^11.0.1",
"nightwind": "^1.1.12",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.1.0",
"react-markdown": "^6.0.3",
"tailwindcss": "^3.4.0",
"three": "^0.131.3",
"three-stdlib": "^2.4.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@next/bundle-analyzer": "^14.0.4",
"autoprefixer": "^10.4.16",
"babel-eslint": "^10.1.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwind": "^0.2.1",
"express": "^4.18.2",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.32",
"prettier": "^3.1.1"
},
"license": "MIT"
}