vite/playground/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
304 B
JSON
Raw Normal View History

2020-12-06 23:21:10 +00:00
{
"name": "@vitejs/vite-playground",
"private": true,
"type": "module",
"version": "1.0.0",
2022-12-15 07:08:09 +00:00
"scripts": {
"typecheck": "tsc --noEmit"
},
2020-12-06 23:21:10 +00:00
"devDependencies": {
"convert-source-map": "^2.0.0",
2022-08-01 10:10:21 +00:00
"css-color-names": "^1.0.1",
"kill-port": "^1.6.1",
"node-fetch": "^3.3.2"
2020-12-06 23:21:10 +00:00
}
}