-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.65 KB
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
{
"private": true,
"name": "shade-generator",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"scripts": {
"build": "tsc -b && vite build",
"dev": "vite",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/nunito": "^5.2.6",
"@tippyjs/react": "^4.2.6",
"clipboard-polyfill": "^4.1.1",
"color": "^5.0.0",
"color-name-list": "^11.24.0",
"firebase": "^11.10.0",
"nearest-color": "^0.4.4",
"parse-color": "^1.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-ga4": "^2.1.0",
"react-icons": "^5.5.0",
"sass": "^1.89.2",
"tippy.js": "^6.3.7",
"use-local-storage-state": "^19.5.0"
},
"devDependencies": {
"@eslint/compat": "^1.3.1",
"@eslint/js": "^9.31.0",
"@stylistic/eslint-plugin": "^3.1.0",
"@types/nearest-color": "^0.4.1",
"@types/parse-color": "^1.0.3",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.31.0",
"eslint-config-airbnb-extended": "^2.1.2",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-unicorn": "^59.0.1",
"firebase-tools": "^14.10.1",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"typescript": "~5.8.3",
"typescript-eslint": "^8.37.0",
"vite": "^7.0.4",
"vite-tsconfig-paths": "^5.1.4"
}
}