File tree Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lunatech" ,
3
- "scripts" : {
4
- "dev" : " vite" ,
5
- "build" : " vite build" ,
6
- "serve" : " vite preview"
7
- },
3
+ "scripts" : {
4
+ "dev" : " vite" ,
5
+ "build" : " vite build" ,
6
+ "serve" : " vite preview" ,
7
+ "start" : " vite preview"
8
+ },
8
9
"devDependencies" : {
9
- "autoprefixer" : " ^10.3.6" ,
10
- "postcss" : " ^8.3.8" ,
11
- "tailwindcss" : " ^2.2.16" ,
12
10
"@tailwindcss/aspect-ratio" : " ^0.2.0" ,
13
11
"@tailwindcss/typography" : " ^0.4.0" ,
14
- "vite" : " ^2.5.4" ,
12
+ "autoprefixer" : " ^10.3.6" ,
13
+ "jquery" : " ^3.6.0" ,
14
+ "lottie-web" : " ^5.7.13" ,
15
+ "postcss" : " ^8.3.8" ,
15
16
"rellax" : " ^1.12.1" ,
16
17
"slick-carousel-latest" : " ^1.9.0" ,
17
- "jquery" : " ^3.6.0" ,
18
- "lottie-web" : " ^5.7.13"
19
- },
20
- "scripts" : {
21
- "prepare" : " npm install" ,
22
- "start" : " npm run prod" ,
23
- "build" : " npm run build"
18
+ "tailwindcss" : " ^2.2.16" ,
19
+ "vite" : " ^2.5.4"
24
20
},
25
21
"browserslist" : [
26
22
" >0.3%" ,
You can’t perform that action at this time.
0 commit comments