-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 4.09 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 4.09 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "ciphers",
"description": "Cipher Tools",
"version": "9.23.2",
"homepage": "http://toebes.com/Ciphers/index.html",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/toebes/ciphers"
},
"overrides": {
"word-wrap": "@aashutoshrathi/word-wrap"
},
"scripts": {
"serve": "webpack serve --mode=development",
"build": "webpack --mode=production --env=zip=y",
"serve-aca": "webpack serve --mode=development --config webpack-aca.config.js",
"build-aca": "webpack --mode=production --env=zip=y --config webpack-aca.config.js",
"serve-app": "webpack serve --mode=development --config webpack-app.config.js",
"build-app": "webpack --mode=production --env=zip=y --config webpack-app.config.js",
"dev": "webpack --mode=development",
"preinstall": "npx npm-force-resolutions",
"audit": "npm audit --omit=dev",
"analyze": "webpack --mode=production --analyze --env=zip=y",
"deploy": "node deploy",
"deployextra": "node deployextra"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/preset-env": "^7.26.7",
"@capacitor/cli": "^8.0.2",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
"@types/gapi": "^0.0.39",
"@types/gapi.auth2": "^0.0.54",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"acorn": "^8.3.0",
"ajv": "^8.8.2",
"babel-loader": "^9.1.3",
"braces": "^3.0.3",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^5.2.6",
"datatables.net": "^1.10.25",
"datatables.net-dt": "^1.10.25",
"eslint": "^7.28.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"expose-loader": "^3.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"postcss-loader": "^6.2.1",
"prettier": "^2.3.1",
"python": "^0.0.4",
"qs": "^6.15.0",
"style-loader": "^2.0.0",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^9.2.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.1.6",
"uglify-js": "^3.13.9",
"webpack": "^5.106.2",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.4",
"webpack-shell-plugin-next": "^2.2.2"
},
"dependencies": {
"@azure/msal-browser": "^2.14.2",
"@capacitor/android": "^6.1.2",
"@capacitor/core": "^6.1.2",
"@shopify/draggable": "*",
"@types/es6-shim": "^0.31.41",
"@types/jquery": "^3.5.5",
"@types/katex": "^0.11.0",
"basic-ftp": "^6.0.1",
"charmap": "^1.1.6",
"ckeditor5": "^48.0.1",
"datatables": "^1.10.18",
"datatables.net-plugins": "^1.10.24",
"datatables.net-zf": "^1.10.25",
"entities": "^3.0.1",
"es5-shim": "^4.5.15",
"es6-shim": "^0.35.6",
"express": "^5.2.1",
"flatpickr": "^4.6.9",
"foundation-sites": "^6.6.3",
"jquery": "^3.6.0",
"js-cookie": "^3.0.7",
"js-yaml": "^3.14.2",
"jszip": "^3.10.1",
"jwt-decode": "^3.1.2",
"katex": "^0.16.21",
"node-forge": "^1.4.0",
"npm-force-resolutions": "^0.0.10",
"qr-code-generator": "github:toebes/QR-Code-generator",
"sheetjs": "^2.0.0",
"split-grid": "^1.0.11",
"split.js": "^1.6.4",
"syllable": "^5.0.0",
"tar": "^7.5.11",
"underscore": "^1.13.8",
"what-input": "^5.2.10",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
"xlsx-js-style": "github:gitbrent/xlsx-js-style"
}
}