mirror of
https://github.com/diced/zipline.git
synced 2025-12-30 22:51:15 -08:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
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",
|
|
"bcrypt": "^5.0.0",
|
|
"clsx": "^1.1.1",
|
|
"copy-to-clipboard": "^3.3.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",
|
|
"next-redux-wrapper": "^6.0.2",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-redux": "^7.2.1",
|
|
"redux": "^4.0.5",
|
|
"redux-devtools-extension": "^2.13.8",
|
|
"redux-persist": "^6.0.0",
|
|
"redux-thunk": "^2.3.0",
|
|
"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/bcrypt": "^3.0.0",
|
|
"@types/crypto-js": "^3.1.47",
|
|
"@types/mongodb": "^3.5.27",
|
|
"@types/node": "^14.11.2",
|
|
"@types/react": "^16.9.49",
|
|
"@types/react-redux": "^7.1.9",
|
|
"mongodb": "^3.6.2",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.0.3"
|
|
}
|
|
}
|