50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "Tempest",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run",
|
|
"build": "npm install --omit=dev && meteor build --architecture os.linux.x86_64 --server-only ../",
|
|
"visualize": "meteor --production --extra-packages bundle-visualizer"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.16.7",
|
|
"@emotion/react": "^11.10.0",
|
|
"@emotion/styled": "^11.10.0",
|
|
"@lexical/headless": "^0.5.0",
|
|
"@lexical/link": "^0.5.0",
|
|
"@lexical/react": "^0.5.0",
|
|
"@mui/icons-material": "^5.11.16",
|
|
"@mui/material": "^5.13.4",
|
|
"bcrypt": "^5.0.1",
|
|
"classnames": "^2.2.6",
|
|
"csv-parse": "^5.3.0",
|
|
"dayjs": "^1.11.3",
|
|
"html5-qrcode": "^2.2.0",
|
|
"jquery": "^3.6.0",
|
|
"lexical": "^0.5.0",
|
|
"lodash": "^4.17.15",
|
|
"meteor-node-stubs": "^1.0.0",
|
|
"moment": "^2.29.2",
|
|
"mongodb": "^4.4.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"typescript": "^4.8.4",
|
|
"umbrellajs": "^3.3.1",
|
|
"underscore": "^1.13.2",
|
|
"verbum": "^0.5.0",
|
|
"winston": "^3.7.2",
|
|
"winston-daily-rotate-file": "^4.6.1",
|
|
"ws": "^8.4.2"
|
|
},
|
|
"meteor": {
|
|
"mainModule": {
|
|
"client": "client/main.jsx",
|
|
"server": "server/main.js"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0"
|
|
}
|
|
}
|