-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "splitly-meteor",
"version": "1.0.0",
"description": "Offline-friendly expense splitting app built with Meteor + Blaze + Bootstrap",
"private": true,
"scripts": {
"start": "meteor run",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "npm run update-cache && meteor build ../output --directory",
"build:render": "npm run update-cache && meteor build ../build --directory --server-only && cd ../build/bundle/programs/server && npm install --production",
"dev": "meteor run",
"deploy": "meteor deploy splitly.meteorapp.com",
"update-cache": "node scripts/update-cache-version.js"
},
"dependencies": {
"@babel/runtime": "^7.28.4",
"@google/generative-ai": "^0.24.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.13.1",
"idb": "^7.1.1",
"jquery": "^3.7.1",
"meteor-node-stubs": "^1.2.3"
},
"devDependencies": {
"@eslint/js": "^8.57.0",
"@types/node": "^24.9.1",
"@typescript-eslint/eslint-plugin": "^8.46.1",
"@typescript-eslint/parser": "^8.46.1",
"eslint": "^9.38.0",
"eslint-plugin-react": "^7.37.5",
"typescript": "^5.6.3"
}
}