-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 974 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
32
33
34
35
36
{
"name": "aa2gd-meteor",
"private": true,
"scripts": {
"start": "meteor run --settings settings.json",
"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.8.4",
"@fortawesome/fontawesome-pro": "^5.12.0",
"aws-sdk": "^2.610.0",
"bulma": "^0.7.5",
"classnames": "^2.2.6",
"meteor-node-stubs": "^1.0.0",
"moment": "^2.24.0",
"nes.css": "^2.3.0",
"pickerjs": "^1.2.1",
"steamid": "^1.1.3",
"svelte": "3.16.4",
"svelte-flatpickr": "^2.4.0",
"svelte-routing": "^1.4.0",
"yup": "^0.27.0"
},
"meteor": {
"mainModule": {
"client": "client/main.js",
"server": "server/main.js"
},
"testModule": "tests/main.js"
},
"engines": {
"node": "8.16.0"
}
}