-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.46 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
{
"name": "ParserScreenshots",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "parcel ./src/index.html",
"build": "rm -rf dist && parcel build ./src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarikTar/ParserScreenshots.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MarikTar/ParserScreenshots/issues"
},
"homepage": "https://github.com/MarikTar/ParserScreenshots#readme",
"dependencies": {
"@peculiar/react-components": "0.3.9",
"@use-effect/did-update": "0.0.3",
"md5": "2.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "4.4.1",
"react-router-dom": "6.11.2",
"use-carousel-hook": "0.2.1"
},
"devDependencies": {
"@parcel/transformer-sass": "2.9.3",
"@types/md5": "2.3.2",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"eslint": "8.24.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-plugin-etc": "2.0.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"parcel": "2.9.3",
"process": "0.11.10",
"typed-scss-modules": "7.1.2",
"typescript": "5.1.6"
}
}