mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "gl-react-cookbook",
|
|
"version": "3.0.0-alpha.6",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"babel-preset-react-app": "^1.0.0",
|
|
"raw-loader": "^0.5.1",
|
|
"react-scripts": "0.6.1"
|
|
},
|
|
"cookbook": {
|
|
"githubprefix": "https://github.com/gre/gl-react/tree/master/cookbook/"
|
|
},
|
|
"dependencies": {
|
|
"animated": "^0.1.3",
|
|
"github-slugger": "^1.1.1",
|
|
"gl-react": "next",
|
|
"gl-react-dom": "next",
|
|
"gl-texture2d": "^2.0.12",
|
|
"glsl-transitions": "^2016.10.24",
|
|
"hoist-non-react-statics": "^1.2.0",
|
|
"lodash": "^4.17.2",
|
|
"ndarray": "^1.0.18",
|
|
"ndarray-ops": "^1.2.2",
|
|
"prism-theme-one-dark": "^1.0.0",
|
|
"prismjs": "^1.5.1",
|
|
"raf": "^3.3.0",
|
|
"react": "^15.4.0",
|
|
"react-addons-perf": "^15.4.0",
|
|
"react-color": "^2.4.0",
|
|
"react-dom": "^15.4.0",
|
|
"react-json2d": "^0.1.0",
|
|
"react-motion": "^0.4.5",
|
|
"react-prism": "^4.0.0",
|
|
"react-router": "^2.8.1",
|
|
"react-sidebar": "^2.2.1",
|
|
"remark": "^6.2.0",
|
|
"remark-react": "^3.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"eject": "react-scripts eject",
|
|
"generate-examples": "cd src/examples; ./gen.sh 1> index.js"
|
|
}
|
|
}
|