-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.02 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
70
71
72
{
"name": "package-selector",
"version": "1.0.1",
"homepage": "https://makaronma.github.io/package-selector",
"private": true,
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"predeploy": "pnpm run build --profile",
"deploy": "gh-pages -d build",
"tsc": "tsc",
"lint": "eslint",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@heroicons/react": "^2.0.14",
"@tanstack/react-query": "^4.24.4",
"@tanstack/react-table": "^8.7.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"axios": "^1.3.2",
"daisyui": "^2.50.0",
"immer": "^9.0.19",
"jotai": "^2.0.0",
"jotai-immer": "^0.2.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-textarea-autosize": "^8.4.0",
"superjson": "^1.12.2",
"web-vitals": "^3.1.1",
"zod": "^3.20.2"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/react-copy-to-clipboard": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"babel-plugin-root-import": "^6.6.0",
"customize-cra": "^1.0.0",
"eslint": "^8.33.0",
"gh-pages": "^5.0.0",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"react-app-rewired": "^2.2.1",
"react-scripts": "^5.0.1",
"source-map-explorer": "^2.5.3",
"tailwindcss": "^3.2.4",
"type-fest": "^3.5.5",
"typescript": "^4.9.5"
}
}