-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 854 Bytes
/
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
{
"name": "mtrProject",
"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",
"gentest": "node ./server/generator.js"
},
"dependencies": {
"@babel/runtime": "^7.23.5",
"@jaames/iro": "^5.5.2",
"@material/web": "^1.3.0",
"@mdui/icons": "^1.0.2",
"animate.css": "^4.1.1",
"artnet": "^1.4.0",
"dgram": "^1.0.1",
"jquery": "^3.7.1",
"mdui": "^2.0.6",
"meteor-node-stubs": "^1.2.7",
"sw-precache": "^5.2.1"
},
"meteor": {
"mainModule": {
"client": "client/main.js",
"server": "server/main.js"
},
"testModule": "tests/main.js"
}
}