-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.39 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "last-origin-unit-viewer",
"version": "1.3.6",
"private": true,
"license": "UNLICENSED",
"author": "harry0000 <https://github.com/harry0000>",
"homepage": "https://harry0000.github.io/last-origin-unit-viewer/",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/harry0000/last-origin-unit-viewer.git"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "jest",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings=0",
"lint:fix": "eslint . --ext ts,tsx --fix",
"preview": "vite preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version"
]
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@types/gtag.js": "^0.0.20",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/recoil": "0.0.9",
"bootstrap": "^4.6.2",
"fast-deep-equal": "^3.1.3",
"i18next": "^23.15.1",
"nanoid": "^5.0.7",
"rdndmb-html5-to-touch": "^8.0.3",
"react": "^18.3.1",
"react-bootstrap": "^1.6.8",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-multi-backend": "^8.0.3",
"react-dnd-preview": "^8.0.3",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.1",
"react-router-dom": "^6.26.2",
"react-virtuoso": "^4.10.4",
"recoil": "^0.7.7"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"babel-jest": "^29.7.0",
"babel-preset-vite": "^1.1.3",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react-test-renderer": "^18.3.1",
"typescript": "^5.3.3",
"vite": "^5.2.12",
"vite-plugin-svgr": "^4.2.0"
}
}