-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 3.66 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 3.66 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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "cardtable",
"homepage": "https://card-table.app",
"version": "1.0.5",
"private": true,
"resolutions": {
"@babel/traverse": "^7.23.2"
},
"dependencies": {
"@babel/traverse": "^7.28.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@hello-pangea/dnd": "^18.0.1",
"@highlight-run/react": "^21.0.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/material": "^7.3.5",
"@octokit/core": "^7.0.6",
"@octokit/types": "^16.0.0",
"@react-spring/konva": "^10.0.3",
"@reduxjs/toolkit": "^2.10.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/classnames": "^2.3.4",
"@types/file-saver": "^2.0.7",
"@types/intersects": "^2.7.5",
"@types/jest": "^30.0.0",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.merge": "^4.6.9",
"@types/lodash.omit": "^4.5.9",
"@types/lodash.pick": "^4.4.9",
"@types/lodash.sortby": "^4.7.9",
"@types/lodash.startcase": "^4.4.9",
"@types/lodash.throttle": "^4.1.9",
"@types/loglevel": "^1.6.3",
"@types/mixpanel-browser": "^2.66.0",
"@types/node": "^24.10.0",
"@types/papaparse": "^5.5.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@types/react-redux": "^7.1.34",
"@vitejs/plugin-react": "^5.1.0",
"axios": "^1.13.2",
"classnames": "^2.5.1",
"file-saver": "^2.0.5",
"fuse.js": "^7.1.0",
"highlight.run": "^9.22.4",
"intersects": "^2.7.2",
"invariant": "^2.2.4",
"jsoncrush": "^1.1.8",
"konva": "^10.0.8",
"levenary": "^1.1.1",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
"lodash.sortby": "^4.7.0",
"lodash.startcase": "^4.4.0",
"lodash.throttle": "^4.1.1",
"loglevel": "^1.9.2",
"material-ui-confirm": "^4.0.0",
"material-ui-nested-menu-item": "^1.0.2",
"mixpanel-browser": "^2.71.1",
"mkdirp": "^3.0.1",
"mui-nested-menu": "^4.0.1",
"papaparse": "^5.5.3",
"patch-package": "^8.0.1",
"peerjs": "1.5.5",
"postinstall-postinstall": "^2.1.0",
"react": "^19.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^19.2.0",
"react-konami-code": "^2.3.0",
"react-konva": "^19.2.0",
"react-redux": "^9.2.0",
"react-spring": "10.0.3",
"react-swipeable": "^7.0.2",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"redux-undo": "^1.1.0",
"reselect": "^5.1.1",
"sass": "^1.93.3",
"styled-components": "^6.1.19",
"typescript": "5.9.3",
"unique-names-generator": "^4.7.1",
"use-image": "^1.1.4",
"uuid": "^13.0.0",
"vite": "^7.2.2",
"vite-plugin-pwa": "^1.1.0",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^5.1.4"
},
"scripts": {
"start": "vite --host 0.0.0.0 --port 3000",
"build": "tsc && vite build",
"test": "vitest",
"serve": "vite preview --host 0.0.0.0 --port 3000",
"postinstall": "scripts/postinstall.sh",
"setup-images": "scripts/setup-images.sh"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@vitest/coverage-v8": "^4.0.8",
"@vitest/ui": "^4.0.8",
"@welldone-software/why-did-you-render": "^10.0.1",
"jsdom": "^27.1.0",
"vitest": "^4.0.8"
}
}