-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·58 lines (58 loc) · 1.66 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
{
"name": "react-sorting-visualizer",
"version": "1.0.0",
"author": "Krzysztof Kucharski",
"license": "MIT",
"description": "Visualisation of common soring algorithms with ThreeJS and webworker",
"keywords": [
"react",
"threejs",
"nextjs"
],
"scripts": {
"dev": "next dev -p 3002",
"start": "next start -p 3002",
"build": "next build"
},
"dependencies": {
"@react-three/drei": "^9.77.3",
"@react-three/fiber": "^8.13.3",
"next": "^13.4.7",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"serve": "^14.2.0",
"tailwindcss": "^3.3.2",
"three": "^0.153.0",
"three-stdlib": "^2.23.10",
"tunnel-rat": "^0.1.2"
},
"devDependencies": {
"@react-hook/throttle": "^2.2.0",
"@types/node": "20.3.2",
"@types/react": "^18.2.14",
"@types/react-dom": "18.2.6",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"autoprefixer": "^10.4.14",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-tailwindcss": "^3.12.1",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.8",
"sass": "^1.63.6",
"typescript": "5.1.5"
}
}