Skip to content

Commit

Permalink
move dependencies for testing to dev-dependencies in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 7, 2024
1 parent 3b1ec3b commit 664e100
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@
"author": "rhysd <lin90162@yahoo.co.jp> (https://rhysd.github.io/)",
"license": "MIT",
"dependencies": {
"@types/jsdom": "^21.1.6",
"@types/mocha": "^10.0.6",
"bulma": "^0.9.4",
"bulmaswatch": "^0.8.1",
"codemirror": "^5.65.8",
"devicon": "^2.16.0",
"ismobilejs": "^1.1.1",
"jsdom": "^24.0.0",
"mocha": "^10.3.0",
"pako": "^2.1.0"
},
"devDependencies": {
"@peculiar/webcrypto": "^1.4.5",
"@peculiar/webcrypto": "^1.4.6",
"@types/codemirror": "^5.60.15",
"@types/eslint__js": "^8.42.3",
"@types/eslint-plugin-mocha": "^10.4.0",
"@types/node": "^20.11.24",
"@types/eslint__js": "^8.42.3",
"@types/jsdom": "^21.1.6",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.10",
"@types/pako": "^2.0.3",
"eslint": "^8.57.0",
"eslint-plugin-mocha": "^10.4.0",
"http-server": "^14.1.1",
"jsdom": "^24.0.0",
"mocha": "^10.4.0",
"prettier": "^3.2.5",
"stylelint": "^16.2.1",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.3.3",
"typescript-eslint": "^7.1.1"
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0"
}
}

0 comments on commit 664e100

Please sign in to comment.