-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.44 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
{
"type": "module",
"name": "testproject",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroicons/react": "^2.2.0",
"@mui/x-data-grid": "^8.8.0",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-table": "^8.21.3",
"bulma": "^1.0.4",
"dayjs": "^1.11.13",
"event-source-polyfill": "^1.0.31",
"gsap": "^3.13.0",
"matter-js": "^0.20.0",
"next": "^14.2.30",
"rc-slider": "^11.1.8",
"react": "^18.2.0",
"react-bits": "^1.0.5",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.5.2",
"react-native-web": "^0.21.0",
"react-select": "^5.10.2",
"recharts": "^3.1.0",
"sass": "^1.89.2",
"zustand": "^5.0.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/matter-js": "^0.20.0",
"@types/node": "^20",
"@types/rc-slider": "^9.3.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-select": "^5.0.0",
"eslint": "^9",
"eslint-config-next": "15.3.5",
"typescript": "^5"
}
}