-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.8 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
{
"name": "-hex-tiles",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test": "bun test",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.21",
"@mui/material": "^5.15.21",
"@mui/styles": "^5.15.21",
"@svgdotjs/svg.js": "^3.2.4",
"alea": "^1.0.1",
"chroma-js": "^2.4.2",
"colord": "^2.9.3",
"d3-delaunay": "^6.0.4",
"expr-eval": "^2.0.2",
"honeycomb-grid": "^3.1.8",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.set": "^4.3.2",
"lodash.throttle": "^4.1.1",
"nice-color-palettes": "^3.0.0",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.0",
"simplex-noise": "^4.0.2",
"use-debouncy": "^5.0.1",
"vite-plugin-svgr": "^4.2.0"
},
"devDependencies": {
"@types/bun": "^1.1.6",
"@types/chroma-js": "^2.4.4",
"@types/d3-delaunay": "^6.0.4",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.set": "^4.3.9",
"@types/lodash.throttle": "^4.1.9",
"@types/react": "^18.3.3",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"prettier": "^3.3.2",
"prettier-eslint": "^16.3.0",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}