@lilonga/output-khan-processing
Version:
Renders input code using Khan Academy's custom Processing.js environment.
64 lines (63 loc) • 1.76 kB
JSON
{
"name": "@lilonga/output-khan-processing",
"version": "0.0.3",
"description": "Renders input code using Khan Academy's custom Processing.js environment.",
"author": "Luka Kakia",
"license": "MIT",
"keywords": [
"khan-academy",
"generative-art",
"creative-coding",
"processing",
"processing-js"
],
"repository": "lilonga/output-khan-processing",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"now-build": "yarn add react react-dom && styleguidist build",
"test": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"build": "rollup -c",
"start": "rollup -c -w",
"deploy": "now",
"dev": "styleguidist server",
"prepublish": "yarn run build"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@svgr/rollup": "^4.2.0",
"cross-env": "^5.2.0",
"react-scripts": "^3.0.1",
"react-styleguidist": "^9.1.2",
"rollup": "^1.12.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-terser": "^5.0.0",
"rollup-plugin-url": "^2.2.1"
},
"files": [
"dist"
],
"dependencies": {
"babel-plugin-macros": "^2.5.1",
"raw.macro": "^0.3.0"
}
}