-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
103 lines (103 loc) · 2.68 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "all-tracker",
"version": "1.0.0",
"description": "Spending tracker",
"homepage": "https://github.com/jvidalv/vital#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jvidalv/vital.git"
},
"author": "Abdullah Hashim <[email protected]>",
"license": "MIT",
"keywords": [
"react",
"vite",
"typescript",
"jest",
"tailwind",
"template",
"starter",
"css-modules",
"eslint",
"prettier",
"husky",
"commit-lint"
],
"browserslist": [
">0.2%",
"not dead",
"not IE 11"
],
"engines": {
"node": ">=14",
"yarn": ">=1.22.5"
},
"scripts": {
"start": "vite",
"build": "vite build",
"test": "jest",
"postinstall": "husky install"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.1",
"@handsontable/react": "^13.1.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "2.0.18",
"@vercel/analytics": "^1.0.2",
"ag-grid-community": "^30.1.0",
"ag-grid-react": "^30.1.0",
"axios": "^1.5.0",
"css-element-queries": "^1.2.3",
"daisyui": "^3.8.2",
"dayjs": "^1.11.10",
"handsontable": "^13.1.0",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"moment": "^2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-grid-layout": "^1.4.1",
"react-router-dom": "^6.15.0",
"react-tailwindcss-datepicker": "^1.6.6",
"react-xarrows": "^2.0.2",
"reactflow": "^11.8.3",
"reactour": "^1.19.1",
"sort-by": "^1.2.0",
"styled-components": "^6.0.8",
"use-callback-ref": "^1.3.0"
},
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@tailwindcss/forms": "0.5.6",
"@testing-library/jest-dom": "6.1.2",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.4",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-grid-layout": "^1.3.2",
"@types/react-redux": "^7.1.26",
"@types/reactour": "^1.18.3",
"@types/wicg-file-system-access": "^2023.10.1",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"autoprefixer": "10.4.15",
"eslint": "8.48.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"identity-obj-proxy": "3.0.0",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"lint-staged": "14.0.1",
"postcss": "8.4.28",
"prettier": "3.0.2",
"prettier-plugin-organize-imports": "^3.2.3",
"tailwindcss": "3.3.3",
"ts-jest": "29.1.1",
"typescript": "5.2.2",
"vite": "4.4.9",
"vite-preset-react": "2.3.0"
}
}