mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "gl-react-cookbook",
|
|
"version": "5.2.1",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"babel-preset-react-app": "^10.0.0",
|
|
"browserify": "^17.0.0",
|
|
"documentation": "13.1.0",
|
|
"raw-loader": "4.0.2",
|
|
"react-scripts": "4.0.1"
|
|
},
|
|
"dependencies": {
|
|
"animated": "^0.2.0",
|
|
"github-slugger": "^1.3.0",
|
|
"gl-react": "^5.2.0",
|
|
"gl-react-dom": "^5.2.1",
|
|
"gl-shader": "^4.2.1",
|
|
"gl-texture2d": "^2.1.0",
|
|
"gl-transitions": "^1.43.0",
|
|
"hoist-non-react-statics": "^3.3.2",
|
|
"lodash": "^4.17.21",
|
|
"ndarray": "^1.0.19",
|
|
"ndarray-ops": "^1.2.2",
|
|
"prism-theme-one-dark": "^1.0.0",
|
|
"prismjs": "github:PrismJS/prism#16ce4b336d625e13065bfc12ab6d13ac862d6f50",
|
|
"prop-types": "^15.7.2",
|
|
"query-string": "^7.1.1",
|
|
"raf": "^3.4.1",
|
|
"react": "^18.1.0",
|
|
"react-color": "^2.19.3",
|
|
"react-dom": "^18.1.0",
|
|
"react-gl-transition": "^1.19.2",
|
|
"react-json2d": "^0.3.0",
|
|
"react-motion": "^0.5.0",
|
|
"react-prism": "^4.0.0",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-sidebar": "^3.0.2",
|
|
"remark": "11",
|
|
"remark-react": "6"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "npm run generate-doc && react-scripts build && cp build/index.html build/200.html",
|
|
"eject": "react-scripts eject",
|
|
"generate-examples": "./src/examples/gen.sh",
|
|
"generate-doc": "cd ../.. && export PATH=$(npm bin):$PATH && documentation build --shallow packages/gl-react/flow/*.js packages/gl-react/src/**.js -c documentation.yml -g -o ./packages/cookbook/src/API.json -f json"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|