mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "example",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.18.9",
|
|
"@react-three/drei": "^9.17.1",
|
|
"@react-three/fiber": "^8.1.0",
|
|
"@react-three/postprocessing": "^2.4.6",
|
|
"meshline": "^2.0.4",
|
|
"prism-react-renderer": "^1.2.1",
|
|
"prismjs": "1.23.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"three": "^0.141.0",
|
|
"zustand": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": "react-app-rewired build",
|
|
"build:analyze": "BUNDLE_ANALYZE=true yarn build",
|
|
"test": "react-app-rewired test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"prettier": {
|
|
"semi": false,
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"bracketSameLine": true,
|
|
"tabWidth": 2,
|
|
"printWidth": 120
|
|
},
|
|
"devDependencies": {
|
|
"@react-three/babel": "^0.1.1",
|
|
"@testing-library/jest-dom": "^5.11.0",
|
|
"@testing-library/react": "^10.4.3",
|
|
"@testing-library/user-event": "^12.0.11",
|
|
"customize-cra": "^1.0.0",
|
|
"react-app-rewired": "^2.2.1",
|
|
"react-scripts": "^5.0.1",
|
|
"webpack-bundle-analyzer": "^4.5.0"
|
|
}
|
|
}
|