UNPKG

4.11 kBJSONView Raw
1{
2 "name": "hel-tpl-remote-react-comps-ts",
3 "appGroupName": "hel-tpl-remote-react-comps-ts",
4 "main": "hel_proxy/entry.js",
5 "module": "hel_proxy_es/entry.js",
6 "types": "lib/entrance/libTypes.ts",
7 "unpkg": "hel_dist/index.html",
8 "version": "2.4.0",
9 "dependencies": {
10 "hel-iso": "^4.3.2",
11 "hel-lib-proxy": "^4.7.0",
12 "hel-micro": "^4.7.1",
13 "react": ">=16.8.0",
14 "react-app-polyfill": "^3.0.0",
15 "react-dom": ">=16.8.0"
16 },
17 "peerDependencies": {
18 "hel-iso": "^4.3.2",
19 "hel-lib-proxy": "^4.7.0",
20 "hel-micro": "^4.7.1",
21 "react": ">=16.8.0",
22 "react-app-polyfill": "^3.0.0",
23 "react-dom": ">=16.8.0"
24 },
25 "devDependencies": {
26 "@babel/core": "^7.16.0",
27 "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
28 "@svgr/webpack": "^5.5.0",
29 "@testing-library/jest-dom": "^5.16.5",
30 "@testing-library/react": "^13.3.0",
31 "@testing-library/user-event": "^13.5.0",
32 "@types/jest": "^27.5.2",
33 "@types/node": "^16.11.56",
34 "@types/react": "^18.0.18",
35 "@types/react-dom": "^18.0.6",
36 "babel-jest": "^27.4.2",
37 "babel-loader": "^8.2.3",
38 "babel-plugin-named-asset-import": "^0.3.8",
39 "babel-preset-react-app": "^10.0.1",
40 "bfj": "^7.0.2",
41 "browserslist": "^4.18.1",
42 "camelcase": "^6.2.1",
43 "case-sensitive-paths-webpack-plugin": "^2.4.0",
44 "css-loader": "^6.5.1",
45 "css-minimizer-webpack-plugin": "^3.2.0",
46 "dotenv": "^10.0.0",
47 "dotenv-expand": "^5.1.0",
48 "eslint": "^8.3.0",
49 "eslint-config-react-app": "^7.0.1",
50 "eslint-webpack-plugin": "^3.1.1",
51 "file-loader": "^6.2.0",
52 "fs-extra": "^10.0.0",
53 "hel-dev-utils": "^4.3.11",
54 "html-webpack-plugin": "^5.5.0",
55 "identity-obj-proxy": "^3.0.0",
56 "jest": "^27.4.3",
57 "jest-resolve": "^27.4.2",
58 "jest-watch-typeahead": "^1.0.0",
59 "mini-css-extract-plugin": "^2.4.5",
60 "postcss": "^8.4.4",
61 "postcss-flexbugs-fixes": "^5.0.2",
62 "postcss-loader": "^6.2.1",
63 "postcss-normalize": "^10.0.1",
64 "postcss-preset-env": "^7.0.1",
65 "prompts": "^2.4.2",
66 "react-dev-utils": "^12.0.1",
67 "react-refresh": "^0.11.0",
68 "replace-absolute-path": "^1.3.4",
69 "resolve": "^1.20.0",
70 "resolve-url-loader": "^4.0.0",
71 "rollup-plugin-typescript": "^1.0.1",
72 "sass-loader": "^12.3.0",
73 "semver": "^7.3.5",
74 "source-map-loader": "^3.0.0",
75 "style-loader": "^3.3.1",
76 "tailwindcss": "^3.0.2",
77 "terser-webpack-plugin": "^5.2.5",
78 "typescript": "4.8.4",
79 "web-vitals": "^2.1.4",
80 "webpack": "^5.64.4",
81 "webpack-dev-server": "^4.6.0",
82 "webpack-manifest-plugin": "^4.0.2",
83 "workbox-webpack-plugin": "^6.4.1"
84 },
85 "scripts": {
86 "postinstall": "node ./scripts/postinstall.js",
87 "prepublishOnly": "node ./scripts/prepublishOnly.js",
88 "check": "node ./scripts/check.js",
89 "start": "cross-env PORT=3103 node scripts/start.js",
90 "build": "npm run check_name && npm run build_dist && npm run build_meta && npm run build_proxy",
91 "check_name": "node scripts/check.js",
92 "build_dist": "node scripts/build.js",
93 "build_meta": "node scripts/meta.js",
94 "build_proxy": "npm run build_proxy_umd && npm run build_proxy_es",
95 "build_proxy_umd": "tsc & node ./scripts/replaceToRelativePath.js & rollup -c",
96 "build_proxy_es": "tsc & node ./scripts/replaceToRelativePath.js & cross-env BUILD_ENV=es rollup -c",
97 "lint": "eslint ./src --ext ts,tsx",
98 "lintfix": "eslint ./src --ext ts,tsx --fix",
99 "build_cust": "npm run set_home_page \"npm run build_dist && npm run build_meta\"",
100 "set_home_page": "cross-env-shell HEL_APP_HOME_PAGE=http://127.0.0.1:8103",
101 "test": "jest",
102 "snap": "jest -u"
103 },
104 "browserslist": {
105 "production": [
106 ">0.2%",
107 "not dead",
108 "not op_mini all"
109 ],
110 "development": [
111 "last 1 chrome version",
112 "last 1 firefox version",
113 "last 1 safari version"
114 ]
115 },
116 "babel": {
117 "presets": [
118 "react-app"
119 ]
120 },
121 "files": [
122 "hel_dist",
123 "hel_proxy",
124 "hel_proxy_es",
125 "lib",
126 "src",
127 "README.md",
128 "tsconfig.json",
129 "scripts"
130 ]
131}