-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "darktotal.com",
"author": "https://github.com/devnull9090",
"repository": {
"type": "git",
"url": "https://github.com/devnull9090/darktotal.com.git"
},
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"chart.js": "^4.3.0",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-zoom": "^2.0.1",
"escape-string-regexp": "^5.0.0",
"eventsource": "^2.0.2",
"html-entities": "^2.4.0",
"jquery": "^3.6.0",
"meteor-node-stubs": "^1.2.1",
"moment-timezone": "^0.5.43",
"node-cron": "^3.0.2",
"simpl-schema": "^3.4.1"
},
"meteor": {
"mainModule": {
"client": "client/main.js",
"server": "server/main.js"
},
"testModule": "tests/main.js"
}
}