Skip to content

Commit

Permalink
added build script for vite
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloSniperMonkey committed Dec 11, 2024
1 parent fe4b216 commit 51fabba
Show file tree
Hide file tree
Showing 2 changed files with 22,398 additions and 12,825 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
},
"scripts": {
"dev": "vite",
"preview": "vite preview",
"start": "react-scripts start",
"build": "react-scripts build",
"build": "vite build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write .",
Expand Down Expand Up @@ -74,29 +75,29 @@
"babel-loader": "8.1.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@storybook/addon-actions": "^6.5.5",
"@storybook/addon-essentials": "^6.5.5",
"@storybook/addon-links": "^6.5.5",
"@storybook/node-logger": "^6.5.5",
"@storybook/preset-create-react-app": "^3.1.7",
"@storybook/react": "^6.5.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"csv-parser": "^3.0.0",
"eslint": "^7.28.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react-hooks": "^1.7.0",
"jest-fetch-mock": "3.0.3",
"prettier": "^2.6.2",
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^1.7.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"jest-fetch-mock": "3.0.3",
"prettier": "^2.6.2",
"vite": "^6.0.1"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit 51fabba

Please sign in to comment.