Skip to content

Commit

Permalink
Next (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini committed Jun 28, 2024
1 parent 93b70d5 commit 4a376af
Show file tree
Hide file tree
Showing 23 changed files with 367 additions and 875 deletions.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,21 @@
],
"scripts": {
"dev": "vite dev",
"test": "npm run test:js && npm run test:lint && npm run test:format",
"test:js": "vitest",
"test:lint": "eslint src test",
"test:format": "prettier --check src test",
"build": "rm -rf dist && rollup -c"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"js-beautify": "^1.15.1",
"jsdom": "^24.1.0",
"prettier": "^3.3.2",
"rollup": "^4.18.0",
"vite": "^5.2.11"
"vitest": "^1.6.0"
},
"license": "MIT"
}
Loading

0 comments on commit 4a376af

Please sign in to comment.