forked from kepano75/JWManagement
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 1.87 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "jwmanagement",
"description": "A highly configurable shift management system for Jehovah's Witnesses. Built to power projects like the metropolitan witnessing, construction projects and/or similar",
"license": "SEE LICENSE IN ./LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/JWDeveloper/JWManagement.git"
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"@okgrow/auto-analytics": "^2.0.0",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.7",
"autosize": "^4.0.2",
"aws-sdk": "^2.688.0",
"babel-runtime": "^6.20.0",
"bcrypt": "^3.0.8",
"chai": "^4.2.0",
"cordova-plugin-device": "^1.1.4",
"date-fns": "^2.0.0-alpha.34",
"eslint": "^5.16.0",
"i18next": "^12.1.0",
"i18next-browser-languagedetector": "^2.2.4",
"jquery": "^1.12.4",
"meteor-node-stubs": "^1.0.0",
"moment": "^2.26.0",
"object-assign-deep": "^0.4.0",
"prerender-node": "^2.8.0",
"react": "^16.13.1",
"react-dom": "^16.8.6",
"simpl-schema": "^0.3.2",
"styled-components": "^4.4.1",
"underscore": "^1.9.1"
},
"scripts": {
"start": "meteor",
"lint": "standard",
"lint:fix": "standard --fix",
"debug": "meteor run --inspect-brk"
},
"devDependencies": {
"standard": "^12.0.1"
},
"standard": {
"ignore": [
"client/lib/*",
"*.min.js",
"migrations.js",
"platform.js"
],
"globals": [
"window",
"document",
"alert",
"confirm",
"$",
"Projects",
"ProjectSubs",
"Shifts",
"UserStatistics",
"FS",
"Files",
"FileSubs",
"Weeks",
"FooTable",
"swalInput",
"swalYesNo",
"handleError",
"arguments",
"describe",
"it",
"after",
"expect",
"context",
"beforeEach",
"assert",
"localStorage"
]
}
}