-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.81 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "@turf-suite-core/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@react-sigma/core": "^4.0.2",
"@supabase/supabase-js": "^2.38.5",
"@swc/helpers": "~0.5.11",
"axios": "1.6.7",
"class-variance-authority": "^0.7.0",
"dotenv": "^16.4.5",
"framer-motion": "^10.16.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "^6.22.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@chakra-ui/storybook-addon": "^5.1.0",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/cypress": "19.1.1",
"@nx/eslint-plugin": "19.1.1",
"@nx/jest": "19.1.1",
"@nx/js": "19.1.1",
"@nx/linter": "19.1.1",
"@nx/nest": "19.1.1",
"@nx/node": "19.1.1",
"@nx/react": "19.1.1",
"@nx/storybook": "19.1.1",
"@nx/vite": "19.1.1",
"@nx/web": "19.1.1",
"@nx/webpack": "19.1.1",
"@nx/workspace": "19.1.1",
"@storybook/addon-essentials": "7.6.19",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/core-server": "7.6.19",
"@storybook/jest": "^0.2.3",
"@storybook/react-vite": "7.6.19",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.2",
"@swc-node/register": "~1.9.1",
"@swc/cli": "0.3.12",
"@swc/core": "~1.5.7",
"@testing-library/react": "15.0.6",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.4.0",
"@types/node": "18.19.21",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "1.4.0",
"autoprefixer": "10.4.13",
"babel-jest": "^29.4.1",
"cypress": "13.9.0",
"eslint": "8.57.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "^2.13.4",
"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",
"inquirer": "^9.2.12",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsdom": "~22.1.0",
"nx": "19.1.1",
"nx-cloud": "19.0.0",
"postcss": "^8.4.38",
"prettier": "^2.6.2",
"storybook": "7.6.19",
"supabase": "^1.142.2",
"tailwindcss": "3.4.3",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.4.4",
"vite": "^5.2.8",
"vite-plugin-dts": "~2.3.0"
}
}