04922522cc
Squashed commit of the following: commit fb5e82cea930b011792983c7d1cc9f6ecacc7dd4 Author: Cassie Tarakajian <ctarakajian@gmail.com> Date: Wed Nov 16 12:28:10 2016 -0500 add server side rendering, untested commit 5c60fb30c46ea49a8d9a0ecb56f39ec778464a8b Author: Cassie Tarakajian <ctarakajian@gmail.com> Date: Tue Nov 15 18:26:06 2016 -0500 add redux-form bandage post react update, should probably update to redux-form 6 at some point commit 057b5871e7137179abc93f7821a9690f0ea52c92 Author: Cassie Tarakajian <ctarakajian@gmail.com> Date: Tue Nov 15 16:30:09 2016 -0500 remove passing jsFiles and cssFiles to PreviewFrame, fix rendering bug commit 88c56fd36d3a8d88902c79642171988ce37825f2 Author: Cassie Tarakajian <ctarakajian@gmail.com> Date: Tue Nov 15 16:21:59 2016 -0500 code cleanup, untested commit 82e5dcf8bca461892f1daf06d38f1eaebe72983f Author: Cassie Tarakajian <ctarakajian@gmail.com> Date: Tue Nov 15 15:53:50 2016 -0500 update react and react router, fix a few bugs in rendering code, add ability to parse inline js and css commit e02f4b67803ea45328eff4e53659222f3149964c Author: Cassie Tarakajian <ctarakajian@gmail.com> Date: Tue Nov 15 14:43:38 2016 -0500 add almost full code to create preview html correctly, untested commit 12f61b2a1aed4607fab24d01572b647ca6210262 Author: Cassie Tarakajian <ctarakajian@gmail.com> Date: Wed Nov 2 17:09:26 2016 -0400 refactor some of the preview html generation code commit 111825846703d5c8959cb18795a3aadb7ebe505c Author: Cassie Tarakajian <ctarakajian@gmail.com> Date: Wed Nov 2 11:06:36 2016 -0400 add comments as plan of action commit 1cc2cf5203674732b4057382f1937de38b687078 Author: Cassie Tarakajian <ctarakajian@gmail.com> Date: Thu Oct 27 19:34:55 2016 -0400 add href parsing commit e67189298cda9b70645f454ecd541a363980f0e4 Author: Cassie Tarakajian <ctarakajian@gmail.com> Date: Thu Oct 27 10:48:36 2016 -0400 continue parsing html commit 1458fb940a15a3dc5d74890211a3073e920b84b8 Author: Cassie Tarakajian <ctarakajian@gmail.com> Date: Wed Oct 26 17:40:31 2016 -0400 start to add html parsing
112 lines
3.5 KiB
JSON
112 lines
3.5 KiB
JSON
{
|
|
"name": "p5.js-web-editor",
|
|
"version": "0.0.1",
|
|
"description": "The web editor for p5.js.",
|
|
"scripts": {
|
|
"start": "BABEL_DISABLE_CACHE=1 NODE_ENV=development nodemon index.js",
|
|
"start:prod": "NODE_ENV=production node index.js",
|
|
"lint": "eslint client server",
|
|
"build": "NODE_ENV=production webpack --config webpack.config.prod.js --progress",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"main": "index.js",
|
|
"author": "Cassie Tarakajian",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/catarak/p5.js-web-editor.git"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^6.1.0",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-plugin-transform-react-constant-elements": "^6.8.0",
|
|
"babel-plugin-transform-react-inline-elements": "^6.8.0",
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.2.6",
|
|
"babel-polyfill": "^6.8.0",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-es2015-native-modules": "^6.9.2",
|
|
"babel-preset-react": "^6.5.0",
|
|
"babel-preset-react-hmre": "^1.1.1",
|
|
"babel-preset-react-optimize": "^1.0.1",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"babel-register": "^6.8.0",
|
|
"chunk-manifest-webpack-plugin": "^0.1.0",
|
|
"css-loader": "^0.23.1",
|
|
"cssnano": "^3.7.1",
|
|
"eslint": "^2.13.1",
|
|
"eslint-config-airbnb": "^9.0.1",
|
|
"eslint-plugin-import": "^1.9.2",
|
|
"eslint-plugin-jsx-a11y": "^1.5.3",
|
|
"eslint-plugin-react": "^5.2.2",
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
"file-loader": "^0.8.5",
|
|
"node-sass": "^3.7.0",
|
|
"nodemon": "^1.9.2",
|
|
"postcss-cssnext": "^2.7.0",
|
|
"postcss-focus": "^1.0.0",
|
|
"postcss-loader": "^0.9.1",
|
|
"postcss-reporter": "^1.3.3",
|
|
"redux-devtools": "^3.3.1",
|
|
"redux-devtools-dock-monitor": "^1.1.1",
|
|
"redux-devtools-log-monitor": "^1.0.11",
|
|
"sass-loader": "^3.2.0",
|
|
"style-loader": "^0.13.1",
|
|
"webpack": "^1.13.0",
|
|
"webpack-dev-middleware": "^1.6.1",
|
|
"webpack-hot-middleware": "^2.10.0",
|
|
"webpack-manifest-plugin": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"dependencies": {
|
|
"archiver": "^1.1.0",
|
|
"async": "^2.0.0",
|
|
"axios": "^0.12.0",
|
|
"babel-core": "^6.8.0",
|
|
"bcrypt-nodejs": "0.0.3",
|
|
"blob-util": "^1.2.1",
|
|
"body-parser": "^1.15.1",
|
|
"bson-objectid": "^1.1.4",
|
|
"classnames": "^2.2.5",
|
|
"codemirror": "^5.19.0",
|
|
"connect-mongo": "^1.2.0",
|
|
"cookie-parser": "^1.4.1",
|
|
"csslint": "^0.10.0",
|
|
"dotenv": "^2.0.0",
|
|
"dropzone": "^4.3.0",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"eslint-loader": "^1.3.0",
|
|
"express": "^4.13.4",
|
|
"express-session": "^1.13.0",
|
|
"file-type": "^3.8.0",
|
|
"htmlhint": "^0.9.13",
|
|
"js-beautify": "^1.6.4",
|
|
"jsdom": "^9.8.3",
|
|
"jshint": "^2.9.2",
|
|
"lodash": "^4.16.4",
|
|
"loop-protect": "git+https://git@github.com/catarak/loop-protect.git",
|
|
"moment": "^2.14.1",
|
|
"mongoose": "^4.4.16",
|
|
"node-uuid": "^1.4.7",
|
|
"nodemailer": "^2.6.4",
|
|
"nodemailer-mailgun-transport": "^1.2.2",
|
|
"passport": "^0.3.2",
|
|
"passport-github": "^1.1.0",
|
|
"passport-local": "^1.0.0",
|
|
"react": "^15.1.0",
|
|
"react-dom": "^15.1.0",
|
|
"react-inlinesvg": "^0.4.2",
|
|
"react-redux": "^4.4.5",
|
|
"react-router": "^2.6.0",
|
|
"react-split-pane": "^0.1.44",
|
|
"redux": "^3.5.2",
|
|
"redux-form": "^5.3.3",
|
|
"redux-thunk": "^2.1.0",
|
|
"request": "^2.76.0",
|
|
"s3-policy": "^0.2.0",
|
|
"shortid": "^2.2.6",
|
|
"srcdoc-polyfill": "^0.2.0",
|
|
"xhr": "^2.2.1"
|
|
}
|
|
}
|