threed-ai
Version:
'threed-ai' supporting Vite, Next, Nuxt, as a functioning, low-dependency app, a package supporting monorepos of workspaces that utilize 'ThreeJS, WebGL, React, TypeScript <r3Fiber>, GraphQL'.
54 lines (53 loc) • 1.44 kB
JSON
{
"name": "react-three-next",
"version": "2.0.0",
"authors": [
"Renaud ROHLINGER <https://twitter.com/onirenaud>"
],
"license": "MIT",
"private": true,
"engines": {
"node": ">=14"
},
"scripts": {
"lint": "yarn prettier && yarn eslint",
"eslint": "next lint --fix --dir src",
"prettier": "prettier -l \"./src/**/*.{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"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.17.0",
"@react-three/drei": "^9.14.3",
"@react-three/fiber": "^8.0.27",
"babel-plugin-glsl": "^1.0.0",
"glsl-random": "^0.0.5",
"next": "^12.2.3",
"next-pwa": "^5.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.142.0",
"three-stdlib": "^2.12.1",
"zustand": "^4.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.2.3",
"autoprefixer": "^10.4.2",
"eslint": "^8.20.0",
"eslint-config-next": "^12.2.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-tailwind": "^0.2.1",
"file-loader": "^6.2.0",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"next-offline": "^5.0.5",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.1.6",
"url-loader": "^4.1.1"
}
}