forked from zenmoney/ZenPlugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
148 lines (148 loc) · 4.5 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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "zenplugins",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/runtime": "7.17.2",
"@types/argon2-browser": "^1.18.4",
"@types/cheerio": "0.22.31",
"@types/fetch-mock": "^7.3.5",
"@types/jsrsasign": "10.5.1",
"@types/lodash": "4.14.178",
"@types/node-forge": "0.9.1",
"@types/set-cookie-parser": "^2.4.7",
"@types/uuid": "8.3.2",
"argon2-browser": "^1.18.0",
"base64-loader": "^1.0.0",
"big-integer": "1.6.47",
"body-parser": "1.18.0",
"cheerio": "1.0.0-rc.3",
"crc32": "0.2.2",
"crypto-js": "4.1.1",
"deep-diff": "0.3.8",
"deflate-js": "0.2.3",
"elliptic": "6.5.3",
"es6-iterator": "2.0.3",
"es6-symbol": "3.1.3",
"futoin-hkdf": "1.3.2",
"i18next": "19.1.0",
"iconv-lite": "0.4.18",
"jshashes": "1.0.8",
"jsrsasign": "10.5.20",
"ksuid": "1.2.0",
"lodash": "4.17.21",
"moment": "2.24.0",
"moment-timezone": "0.5.28",
"node-forge": "0.9.1",
"node-jose": "2.1.1",
"object-assign": "4.1.1",
"pad-left": "2.1.0",
"pdf-extraction": "git+https://gitlab.com/skvav/pdf-extraction#d43fb064a762284cecb14e3238d76966dd90679a",
"polywasm": "^0.1.4",
"promise": "8.0.1",
"protobufjs": "6.11.2",
"querystring-browser": "1.0.4",
"random-js": "2.1.0",
"set-cookie-parser": "2.2.1",
"sha3": "2.1.4",
"strip-bom": "3.0.0",
"thrift": "0.15.0",
"util": "0.10.3",
"whatwg-fetch": "skvav/fetch#c7664274b2a520f777d2bedc7bbd8f10bef5c5a9",
"xml-js": "1.6.11",
"xml2js": "0.4.23"
},
"devDependencies": {
"@babel/core": "7.18.6",
"@babel/eslint-parser": "7.18.2",
"@babel/plugin-transform-runtime": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@jest/types": "28.1.3",
"@types/crypto-js": "4.1.1",
"@types/jest": "28.1.5",
"@types/pad-left": "2.1.0",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"babel-jest": "28.1.3",
"babel-loader": "8.2.5",
"babel-plugin-lodash": "3.3.4",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"chalk": "1.1.3",
"eslint": "8.19.0",
"eslint-config-standard": "17.0.0",
"eslint-config-standard-with-typescript": "22.0.0",
"eslint-import-resolver-typescript": "3.2.5",
"eslint-plugin-github": "4.3.6",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.5.3",
"eslint-plugin-n": "15.2.4",
"eslint-plugin-promise": "6.0.0",
"eslint-webpack-plugin": "3.2.0",
"exports-loader": "4.0.0",
"fetch-mock": "5.12.2",
"fs-extra": "3.0.1",
"html-webpack-plugin": "5.5.0",
"http-proxy": "1.16.2",
"imports-loader": "4.0.0",
"javascript-obfuscator": "4.0.0",
"jest": "28.1.3",
"mockdate": "2.0.2",
"node-polyfill-webpack-plugin": "2.0.0",
"react": "16.4.2",
"react-dom": "16.4.2",
"terser-webpack-plugin": "5.3.3",
"ts-jest": "28.0.6",
"typescript": "4.7.4",
"uglify-js": "3.16.2",
"uuid": "8.3.2",
"webpack": "5.73.0",
"webpack-bundle-analyzer": "4.5.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.3",
"webpack-obfuscator": "3.5.1"
},
"scripts": {
"start": "yarn && node ./scripts/wrapper.js \"webpack serve --config ./scripts/webpack.config.js --env PLUGIN=\"",
"host": "yarn && node ./scripts/wrapper.js \"webpack serve --config ./scripts/webpack.config.js --mode=production --env PLUGIN=\"",
"build": "yarn && node ./scripts/wrapper.js \"webpack build --config ./scripts/webpack.config.js --mode=production --env PLUGIN=\"",
"test": "eslint ./src && tsc --noEmit && node ./scripts/wrapper.js \"jest \""
},
"jest": {
"preset": "ts-jest",
"collectCoverageFrom": [
"src/**/*.js",
"src/**/*.ts"
],
"setupFiles": [],
"setupFilesAfterEnv": [
"<rootDir>/scripts/setupJestTestFramework.js"
],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.(j|t)s?(x)",
"<rootDir>/src/**/?(*.)(spec|test).(j|t)s?(x)"
],
"testEnvironment": "node",
"testEnvironmentOptions": {
"url": "http://localhost"
},
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
"^.+\\.xml$": "<rootDir>/scripts/jest-raw-loader",
"^.+\\.html?$": "<rootDir>/scripts/jest-raw-loader"
},
"moduleFileExtensions": [
"js",
"ts"
]
},
"browserslist": {
"development": [
"last 1 Chrome version"
],
"production": [
"ios_saf 10"
]
}
}