phantasmal-world/package.json

58 lines
1.4 KiB
JSON
Raw Normal View History

2019-05-28 19:44:17 +08:00
{
"name": "phantasmal-world",
"version": "0.1.0",
"private": true,
"dependencies": {
2019-06-01 23:57:27 +08:00
"@craco/craco": "^5.2.1",
2019-06-16 16:57:53 +08:00
"@types/jest": "24.0.15",
"@types/lodash": "^4.14.132",
2019-06-16 16:57:53 +08:00
"@types/react": "16.8.20",
2019-05-28 19:44:17 +08:00
"@types/react-dom": "16.8.4",
2019-06-06 08:24:21 +08:00
"@types/react-virtualized": "^9.21.2",
"@types/text-encoding": "^0.0.35",
"antd": "^3.19.1",
2019-06-01 23:57:27 +08:00
"craco-antd": "^1.11.0",
"javascript-lp-solver": "^0.4.5",
"lodash": "^4.17.11",
2019-06-16 16:57:53 +08:00
"mobx": "^5.10.1",
"mobx-react": "^6.0.3",
"moment": "^2.24.0",
2019-05-28 19:44:17 +08:00
"react": "^16.8.6",
"react-dom": "^16.8.6",
2019-06-16 16:57:53 +08:00
"react-scripts": "^3.0.1",
2019-06-06 08:24:21 +08:00
"react-virtualized": "^9.21.1",
"text-encoding": "^0.7.0",
2019-06-16 16:57:53 +08:00
"three": "^0.105.2",
"three-orbit-controls": "^82.1.0",
2019-06-16 16:57:53 +08:00
"typescript": "~3.4.5"
2019-05-28 19:44:17 +08:00
},
"scripts": {
2019-06-01 23:57:27 +08:00
"start": "craco start",
"build": "craco build",
"test": "craco test",
2019-06-11 20:34:57 +08:00
"updateDropsEphinea": "ts-node --project=tsconfig-scripts.json static/updateDropsEphinea.ts"
2019-05-28 19:44:17 +08:00
},
"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",
2019-06-16 16:57:53 +08:00
"cheerio": "^1.0.0-rc.3",
"isomorphic-fetch": "^2.2.1",
2019-06-16 16:57:53 +08:00
"ts-node": "^8.3.0"
2019-05-28 19:44:17 +08:00
}
}