summaryrefslogtreecommitdiff
path: root/package.json
blob: ca0655270c11a3671ccaef864af62e9d63169cae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
  "name": "swimmer",
  "version": "1.1.0",
  "description": "Network tile 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",
    "build:museum:dev": "node ./node_modules/webpack-cli/bin/cli.js --config ./webpack.config.site.dev.js -o ./data_store/exports/thelastmuseum/bundle.js --watch --env.APP_TARGET projects/museum/app",
    "build:museum:production": "node ./node_modules/webpack-cli/bin/cli.js --config ./webpack.config.site.js -o ./data_store/exports/thelastmuseum/bundle.js --env.APP_TARGET projects/museum/app",
    "server": "cd cli && ./cli.py flask run --port 5000",
    "demo": "cd cli && ./cli.py demo run --port 3000",
    "sync": "bash ./sync.sh"
  },
  "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-module-resolver": "^4.1.0",
    "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",
    "fontfaceobserver": "^2.1.0",
    "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-fast-marquee": "^1.1.2",
    "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-smooth-marquee": "^1.0.0",
    "react-sortablejs": "^2.0.11",
    "react-stl-obj-viewer": "^1.2.0",
    "redux": "^4.0.5",
    "redux-debounce": "^1.0.1",
    "redux-debounced": "^0.5.0",
    "redux-throttle": "^0.1.1",
    "redux-thunk": "^2.3.0",
    "sortablejs": "^1.13.0",
    "stl-viewer": "^0.12.0",
    "store2": "^2.10.0",
    "style-loader": "^1.1.3",
    "styled-components": "^5.2.3",
    "terser-webpack-plugin": "^2.3.5",
    "three": "^0.127.0",
    "three-orbit-controls": "^82.1.0",
    "uuid": "^7.0.1",
    "webpack": "^4.42.0",
    "webpack-cli": "^3.3.12"
  },
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-plugin-react": "^7.18.3",
    "eslint-plugin-react-hooks": "^4.2.0",
    "webpack-visualizer-plugin": "^0.1.11"
  },
  "optionalDependencies": {
    "fsevents": "*"
  }
}