This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.69 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
{
"name": "vite-react-typescript-tailwind-starter",
"description": "Smart energy assistant",
"homepage": "https://github.com/floriandejonckheere/wattson",
"author": "Florian Dejonckheere",
"contributors": [
{
"name": "Otto Heldt"
}
],
"license": "UNLICENSED",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview --port 3000",
"lint": "eslint . --ext .ts,.tsx,.js",
"prepare": "husky install",
"test": "vitest"
},
"dependencies": {
"@preline/dropdown": "^2.0.1",
"@tanstack/react-query": "^5.12.2",
"@uidotdev/usehooks": "^2.4.1",
"apexcharts": "^3.44.2",
"axios": "^1.6.2",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@heroicons/react": "^2.0.18",
"@tailwindcss/forms": "^0.5.7",
"@types/eslint": "^8.44.8",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "20.10.3",
"@types/react": "^18.2.42",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-watch": "^8.0.0",
"husky": "^8.0.3",
"postcss": "^8.4.32",
"preline": "^2.0.2",
"prettier": "^3.1.0",
"react-router-dom": "6.20.1",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.2",
"vite": "^5.0.6",
"vitest": "^1.0.1"
}
}