-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.79 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
{
"name": "wcaregs",
"version": "0.1.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"type-check": "tsc --noEmit",
"test": "vite test"
},
"dependencies": {
"@netlify/functions": "^3.0.0",
"@octokit/types": "^13.7.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@vitejs/plugin-react-swc": "^3.7.2",
"bulma": "^1.0.3",
"classnames": "^2.5.1",
"fuse.js": "^6.4.6",
"markdown-it": "^12.0.6",
"markdown-it-ast": "^0.0.1",
"octokit": "^4.1.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bulma-components": "^4.1.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6",
"react-tiny-popover": "^8.1.4",
"sass": "^1.83.1",
"vite-plugin-pwa": "^0.21.1",
"vite-tsconfig-paths": "^5.1.4",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"chalk": "^4.1.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"ts-node": "^10.9.2",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.7"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}