Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bowen7 committed Jul 17, 2024
1 parent 879494d commit 3674889
Show file tree
Hide file tree
Showing 12 changed files with 5,823 additions and 7,281 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"name": "regex-vis",
"type": "module",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "jest --config .jest.config.js --no-cache",
"test:watch": "jest --config .jest.config.js --no-cache --watch --",
"test:single": "jest --config .jest.config.js --no-cache --"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@phosphor-icons/react": "^2.1.7",
Expand Down Expand Up @@ -37,6 +45,7 @@
"react-router-dom": "^6.3.0",
"react-use": "^17.4.0",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.0",
"usehooks-ts": "^3.1.0",
Expand All @@ -46,14 +55,6 @@
"web-vitals": "^3.3.0",
"zod": "^3.23.8"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "jest --config .jest.config.js --no-cache",
"test:watch": "jest --config .jest.config.js --no-cache --watch --",
"test:single": "jest --config .jest.config.js --no-cache --"
},
"browserslist": {
"production": [
">0.2%",
Expand Down Expand Up @@ -89,7 +90,6 @@
"jest-canvas-mock": "^2.5.0",
"postcss": "^8.4.39",
"regenerator-runtime": "^0.14.0",
"tailwindcss": "^3.4.4",
"ts-jest": "^26.5.6",
"ts-node": "^10.0.0",
"vite-plugin-ejs": "^1.7.0"
Expand Down
Loading

0 comments on commit 3674889

Please sign in to comment.