1+ {
2+ "name" : " modernjs-ssr-dynamic-provider" ,
3+ "version" : " 0.1.0" ,
4+ "scripts" : {
5+ "reset" : " npx rimraf ./**/node_modules" ,
6+ "dev" : " modern dev" ,
7+ "build" : " modern build" ,
8+ "start" : " modern start" ,
9+ "serve" : " modern serve" ,
10+ "new" : " modern new" ,
11+ "lint" : " modern lint" ,
12+ "upgrade" : " modern upgrade"
13+ },
14+ "engines" : {
15+ "node" : " >=16.18.1"
16+ },
17+ "lint-staged" : {
18+ "*.{ts,tsx}" : [
19+ " node --max_old_space_size=8192 ./node_modules/eslint/bin/eslint.js --fix --color --cache --quiet"
20+ ],
21+ "*.{js,jsx,mjs,mjsx,cjs,cjsx}" : [
22+ " node --max_old_space_size=8192 ./node_modules/eslint/bin/eslint.js --fix --color --cache --quiet"
23+ ]
24+ },
25+ "eslintIgnore" : [
26+ " node_modules/" ,
27+ " dist/"
28+ ],
29+ "dependencies" : {
30+ "@modern-js/runtime" : " 2.56.2" ,
31+ "react" : " ~18.3.0" ,
32+ "react-dom" : " ~18.3.0" ,
33+ "@module-federation/modern-js" :" 0.0.0-next-20240725061440"
34+ },
35+ "devDependencies" : {
36+ "@modern-js/app-tools" : " 2.56.2" ,
37+ "@modern-js/eslint-config" : " 2.56.2" ,
38+ "@modern-js/tsconfig" : " 2.56.2" ,
39+ "@modern-js-app/eslint-config" : " 2.56.2" ,
40+ "lint-staged" : " 15.2.7" ,
41+ "prettier" : " 3.3.2" ,
42+ "husky" : " 9.0.11" ,
43+ "rimraf" : " 5.0.7" ,
44+ "typescript" : " 4.9.5" ,
45+ "@types/jest" : " 29.5.12" ,
46+ "@types/node" : " 16.18.101" ,
47+ "@types/react" : " 18.3.3" ,
48+ "@types/react-dom" : " 18.3.0"
49+ }
50+ }
0 commit comments