File tree 3 files changed +8
-683
lines changed
3 files changed +8
-683
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " vite-plugin-svgr" ,
3
3
"version" : " 2.4.0" ,
4
4
"description" : " Vite plugin to transform SVGs into React components" ,
5
+ "type" : " module" ,
5
6
"main" : " ./dist/index.js" ,
6
- "module" : " ./dist/index.mjs" ,
7
7
"types" : " ./dist/index.d.ts" ,
8
8
"exports" : {
9
9
"." : {
10
10
"types" : " ./dist/index.d.ts" ,
11
- "import" : " ./dist/index.mjs" ,
12
- "require" : " ./dist/index.js"
11
+ "import" : " ./dist/index.js"
13
12
},
14
13
"./client" : {
15
14
"types" : " ./client.d.ts"
16
15
}
17
16
},
18
17
"scripts" : {
19
- "dev" : " tsdv watch" ,
20
- "build" : " tsdv build " ,
18
+ "dev" : " tsc -- watch" ,
19
+ "build" : " tsc " ,
21
20
"prepare" : " npm run build"
22
21
},
23
22
"repository" : " pd4d10/vite-plugin-svgr" ,
33
32
"license" : " MIT" ,
34
33
"devDependencies" : {
35
34
"@types/node" : " ^18.16.0" ,
36
- "tsdv" : " ^0.8.0" ,
37
35
"typescript" : " ^5.0.4" ,
38
36
"vite" : " ^4.3.2"
39
37
},
You can’t perform that action at this time.
0 commit comments