File tree 2 files changed +350
-298
lines changed
2 files changed +350
-298
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"type" : " module" ,
3
3
"license" : " MIT" ,
4
+ "version" : " 1.1.0" ,
4
5
"scripts" : {
5
6
"build" : " node esbuild.config.js" ,
6
7
"start" : " node esbuild.config.js --watch"
7
8
},
8
9
"devDependencies" : {
9
- "@babel/eslint-parser" : " ^7.23.3 " ,
10
- "esbuild" : " ^0.20.0 " ,
11
- "esbuild-plugin-eslint" : " ^0.3.7 " ,
12
- "esbuild-plugin-inline-import" : " ^1.0.4 " ,
13
- "eslint" : " ^9.22.0 " ,
10
+ "@babel/eslint-parser" : " ^7.26.8 " ,
11
+ "esbuild" : " ^0.25.1 " ,
12
+ "esbuild-plugin-eslint" : " ^0.3.12 " ,
13
+ "esbuild-plugin-inline-import" : " ^1.1.0 " ,
14
+ "eslint" : " ^8.57.1 " ,
14
15
"eslint-config-prettier" : " ^10.1.1" ,
15
16
"postcss" : " ^8.5.3" ,
16
17
"postcss-url" : " ^10.1.3" ,
17
18
"prettier" : " ^3.5.3"
18
19
},
19
20
"dependencies" : {
20
- "chalk" : " ^5.3.0 " ,
21
+ "chalk" : " ^5.4.1 " ,
21
22
"i18next" : " ^23.10.1" ,
22
23
"esbuild-plugin-copy" : " ^2.1.1"
23
24
}
You can’t perform that action at this time.
0 commit comments