-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.64 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
{
"private": true,
"style": [
"app/styles/tailwind.css",
"app/styles/multiRangeSlider.css"
],
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"typedoc-redux": "typedoc --entryPointStrategy expand app/redux/ && gh-pages -d docs"
},
"dependencies": {
"@next/third-parties": "^14.2.3",
"@opentelemetry/api": "1.4.0",
"@types/gtag.js": "^0.0.19",
"axios": "^1.6.8",
"classnames": "^2.5.1",
"flowbite": "^2.3.0",
"lodash": "^4.17.21",
"next": "^14.2.3",
"pnpm": "^9.5.0",
"react": "^18.3.1",
"react-cookie": "^7.1.4",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^3.1.0",
"socket.io-client": "^4.7.5",
"three": "^0.160.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@reduxjs/toolkit": "^2.2.4",
"@types/lodash": "^4.17.1",
"@types/node": "20.8.10",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/redux-logger": "^3.0.13",
"@types/three": "^0.160.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"flowbite-react": "^0.7.8",
"gh-pages": "^6.1.1",
"postcss": "^8.4.38",
"react-devtools": "^5.2.0",
"react-draggable": "^4.4.6",
"tailwindcss": "^3.4.3",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
}
}