mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
62 lines
2.3 KiB
JSON
62 lines
2.3 KiB
JSON
{
|
|
"name": "phantasmal-world",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/luxon": "^1.21.0",
|
|
"camera-controls": "^1.16.2",
|
|
"golden-layout": "^1.5.9",
|
|
"javascript-lp-solver": "0.4.17",
|
|
"js-logger": "^1.6.0",
|
|
"lodash": "^4.17.15",
|
|
"luxon": "^1.21.3",
|
|
"monaco-editor": "^0.19.0",
|
|
"three": "^0.111.0"
|
|
},
|
|
"scripts": {
|
|
"start": "webpack-dev-server --port 1623 --config webpack.dev.js",
|
|
"build": "webpack --config webpack.prod.js",
|
|
"test": "jest",
|
|
"update_generic_data": "ts-node --project=tsconfig-scripts.json assets_generation/update_generic_data.ts",
|
|
"update_ephinea_data": "ts-node --project=tsconfig-scripts.json assets_generation/update_ephinea_data.ts",
|
|
"lint": "prettier --check \"{src,assets_generation,test}/**/*.{ts,tsx}\" && echo Linting... && eslint \"{src,assets_generation,test}/**/*.{ts,tsx}\" && echo All code passes the prettier and eslint checks."
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.12.0",
|
|
"@types/cheerio": "^0.22.15",
|
|
"@types/jest": "^24.0.24",
|
|
"@types/yaml": "^1.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^2.12.0",
|
|
"@typescript-eslint/parser": "^2.12.0",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"copy-webpack-plugin": "^5.1.1",
|
|
"css-loader": "^3.4.0",
|
|
"dotenv-webpack": "^1.7.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.7.0",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"file-loader": "^5.0.2",
|
|
"fork-ts-checker-webpack-plugin": "^3.1.1",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"jest": "^24.9.0",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"monaco-editor-webpack-plugin": "^1.8.1",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"prettier": "^1.19.1",
|
|
"terser-webpack-plugin": "^2.3.1",
|
|
"ts-jest": "^24.2.0",
|
|
"ts-loader": "^6.2.1",
|
|
"ts-node": "^8.5.4",
|
|
"typescript": "^3.7.4",
|
|
"webpack": "^4.41.4",
|
|
"webpack-cli": "^3.3.10",
|
|
"webpack-dev-server": "^3.10.1",
|
|
"webpack-merge": "^4.2.2",
|
|
"worker-loader": "^2.0.0",
|
|
"yaml": "^1.7.2"
|
|
}
|
|
}
|