-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
33 lines (33 loc) · 954 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "npmview",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@blueprintjs/core": "^5.13.1",
"@wooorm/starry-night": "^3.5.0",
"github-fork-ribbon-css": "^0.2.3",
"path-browserify": "^1.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-github-btn": "^1.4.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"hast-util-to-html": "^9.0.3",
"js-untar": "^2.0.0",
"pako": "^2.1.0",
"react-diff-viewer": "^3.1.1",
"react-router-dom": "^6.27.0",
"ts-pattern": "^5.5.0",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-svgr": "^4.2.0"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}