-
- Downloads
add back package.json from source. Add back docker build files
.dockerignore
0 → 100644
Dockerfile
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "e-corpus", | ||
"version": "1.0.0", | ||
"description": "3D model database and content management system with integrated annotations and stories 3D editor", | ||
"scripts": { | ||
"start": "cd source/server/ && npm start", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build-ui": "cd source/ui && webpack --mode=production", | ||
"build-server": "tsc -b source/server", | ||
"build-voyager": "cd source/voyager/source/client; webpack --mode=production --env=app=all --output-path=\"../../../../dist\"", | ||
"watch": "cd source/server && HOT_RELOAD=1 NODE_ENV=development ROOT_DIR=\"../../\" nodemon -e ts,js -w . -w ../ui/webpack.config.js -x ts-node index.ts" | ||
}, | ||
"author": "Holusion <contact@holusion.com>", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"copy-webpack-plugin": "^11.0.0", | ||
"css-loader": "^6.2.0", | ||
"css-minimizer-webpack-plugin": "^3.0.2", | ||
"handlebars-loader": "^1.7.3", | ||
"html-webpack-plugin": "^5.3.2", | ||
"mini-css-extract-plugin": "^2.2.0", | ||
"node-sass": "^7.0.3", | ||
"nodemon": "^3.0.2", | ||
"raw-loader": "^4.0.2", | ||
"sass-loader": "^13.2.0", | ||
"source-map-loader": "^3.0.0", | ||
"terser-webpack-plugin": "^5.1.4", | ||
"ts-loader": "^9.4.2", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.4", | ||
"webpack": "^5.88.1", | ||
"webpack-cli": "^4.9.2" | ||
} | ||
} |
Please register or sign in to comment