mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 07:18:29 +08:00
74 lines
2.7 KiB
JSON
74 lines
2.7 KiB
JSON
{
|
|
"name": "phantasmal-world",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/jest": "24.0.15",
|
|
"@types/lodash": "^4.14.132",
|
|
"@types/react": "16.8.20",
|
|
"@types/react-dom": "16.8.4",
|
|
"@types/react-virtualized": "^9.21.2",
|
|
"@types/react-virtualized-select": "^3.0.7",
|
|
"@types/text-encoding": "^0.0.35",
|
|
"antd": "^3.20.1",
|
|
"camera-controls": "^1.12.2",
|
|
"dotenv-webpack": "^1.7.0",
|
|
"golden-layout": "^1.5.9",
|
|
"javascript-lp-solver": "^0.4.5",
|
|
"js-logger": "^1.6.0",
|
|
"lodash": "^4.17.14",
|
|
"mobx": "^5.11.0",
|
|
"mobx-react": "^6.1.1",
|
|
"moment": "^2.24.0",
|
|
"monaco-editor": "^0.17.1",
|
|
"monaco-editor-webpack-plugin": "^1.7.0",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-virtualized": "^9.21.1",
|
|
"react-virtualized-select": "^3.1.3",
|
|
"text-encoding": "^0.7.0",
|
|
"three": "^0.106.2"
|
|
},
|
|
"scripts": {
|
|
"start": "webpack-dev-server --config webpack.dev.js",
|
|
"buildweb": "webpack --config webpack.prod.js",
|
|
"test": "scripts/test.js",
|
|
"update_generic_data": "ts-node --project=tsconfig-scripts.json static_generation/update_generic_data.ts",
|
|
"update_ephinea_data": "ts-node --project=tsconfig-scripts.json static_generation/update_ephinea_data.ts",
|
|
"lint": "prettier --check \"{src,static_generation,test}/**/*.{ts,tsx}\" && eslint \"{src,static_generation,test}/**/*.{ts,tsx}\" && echo All code passes the prettier and eslint checks."
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cheerio": "^0.22.11",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"copy-webpack-plugin": "^5.0.4",
|
|
"css-loader": "^3.1.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-prettier": "^6.0.0",
|
|
"eslint-config-react": "^1.1.7",
|
|
"eslint-plugin-prettier": "^3.1.0",
|
|
"file-loader": "^4.1.0",
|
|
"fork-ts-checker-webpack-plugin": "^1.4.3",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"less": "^3.9.0",
|
|
"less-loader": "^5.0.0",
|
|
"mini-css-extract-plugin": "^0.8.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"postcss-loader": "^3.0.0",
|
|
"prettier": "1.18.2",
|
|
"terser-webpack-plugin": "^1.3.0",
|
|
"ts-loader": "^6.0.4",
|
|
"ts-node": "^8.3.0",
|
|
"typescript": "^3.5.3",
|
|
"webpack": "^4.38.0",
|
|
"webpack-cli": "^3.3.6",
|
|
"webpack-dev-server": "^3.7.2",
|
|
"webpack-merge": "^4.2.1",
|
|
"worker-loader": "^2.0.0"
|
|
}
|
|
}
|