This repository has been archived by the owner on Sep 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.89 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
{
"name": "repscounter",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc --project tsconfig.json && vite build",
"serve": "vite preview",
"cypress:open": "cypress open",
"cypress:run": "cypress run --config video=false",
"generate": "graphql-codegen",
"codegen": "graphql-codegen --config codegen.yml",
"prepare": "husky install"
},
"dependencies": {
"@reduxjs/toolkit": "^1.7.1",
"chart.js": "^3.7.0",
"graphql-request": "^3.7.0",
"gsap": "^3.9.0",
"localforage": "^1.10.0",
"react": "17.0.2",
"react-calendar": "^3.5.0",
"react-chartjs-2": "^4.0.0",
"react-dom": "17.0.2",
"react-hook-form": "^7.20.5",
"react-redux": "^7.2.6",
"redux-persist": "^6.0.0",
"uuid": "^8.3.2",
"vite-plugin-svgr": "^0.6.0",
"wouter": "^2.8.0-alpha.2"
},
"devDependencies": {
"@graphql-codegen/cli": "2.3.0",
"@graphql-codegen/introspection": "2.1.0",
"@graphql-codegen/typescript": "2.4.1",
"@graphql-codegen/typescript-graphql-request": "^4.3.2",
"@graphql-codegen/typescript-operations": "^2.2.1",
"@types/node": "16.11.7",
"@types/react": "^17.0.37",
"@types/react-calendar": "^3.4.3",
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.20",
"@types/uuid": "^8.3.3",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.0",
"classnames": "^2.3.1",
"cypress": "9.2.0",
"daisyui": "^1.16.2",
"eslint": "7",
"graphql": "^16.2.0",
"husky": "^7.0.4",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.19",
"typescript": "4.4.4",
"vite": "^2.7.2",
"vite-plugin-pwa": "^0.11.12",
"vite-tsconfig-paths": "^3.3.17"
}
}