2019-05-28 19:44:17 +08:00
|
|
|
{
|
2019-07-27 07:49:19 +08:00
|
|
|
"name": "phantasmal-world",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2019-10-02 00:30:26 +08:00
|
|
|
"@types/lodash": "^4.14.141",
|
2019-09-02 20:41:46 +08:00
|
|
|
"@types/luxon": "^1.15.2",
|
2019-10-02 00:30:26 +08:00
|
|
|
"camera-controls": "^1.14.1",
|
2019-07-27 07:49:19 +08:00
|
|
|
"golden-layout": "^1.5.9",
|
2019-10-26 23:41:13 +08:00
|
|
|
"javascript-lp-solver": "0.4.17",
|
2019-07-27 07:49:19 +08:00
|
|
|
"js-logger": "^1.6.0",
|
2019-10-02 00:30:26 +08:00
|
|
|
"lodash": "^4.17.15",
|
|
|
|
"luxon": "^1.19.3",
|
|
|
|
"monaco-editor": "^0.18.1",
|
|
|
|
"three": "^0.109.0"
|
2019-07-27 07:49:19 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-07-27 21:40:30 +08:00
|
|
|
"start": "webpack-dev-server --port 1623 --config webpack.dev.js",
|
2019-08-08 21:50:18 +08:00
|
|
|
"build": "webpack --config webpack.prod.js",
|
2019-07-27 23:13:00 +08:00
|
|
|
"test": "jest",
|
2019-07-27 21:40:30 +08:00
|
|
|
"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."
|
2019-07-27 07:49:19 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-10-02 00:30:26 +08:00
|
|
|
"@fortawesome/fontawesome-free": "^5.11.2",
|
2019-07-27 07:49:19 +08:00
|
|
|
"@types/cheerio": "^0.22.11",
|
2019-10-02 00:30:26 +08:00
|
|
|
"@types/jest": "^24.0.18",
|
2019-08-04 23:52:01 +08:00
|
|
|
"@types/yaml": "^1.0.2",
|
2019-10-02 00:30:26 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^2.3.2",
|
|
|
|
"@typescript-eslint/parser": "^2.3.2",
|
2019-07-27 07:49:19 +08:00
|
|
|
"cheerio": "^1.0.0-rc.3",
|
|
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
|
|
"copy-webpack-plugin": "^5.0.4",
|
2019-10-02 00:30:26 +08:00
|
|
|
"css-loader": "^3.2.0",
|
2019-07-27 21:40:30 +08:00
|
|
|
"dotenv-webpack": "^1.7.0",
|
2019-10-02 00:30:26 +08:00
|
|
|
"eslint": "^6.5.1",
|
|
|
|
"eslint-config-prettier": "^6.3.0",
|
|
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
|
|
"file-loader": "^4.2.0",
|
|
|
|
"fork-ts-checker-webpack-plugin": "^1.5.0",
|
2019-07-27 07:49:19 +08:00
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2019-10-02 00:30:26 +08:00
|
|
|
"jest": "^24.9.0",
|
2019-07-27 07:49:19 +08:00
|
|
|
"mini-css-extract-plugin": "^0.8.0",
|
2019-07-27 21:40:30 +08:00
|
|
|
"monaco-editor-webpack-plugin": "^1.7.0",
|
2019-07-27 07:49:19 +08:00
|
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
|
|
"prettier": "1.18.2",
|
2019-10-02 00:30:26 +08:00
|
|
|
"terser-webpack-plugin": "^2.1.2",
|
|
|
|
"ts-jest": "^24.1.0",
|
|
|
|
"ts-loader": "^6.2.0",
|
|
|
|
"ts-node": "^8.4.1",
|
2019-11-14 19:45:48 +08:00
|
|
|
"typescript": "^3.7.2",
|
2019-10-02 00:30:26 +08:00
|
|
|
"webpack": "^4.41.0",
|
|
|
|
"webpack-cli": "^3.3.9",
|
|
|
|
"webpack-dev-server": "^3.8.1",
|
|
|
|
"webpack-merge": "^4.2.2",
|
2019-08-04 23:52:01 +08:00
|
|
|
"worker-loader": "^2.0.0",
|
2019-10-02 00:30:26 +08:00
|
|
|
"yaml": "^1.7.0"
|
2019-07-27 07:49:19 +08:00
|
|
|
}
|
2019-05-28 19:44:17 +08:00
|
|
|
}
|