-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 1.71 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "nekomori",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"codegen": "graphql-codegen --watch"
},
"dependencies": {
"@headlessui/react": "^1.7.11",
"@material-tailwind/react": "^1.4.2",
"@reduxjs/toolkit": "^1.9.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tanstack/react-query": "^4.23.0",
"@types/redux-logger": "^3.0.9",
"flowbite": "^1.6.3",
"flowbite-react": "^0.3.8",
"framer-motion": "^10.0.2",
"graphql": "^16.8.1",
"humanize-duration": "^3.28.0",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.0",
"redux-logger": "^3.0.6",
"sort-by": "^1.2.0",
"uuid": "^9.0.0",
"vite-plugin-svgr": "^2.4.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.0.0",
"@graphql-codegen/client-preset": "^2.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query-devtools": "^4.26.0",
"@types/humanize-duration": "^3.27.1",
"@types/node": "^18.14.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.11",
"@types/uuid": "^9.0.1",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.31",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"tailwindcss": "^3.2.7",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"vite": "^4.1.5",
"vite-plugin-checker": "^0.5.0",
"vitest": "^0.28.5"
}
}