File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 12
12
"create-component" : " node scripts/createComponent.js" ,
13
13
"lint" : " eslint src/**/* --fix"
14
14
},
15
- "devDependencies " : {
15
+ "dependencies " : {
16
16
"@astrojs/check" : " 0.7.0" ,
17
17
"@astrojs/react" : " 3.5.0" ,
18
18
"@astrojs/svelte" : " 5.5.0" ,
19
- "@eslint/js" : " 9.9.1" ,
20
- "@typescript-eslint/parser" : " ^8.3.0" ,
21
19
"astro" : " 4.10.2" ,
20
+ "react" : " 18.3.1" ,
21
+ "react-dom" : " 18.3.1" ,
22
+ "sass" : " 1.77.5" ,
23
+ "svelte" : " 4.2.18" ,
24
+ "typescript" : " 5.4.5"
25
+ },
26
+ "devDependencies" : {
27
+ "@eslint/js" : " 9.9.1" ,
28
+ "@typescript-eslint/parser" : " 8.3.0" ,
22
29
"astro-eslint-parser" : " 1.0.2" ,
23
30
"eslint" : " 9.9.1" ,
24
31
"eslint-plugin-astro" : " 1.2.3" ,
27
34
"eslint-plugin-svelte" : " 2.43.0" ,
28
35
"husky" : " 9.1.5" ,
29
36
"lint-staged" : " 15.2.9" ,
30
- "react" : " 18.3.1" ,
31
- "react-dom" : " 18.3.1" ,
32
- "sass" : " 1.77.5" ,
33
- "svelte" : " 4.2.18" ,
34
37
"svelte-eslint-parser" : " 0.41.0" ,
35
- "typescript" : " 5.4.5" ,
36
38
"typescript-eslint" : " 8.3.0"
37
39
},
38
40
"exports" : {
You can’t perform that action at this time.
0 commit comments