forked from SV-Summer-BootCamp-Team-F/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.98 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.98 KB
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
{
"name": "frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@babylonjs/core": "^6.11.1",
"@react-three/fiber": "^8.13.5",
"@stur86/three-bmfont-text": "^3.0.4",
"@tailwindcss/postcss7-compat": "^2.2.17",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/d3": "^7.4.0",
"anychart": "^8.11.0",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"babylonjs-hook": "^0.1.1",
"bootstrap": "^5.3.0",
"d3": "^7.8.5",
"d3-zoom": "^3.0.0",
"drei": "^2.2.21",
"gltf-loader": "^1.0.0",
"gsap": "^3.12.2",
"highcharts": "^11.1.0",
"highcharts-react-official": "^3.2.0",
"postcss": "^8.4.26",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0-beta.1",
"react-cropper": "^2.3.3",
"react-dom": "^18.2.0",
"react-highcharts": "^16.1.0",
"react-icons": "^4.10.1",
"react-router-dom": "^6.14.1",
"react-scripts": "5.0.1",
"react-spring": "^9.7.2",
"react-transition-group": "^4.4.5",
"tailwind": "^4.0.0",
"tailwindcss": "^3.3.3",
"three": "^0.154.0",
"three-bmfont-text": "^3.0.1",
"troika-three-text": "^0.48.0-unicode.1",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/stats.js": "^0.17.0",
"@types/three": "^0.153.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.44.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"msw": "^1.2.2",
"typescript": "^5.0.2",
"vite": "^4.4.1"
},
"msw": {
"workerDirectory": "public"
}
}