-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
52 lines (52 loc) · 1.58 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
{
"name": "kage-editor",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@kurgm/kage-engine": "^0.5.0",
"@reduxjs/toolkit": "^1.9.7",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/eslint": "^8.44.4",
"@types/geometric": "^2.2.0",
"@types/node": "^18.18.5",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-modal": "^3.10.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.51.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-testing-library": "^6.1.0",
"eslint-plugin-vitest": "^0.3.2",
"geometric": "^2.2.10",
"i18next": "^22.1.5",
"memoize-one": "^6.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^3.4.4",
"react-i18next": "^12.1.1",
"react-modal": "^3.11.2",
"react-redux": "^8.0.2",
"typescript": "^5.2.2",
"typescript-fsa": "^3.0.0",
"typescript-fsa-reducers": "^1.2.2",
"vite": "^6.1.0",
"vitest": "^3.0.5",
"web-vitals": "^2.1.0"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest"
}
}