-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.59 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": "har-view-ts",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\""
},
"dependencies": {
"@reduxjs/toolkit": "^1.7.1",
"@types/styled-components": "^5.1.21",
"file-saver": "^2.0.5",
"js-beautify": "^1.14.0",
"json-to-ts": "^1.7.0",
"jszip": "^3.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.5.3",
"react-redux": "^7.2.6",
"react-responsive": "^9.0.0-beta.6",
"react-syntax-highlighter": "^15.4.5",
"styled-components": "^5.3.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/js-beautify": "^1.13.3",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/react-responsive": "^8.0.5",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vitejs/plugin-react": "^1.0.7",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-unicorn": "^40.1.0",
"prettier-eslint": "^13.0.0",
"typescript": "^4.5.5",
"vite": "^2.7.2"
}
}