-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
34 lines (34 loc) · 961 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
34
{
"name": "react-typescript-vite",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ar.io/sdk": "alpha",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-table": "^8.20.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"recharts": "^2.13.0",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.96",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.4.12",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.21.0"
},
"scripts": {
"start": "vite --config vite.config.js",
"build": "vite build --config vite.config.js",
"postinstall": "yarn link @ar.io/sdk"
}
}