-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.49 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "finance_tracker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start-db": "ts-node src/server.ts",
"start-parcel": "parcel index.html --no-cache"
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@types/bootstrap": "^5.2.10",
"axios": "^1.6.7",
"bootstrap": "^5.3.3",
"cors": "^2.8.5",
"datatables.net-bs5": "^2.0.0",
"jquery": "^3.7.1",
"json-server": "^0.17.4",
"parcel": "^2.11.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/programmingAthlete/finance_tracker.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/programmingAthlete/finance_tracker/issues"
},
"homepage": "https://github.com/programmingAthlete/finance_tracker#readme",
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/datatables.net": "^1.10.28",
"@types/jquery": "^3.5.29",
"@types/json-server": "^0.14.7",
"assert": "^2.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"url": "^0.11.3",
"util": "^0.12.5",
"vm-browserify": "^1.1.2"
}
}