File tree Expand file tree Collapse file tree 7 files changed +2
-1012
lines changed Expand file tree Collapse file tree 7 files changed +2
-1012
lines changed Original file line number Diff line number Diff line change 16
16
"@midscene/shared" : " workspace:*" ,
17
17
"@midscene/visualizer" : " workspace:*" ,
18
18
"@midscene/web" : " workspace:*" ,
19
- "@modern-js/runtime" : " 2.60.6" ,
20
19
"@rsbuild/core" : " ^1.3.22" ,
21
20
"@rsbuild/plugin-less" : " ^1.2.4" ,
22
21
"@rsbuild/plugin-react" : " ^1.3.1" ,
Original file line number Diff line number Diff line change 5
5
" default" ,
6
6
" {projectRoot}/tsconfig.json" ,
7
7
" {projectRoot}/package.json" ,
8
- " {projectRoot}/modern.config.*" ,
8
+ " {projectRoot}/rsbuild.config.*" ,
9
+ " {projectRoot}/rslib.config.*" ,
9
10
" {projectRoot}/scripts/**/*" ,
10
11
" !{projectRoot}/**/*.{md,mdx}" ,
11
12
" !{projectRoot}/vitest.config.ts" ,
Original file line number Diff line number Diff line change 4
4
"version" : " 0.26.2" ,
5
5
"repository" : " https://github.com/web-infra-dev/midscene" ,
6
6
"homepage" : " https://midscenejs.com/" ,
7
- "jsnext:source" : " ./src/index.ts" ,
8
7
"main" : " ./dist/lib/index.js" ,
9
8
"types" : " ./dist/types/index.d.ts" ,
10
9
"module" : " ./dist/es/index.mjs" ,
Original file line number Diff line number Diff line change 51
51
"build:script" : " rslib build -c ./rslib.inspect.config.ts" ,
52
52
"build:watch" : " npm run build:script && rslib build --watch" ,
53
53
"reset" : " rimraf ./**/node_modules" ,
54
- "lint" : " modern lint" ,
55
- "bump" : " modern bump" ,
56
- "pre" : " modern pre" ,
57
- "change-status" : " modern change-status" ,
58
- "gen-release-note" : " modern gen-release-note" ,
59
- "release" : " modern release" ,
60
- "new" : " modern new" ,
61
- "upgrade" : " modern upgrade" ,
62
54
"test" : " vitest --run" ,
63
55
"test:u" : " vitest --run -u"
64
56
},
Original file line number Diff line number Diff line change 32
32
"react-dom" : " >=19.1.0"
33
33
},
34
34
"devDependencies" : {
35
- "@modern-js/runtime" : " 2.60.6" ,
36
35
"@pixi/unsafe-eval" : " 7.4.2" ,
37
36
"@rsbuild/plugin-less" : " ^1.2.4" ,
38
37
"@rsbuild/plugin-node-polyfill" : " 1.3.0" ,
Original file line number Diff line number Diff line change 11
11
"version" : " 0.26.2" ,
12
12
"repository" : " https://github.com/web-infra-dev/midscene" ,
13
13
"homepage" : " https://midscenejs.com/" ,
14
- "jsnext:source" : " ./src/index.ts" ,
15
14
"main" : " ./dist/lib/index.js" ,
16
15
"types" : " ./dist/types/index.d.ts" ,
17
16
"module" : " ./dist/es/index.mjs" ,
111
110
"test:u" : " vitest --run -u" ,
112
111
"test:ai" : " AI_TEST_TYPE=web npm run test" ,
113
112
"test:ai:cache" : " MIDSCENE_CACHE=true npm run test:ai" ,
114
- "upgrade" : " modern upgrade" ,
115
113
"e2e" : " playwright test --config=tests/playwright.config.ts" ,
116
114
"e2e:report" : " MIDSCENE_REPORT=true playwright test --config=tests/playwright.config.ts" ,
117
115
"e2e:cache" : " MIDSCENE_CACHE=true playwright test --config=tests/playwright.config.ts" ,
You can’t perform that action at this time.
0 commit comments