diff options
Diffstat (limited to 'animism-align/package.json')
| -rw-r--r-- | animism-align/package.json | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/animism-align/package.json b/animism-align/package.json new file mode 100644 index 0000000..e1686aa --- /dev/null +++ b/animism-align/package.json @@ -0,0 +1,79 @@ +{ + "name": "animism-align", + "version": "1.0.0", + "description": "Animism alignment tool", + "main": "frontend/index.js", + "scripts": { + "watch": "NODE_ENV=development webpack --config ./webpack.config.dev.js --colors --watch", + "build:dev": "NODE_ENV=development webpack --config ./webpack.config.dev.js --colors", + "build:production": "NODE_ENV=production webpack --config ./webpack.config.prod.js" + }, + "author": "jules <asdf.us>", + "license": "UNLICENSED", + "dependencies": { + "@babel/cli": "^7.8.4", + "@babel/core": "^7.8.6", + "@babel/node": "^7.8.4", + "@babel/plugin-proposal-class-properties": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.8.3", + "@babel/preset-env": "^7.8.6", + "@babel/preset-react": "^7.8.3", + "@babel/runtime": "^7.8.4", + "aws-sdk": "^2.631.0", + "babel-eslint": "^10.1.0", + "babel-loader": "^8.0.6", + "babel-plugin-transform-class-properties": "^6.24.1", + "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", + "babel-plugin-transform-object-rest-spread": "^6.23.0", + "babel-plugin-transform-runtime": "^6.23.0", + "babel-preset-env": "^1.5.1", + "babel-register": "^6.26.0", + "connected-react-router": "^6.7.0", + "css-loader": "^3.4.2", + "csv-stringify": "^5.3.6", + "data-uri-to-blob": "0.0.4", + "data-uri-to-buffer": "^3.0.0", + "date-fns": "^2.10.0", + "dotenv": "^8.2.0", + "eslint-plugin-babel": "^5.3.0", + "eslint-plugin-import": "^2.20.1", + "exifreader": "^3.8.0", + "fetch-jsonp": "^1.1.3", + "file-saver": "^2.0.2", + "history": "^4.10.1", + "lodash.debounce": "^4.0.8", + "lodash.throttle": "^4.1.1", + "node-fetch": "^2.6.0", + "preact": "^10.3.3", + "preact-compat": "^3.19.0", + "prop-types": "^15.7.2", + "query-string": "^6.11.1", + "react": "^16.13.0", + "react-dom": "^16.13.0", + "react-infinite-scroller": "^1.2.4", + "react-markdown": "^4.3.1", + "react-redux": "^7.2.0", + "react-router": "^5.1.2", + "react-router-dom": "^5.1.2", + "react-sortablejs": "^2.0.11", + "redux": "^4.0.5", + "redux-debounce": "^1.0.1", + "redux-debounced": "^0.5.0", + "redux-throttle": "^0.1.1", + "redux-thunk": "^2.3.0", + "store2": "^2.10.0", + "style-loader": "^1.1.3", + "terser-webpack-plugin": "^2.3.5", + "uuid": "^7.0.1", + "webpack": "^4.42.0", + "webpack-cli": "^3.3.11" + }, + "devDependencies": { + "eslint": "^6.8.0", + "eslint-plugin-react": "^7.18.3", + "webpack-visualizer-plugin": "^0.1.11" + }, + "optionalDependencies": { + "fsevents": "*" + } +} |
