-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.8 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
{
"name": "anatine",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@nx/eslint-plugin": "16.1.4",
"@nx/js": "16.1.4",
"@nx/linter": "16.1.4",
"@nx/react": "^16.1.4",
"@nx/vite": "16.1.4",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.57",
"@testing-library/react": "14.0.0",
"@types/node": "20.1.2",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/ui": "^0.31.0",
"autoprefixer": "10.4.14",
"eslint": "~8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.5.0",
"jsdom": "~22.0.0",
"nx": "16.1.4",
"nx-cloud": "latest",
"postcss": "8.4.23",
"prettier": "^2.8.8",
"react-test-renderer": "18.2.0",
"tailwindcss": "3.3.2",
"typescript": "~5.0.4",
"vite": "^4.3.5",
"vite-plugin-dts": "~2.3.0",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.31.0"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@emotion/react": "^11.11.0",
"@headlessui/react": "^1.7.14",
"@react-spring/web": "^9.7.2",
"@swc/helpers": "~0.5.1",
"daisyui": "^2.51.6",
"install": "^0.13.0",
"lodash.debounce": "^4.0.8",
"npm": "^9.6.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-spring": "^9.7.1",
"tailwind-merge": "^1.12.0",
"tailwind-scrollbar": "^3.0.1"
}
}