Files
zipline/package.json
dicedtomatoreal 10b1d018f3 t
2020-10-02 21:45:09 -07:00

38 lines
952 B
JSON

{
"name": "zipline-next",
"version": "2.0.0",
"private": true,
"dependencies": {
"@dicedtomato/colors": "^1.0.3",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"clsx": "^1.1.1",
"crypto-js": "^4.0.0",
"fastify": "^3.5.0",
"fastify-cookie": "^4.1.0",
"fastify-cors": "^4.1.0",
"fastify-decorators": "^3.2.3",
"fastify-mongodb": "^2.0.1",
"next": "^9.5.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"toml": "^3.0.0",
"use-persisted-state": "^0.3.0"
},
"scripts": {
"dev": "ts-node src",
"build": "next build && tsc -p .",
"start": "NODE_ENV=production node dist"
},
"devDependencies": {
"@types/crypto-js": "^3.1.47",
"@types/mongodb": "^3.5.27",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"mongodb": "^3.6.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
}
}