forked from hyper-tuner/hypertuner-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.95 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
{
"name": "speedy-tuner-cloud",
"description": "SpeedyTuner Cloud - Share your Speeduino tune and logs",
"version": "1.0.0",
"author": "Piotr Rogowski <[email protected]>",
"private": true,
"license": "MIT",
"homepage": "./",
"repository": {
"type": "git",
"url": "https://github.com/speedy-tuner/speedy-tuner-cloud"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "tsc && eslint --max-warnings=0 src",
"lint:fix": "eslint --fix src"
},
"dependencies": {
"@reduxjs/toolkit": "^1.7.2",
"@sentry/react": "^6.18.0",
"@sentry/tracing": "^6.18.0",
"@speedy-tuner/ini": "^0.3.0",
"@speedy-tuner/types": "^0.3.0",
"antd": "^4.18.8",
"firebase": "^9.6.7",
"kbar": "^0.1.0-beta.34",
"mlg-converter": "^0.5.1",
"nanoid": "^3.3.1",
"pako": "^2.0.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-markdown": "^8.0.0",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^8.0.1",
"react-router-dom": "^6.2.1",
"uplot": "^1.6.19",
"uplot-react": "^1.1.1",
"vite": "^2.8.4"
},
"devDependencies": {
"@speedy-tuner/eslint-config": "^0.1.5",
"@types/node": "^17.0.19",
"@types/pako": "^1.0.3",
"@types/react": "^18.0.3",
"@types/react-dom": "^18.0.3",
"@types/react-redux": "^7.1.22",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.21.0",
"@vitejs/plugin-react": "^1.2.0",
"eslint": "^8.14.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-modules-newline": "^0.0.6",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"less": "^4.1.2",
"prettier": "^2.5.1",
"rollup-plugin-visualizer": "^5.6.0",
"typescript": "^4.5.5"
}
}