-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.19 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
{
"name": "scrwebm_v4",
"private": true,
"scripts": {
"start": "run.bat",
"debug": "meteor run --inspect",
"deploy_prc": "./run_prc.bat"
},
"dependencies": {
"@babel/runtime": "7.17.9",
"@cloudcmd/dropbox": "^4.0.3",
"@types/angular": "^1.6.43",
"@types/angular-meteor": "^0.8.33",
"@types/angular-ui-router": "^1.1.40",
"@types/lodash": "^4.14.74",
"@types/meteor": "^1.4.14",
"@types/meteor-roles": "^1.2.31",
"@types/numeral": "0.0.22",
"angular": "1.8.0",
"angular-meteor": "1.3.9",
"angular-sanitize": "1.7.5",
"angular-ui-bootstrap": "2.5.6",
"angular-ui-grid": "^4.6.6",
"angular-ui-router": "0.3.2",
"angular-utils-pagination": "0.11.1",
"babel-runtime": "^6.26.0",
"bcryptjs": "^2.4.3",
"docxtemplater": "3.0.11",
"dropbox": "4.0.17",
"file-saver": "1.3.3",
"fixed-data-table-2": "1.1.1",
"forerunnerdb": "^2.0.22",
"formik": "^2.1.4",
"get-stream": "^4.1.0",
"isomorphic-fetch": "2.2.1",
"knex": "2.3.0",
"length-stream": "^0.1.1",
"lodash": "4.17.21",
"meteor-node-stubs": "0.3.2",
"moment": "^2.29.2",
"mustache": "4.2.0",
"numeral": "2.0.4",
"papaparse": "5.3.0",
"pizzip": "3.1.1",
"prop-types": "^15.6.2",
"react": "16.8.6",
"react-bootstrap": "0.32.4",
"react-data-grid": "6.0.2-0",
"react-dom": "16.8.6",
"react-hook-form": "7.11.0",
"react-jsonschema-form": "^1.2.0",
"react-jsonschema-form-layout-grid": "^2.1.0",
"react-modal": "3.8.1",
"react-numeric-input2": "3.0.3",
"react-select": "^3.1.0",
"react-table": "6.10.3",
"react2angular": "4.0.4",
"reactjs-popup": "1.3.2",
"resolve": "^1.20.0",
"save-as": "0.1.8",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "0.88.2",
"simpl-schema": "1.10.2",
"stream-buffers": "^2.1.0",
"sweetalert2": "^9.10.12",
"tabulator-tables": "^4.0.4",
"tedious": "15.1.0",
"ui-select": "0.19.8",
"xlsx": "0.17.0",
"xlsx-injector": "0.0.3",
"yup": "1.0.0"
},
"devDependencies": {
"eslint": "^7.24.0",
"eslint-plugin-html": "6.1.2",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-react": "7.16.0"
}
}