-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 KB
/
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
35
36
37
38
39
40
{
"name": "astro-mol-bio-tools",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@astrojs/react": "^2.0.2",
"@nanostores/react": "^0.4.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/recharts": "^1.8.24",
"astro": "^2.0.17",
"nanostores": "^0.7.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recharts": "^2.4.3",
"vitest": "^0.29.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^18.15.5",
"@vitest/coverage-c8": "^0.29.2",
"c8": "^7.13.0",
"jsdom": "^21.1.0",
"msw": "^1.1.1",
"node-fetch": "^3.3.1",
"resize-observer-polyfill": "^1.5.1",
"vitest-mock-extended": "^1.1.0"
}
}