-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.48 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
{
"name": "mylinks",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite - --open",
"build": "tsc && vite build",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test": "vitest",
"preview": "vite preview",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@hello-pangea/dnd": "^17.0.0",
"@types/node": "^22.9.0",
"eslint-plugin-react-compiler": "19.0.0-beta-63b359f-20241101",
"fuse.js": "^7.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.14.0",
"eslint-config-dafi": "^1.0.13",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.1.0-rc-1460d67c-20241003",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-unicorn": "^56.0.0",
"gh-pages": "^6.2.0",
"globals": "^15.12.0",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10",
"vitest": "^2.1.4"
}
}