-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.68 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.68 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
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "catalyst-core",
"version": "0.1.0-beta.1",
"main": "index.js",
"description": "Web framework that provides great performance out of the box",
"bin": {
"catalyst": "bin/catalyst.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tata1mg/catalyst-core.git"
},
"_moduleAliases": {
"@catalyst/template": ".",
"@catalyst/template/src": "src",
"@catalyst/template/routes": "src/js/routes",
"@catalyst/template/server": "server",
"@catalyst/template/store": "src/js/store",
"@catalyst/template/config": "config",
"@catalyst": ".",
"@catalyst/root": "../",
"@catalyst/router": "router",
"@catalyst/scripts": "scripts",
"@catalyst/server": "server",
"@catalyst/webpack": "webpack"
},
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json",
"./logger": "./dist/logger.js",
"./caching": "./dist/caching.js",
"./router/ClientRouter": "./dist/router/ClientRouter.js",
"./WebBridge": "./dist/native/bridge/WebBridge.js",
"./hooks": "./dist/native/bridge/hooks.js",
"./sentry": "./dist/sentry.js",
"./otel": "./dist/otel.js"
},
"scripts": {
"lint": "eslint .",
"lint-staged": "lint-staged",
"prettify": "prettier . --write",
"prepare": "babel src --out-dir ./dist --ignore '**/.build/**' && mkdir -p dist/native && cp -r src/native/androidProject src/native/build.swift src/native/assets dist/native/ && mkdir -p dist/native/iosnativeWebView && tar -C src/native/iosnativeWebView --exclude='.build' --exclude='.package-config-hash' -cf - . | tar -C dist/native/iosnativeWebView -xf -",
"prepublishOnly": "npm i && npm run prepare"
},
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/node": "^7.22.19",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "^7.22.15",
"@dr.pogodin/css-modules-require-hook": "^4.7.3",
"@loadable/babel-plugin": "^5.16.1",
"@loadable/component": "^5.15.3",
"@loadable/server": "^5.16.1",
"@loadable/webpack-plugin": "^5.15.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@svgr/webpack": "^8.1.0",
"@tata1mg/router": "0.0.1-beta.7",
"app-root-path": "^3.1.0",
"babel-loader": "^9.1.3",
"babel-plugin-react-compiler": "^19.0.0-beta-decd7b8-20250118",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"body-parser": "^1.20.2",
"chokidar": "^3.6.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"css-hot-loader": "^1.4.4",
"css-loader": "^6.8.1",
"express": "^4.18.2",
"express-static-gzip": "^2.1.7",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"img-loader": "^4.0.0",
"mini-css-extract-plugin": "^2.7.6",
"module-alias": "^2.2.3",
"picocolors": "^1.0.0",
"postcss-loader": "^7.3.3",
"postcss-scss": "^4.0.9",
"react": "^18.2.0",
"react-compiler-runtime": "^19.0.0-beta-decd7b8-20250118",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"react-refresh": "^0.14.0",
"react-router-dom": "^6.16.0",
"redux": "^4.2.1",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"sass-resources-loader": "^2.2.5",
"ua-parser-js": "^1.0.37",
"url": "^0.11.3",
"url-loader": "^4.1.1",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.2",
"webpack-merge": "^5.9.0",
"webpack-node-externals": "^3.0.0",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"eslint": "^8.26.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-compiler": "^19.0.0-beta-decd7b8-20250118",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-risxss": "^2.1.0",
"eslint-plugin-security": "^3.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5"
},
"lint-staged": {
"*.{js,jsx}": [
"eslint .",
"prettier . --write"
]
}
}