react-fluid-animation
Version:
Fluid media animation for React powered by WebGL.
70 lines (69 loc) • 1.87 kB
JSON
{
"name": "react-fluid-animation",
"version": "1.0.1",
"description": "Fluid media animation for React powered by WebGL.",
"author": "transitive-bullshit",
"license": "MIT",
"repository": "transitive-bullshit/react-fluid-animation",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"keywords": [
"react",
"fluid",
"animation",
"webgl",
"gpgpu",
"flow"
],
"scripts": {
"prebuild": "yarn run clean",
"build": "babel src -s -d dist",
"prestart": "yarn run clean",
"start": "babel src -w -s -d dist",
"dev": "yarn start",
"clean": "del dist",
"test": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"prepare": "yarn build",
"predeploy": "cd example && yarn install && yarn build",
"deploy": "gh-pages -d example/build"
},
"dependencies": {
"raf": "^3.4.1",
"react-sizeme": "^2.5.2"
},
"peerDependencies": {
"prop-types": "^15.5.4",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"cross-env": "^5.1.4",
"del-cli": "^1.1.0",
"eslint": "^5.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.1.0",
"gh-pages": "^1.2.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-scripts": "^1.1.4"
},
"files": [
"dist"
]
}