-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.36 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
41
42
43
44
45
46
47
{
"name": "learnymatchingtool",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "npx prettier --write .",
"test": "vitest"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/roboto": "^5.0.5",
"@reduxjs/toolkit": "^1.9.5",
"@tanstack/react-table": "^8.9.3",
"flowbite": "^1.7.0",
"flowbite-react": "^0.5.0",
"papaparse": "^5.4.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.0.1",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.2.5",
"@types/papaparse": "^5.3.7",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"autoprefixer": "^10.4.14",
"jsdom": "^22.1.0",
"msw": "^1.2.3",
"postcss": "^8.4.27",
"prettier": "3.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^4.6.4",
"vite": "^3.0.7",
"vitest": "^0.34.2"
}
}