mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "phantasmal-world",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@craco/craco": "^5.2.1",
|
|
"@types/jest": "24.0.13",
|
|
"@types/lodash": "^4.14.132",
|
|
"@types/react": "16.8.18",
|
|
"@types/react-dom": "16.8.4",
|
|
"@types/react-virtualized": "^9.21.2",
|
|
"@types/text-encoding": "^0.0.35",
|
|
"antd": "^3.19.1",
|
|
"craco-antd": "^1.11.0",
|
|
"javascript-lp-solver": "^0.4.5",
|
|
"lodash": "^4.17.11",
|
|
"mobx": "^5.9.4",
|
|
"mobx-react": "^5.4.4",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-scripts": "3.0.1",
|
|
"react-virtualized": "^9.21.1",
|
|
"text-encoding": "^0.7.0",
|
|
"three": "^0.104.0",
|
|
"three-orbit-controls": "^82.1.0",
|
|
"typescript": "3.4.5"
|
|
},
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"test": "craco test",
|
|
"updateDropsEphinea": "ts-node --project=tsconfig-scripts.json static/updateDropsEphinea.ts"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/cheerio": "^0.22.0",
|
|
"@types/node": "^12.0.3",
|
|
"cheerio": "^0.22.0",
|
|
"isomorphic-fetch": "^2.2.1",
|
|
"ts-node": "^8.2.0"
|
|
}
|
|
}
|