-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "github-colorful-contribution-graph",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"format": "npx prettier --write . --plugin=prettier-plugin-tailwindcss",
"style": "prettier --check \"src/**/*.{ts,tsx}\"",
"style:fix": "prettier --write \"src/**/*.{ts,tsx}\""
},
"author": "Ridemountainpig",
"license": "MIT",
"dependencies": {
"lucide-react": "^0.363.0",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0"
},
"prettier": {
"tabWidth": 2
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/chrome": "0.0.158",
"@types/node": "^20.10.4",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"lint-staged": "^15.2.0",
"postcss": "^8.4.32",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"shell-quote": "^1.8.1",
"tailwindcss": "^3.3.6",
"typescript": "^5.0.4",
"vite": "^5.0.7"
}
}