-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
109 lines (109 loc) · 2.89 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
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
{
"name": "vedst",
"version": "0.0.0",
"private": true,
"homepage": "/",
"engines": {
"node": ">=18.0.0",
"npm": ">=8.19.0"
},
"dependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-transform-modules-commonjs": "^7.19.6",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@microsoft/signalr": "^7.0.0",
"@reduxjs/toolkit": "^1.9.1",
"@tauri-apps/api": "^1.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@turf/boolean-intersects": "^6.5.0",
"@turf/turf": "^6.5.0",
"@typescript-eslint/typescript-estree": "^5.38.0",
"@vitejs/plugin-react": "^3.0.0",
"@wdio/cli": "^8.0.13",
"autoprefixer": "^10.4.13",
"clsx": "^1.2.1",
"d3": "^7.7.0",
"d3-geo": "^3.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.31.11",
"eslintrc": "^1.0.6",
"geomag": "^1.0.0",
"jose": "^4.11.1",
"lodash": "^4.17.21",
"npm": "^8.19.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-portal": "^4.2.2",
"react-redux": "^8.0.5",
"react-resize-detector": "^7.1.2",
"react-router-dom": "^6.5.0",
"react-toastify": "^9.1.1",
"redux": "^4.2.0",
"socket.io-client": "^4.5.4",
"tsdx": "^0.14.1",
"typescript": "^4.9.4",
"usehooks-ts": "^2.9.1",
"vite": "^4.0.2",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^4.0.3"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"tauri": "tauri"
},
"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": {
"@tauri-apps/cli": "^1.2.2",
"@types/d3": "^7.4.0",
"@types/d3-geo": "^3.0.2",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-portal": "^4.0.4",
"@types/react-redux": "^7.1.24",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.30.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.1",
"sass": "^1.57.0"
},
"plugins": [
[
"transform-remove-console",
{
"ssr": false
}
]
]
}