-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
133 lines (133 loc) · 3.82 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
{
"name": "airma",
"version": "15.0.0",
"description": "the purpose of this project is simplify a reducer",
"license": "MIT",
"author": "Jimmy.Harding",
"homepage": "https://github.com/filefoxper/airma/#/",
"repository": {
"type": "git",
"url": "https://github.com/filefoxper/airma"
},
"scripts": {
"docs": "docsify serve ./docs",
"lint": "eslint . --fix --ext .ts ",
"lint-d": "eslint . --fix --ext .d.ts ",
"lint-init": "eslint --init"
},
"workspaces": [
"platforms/example-server",
"packages/@airma/*",
"packages/*"
],
"dependencies": {
"casual": "^1.6.2",
"classnames": "^2.3.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-session": "^1.17.3",
"history": "^5.3.0",
"http-errors": "^2.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.2.5",
"node-schedule": "^2.1.1",
"qs": "^6.11.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-router": "^6.4.3",
"react-router-dom": "^6.4.3",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.3.11",
"urql": "^3.0.3"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.19.6",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/preset-env": "7.19.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime": "7.19.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.9",
"@pmnps/plugin-publish": "4.3.0",
"@pmnps/plugin-vscode-workspace": "4.3.0",
"@types/cookie-parser": "1.4.3",
"@types/cors": "^2.8.13",
"@types/debug": "^4.1.7",
"@types/express-session": "^1.17.5",
"@types/http-errors": "^2.0.1",
"@types/jest": "^26.0.0",
"@types/lodash": "^4.14.191",
"@types/morgan": "^1.9.4",
"@types/multer": "^1.4.7",
"@types/node": "16.18.11",
"@types/node-schedule": "^2.1.0",
"@types/react": ">=16.9.56",
"@types/react-dom": ">=16.9.17",
"@types/react-router": "^5.1.19",
"@types/react-router-dom": "^5.3.3",
"@types/rewire": "2.5.28",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"babel-jest": "29.3.1",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.12.0",
"babel-plugin-rewire-ts": "1.3.3",
"casual": "^1.6.2",
"core-js": "3.26.1",
"css-loader": "^6.7.1",
"esbuild": "^0.16.6",
"eslint": "^8.27.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.1",
"jest": "29.3.1",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"pmnps": "4.4.5",
"pre-commit": "^1.2.2",
"prettier": "2.3.2",
"prettier-eslint": "^12.0.0",
"prettier-eslint-cli": "^5.0.1",
"prettier-package-json": "^2.8.0",
"react-refresh": "^0.14.0",
"regenerator-runtime": "0.13.5",
"rewire": "5.0.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "4.9.5",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpackbar": "^5.0.2"
},
"keywords": [
"agent",
"browser",
"js",
"middleWare",
"object",
"proxy",
"reducer",
"restful",
"state",
"typescript"
]
}