diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index ca06552..13ddae0 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,14 @@ "version": "1.1.0", "description": "Network tile tool", "main": "frontend/index.js", + "type": "module", "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", + "build:museum:export": "babel-node ./frontend/site/projects/museum/export.js", "server": "cd cli && ./cli.py flask run --port 5000", "demo": "cd cli && ./cli.py demo run --port 3000", "sync": "bash ./sync.sh" |
