-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.52 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
{
"name": "tsb-data-viewer",
"version": "1.0.0",
"description": "",
"author": "MT224244",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "gh-pages -d dist",
"icon": "icon-gen -r --ico --ico-name favicon -i public/icon.png -o dist",
"lint": "eslint ."
},
"dependencies": {
"@primer/react": "^35.24.0",
"deepmerge": "^4.3.1",
"just-snake-case": "^3.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-router-dom": "^6.10.0",
"react-virtuoso": "^4.2.0",
"semver": "^7.3.8",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/semver": "^7.3.13",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.38.0",
"eslint-define-config": "^1.17.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^5.0.0",
"icon-gen": "^3.0.1",
"typescript": "^5.0.4",
"vite": "^4.2.1"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react-is"
]
}
}
}