-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
123 lines (123 loc) · 3.73 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "@vctrl/root",
"private": true,
"workspaces": [
"packages/*",
"apps/*",
"shared/*"
],
"repository": {
"url": "https://github.com/vectreal/vectreal-core",
"type": "https"
},
"scripts": {
"publish-release": "npx nx release --skip-publish"
},
"dependencies": {
"@gltf-transform/core": "^4.0.8",
"@gltf-transform/extensions": "^4.0.10",
"@gltf-transform/functions": "^4.0.8",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-three/drei": "^9.108.4",
"@react-three/fiber": "^8.16.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"file-saver": "^2.0.5",
"framer-motion": "^11.3.28",
"generate-license-file": "^3.5.1",
"jszip": "^3.10.1",
"meshoptimizer": "^0.21.0",
"react": "18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.3",
"react-ga4": "^2.1.0",
"react-loader-spinner": "^6.1.6",
"react-router-dom": "^6.25.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"three": "^0.168.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.25.7",
"@nx/devkit": "20.0.7",
"@nx/eslint": "20.0.7",
"@nx/eslint-plugin": "20.0.7",
"@nx/jest": "20.0.7",
"@nx/js": "20.0.7",
"@nx/react": "20.0.7",
"@nx/rollup": "20.0.7",
"@nx/storybook": "^20.0.7",
"@nx/vite": "20.0.7",
"@nx/web": "20.0.7",
"@nx/workspace": "20.0.7",
"@storybook/addon-essentials": "8.4.2",
"@storybook/addon-interactions": "^8.2.8",
"@storybook/core-server": "8.4.2",
"@storybook/jest": "^0.2.3",
"@storybook/react-vite": "8.4.2",
"@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",
"@swc/helpers": "~0.5.11",
"@testing-library/react": "15.0.6",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.4.0",
"@types/node": "^22.2.0",
"@types/postcss-mixins": "^9.0.6",
"@types/postcss-nested": "^4.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "0.167.1",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/ui": "^1.3.1",
"autoprefixer": "^10.4.19",
"babel-jest": "^29.4.1",
"chromatic": "^11.16.5",
"eslint": "~8.57.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "5.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jsdom": "~22.1.0",
"lerna": "^8.1.6",
"postcss": "^8.4.47",
"postcss-mixins": "^11.0.3",
"postcss-modules": "^6.0.0",
"prettier": "^3.3.3",
"rollup": "^4.14.0",
"storybook": "8.4.2",
"storybook-addon-deep-controls": "^0.9.2",
"tailwindcss": "^3.4.6",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "^5.5.3",
"vite": "^5.4.6",
"vite-plugin-dts": "^4.0.2",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^1.3.1"
}
}