-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.06 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
{
"name": "layout-visualizer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "9.76.0",
"@react-three/fiber": "8.13.3",
"@types/geodesy": "^2.2.3",
"fractions": "^1.0.2",
"geodesy": "^2.4.0",
"next": "^14.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "0.153.0",
"three-stdlib": "^2.23.13",
"troika-three-text": "^0.46.3"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.6",
"@types/node": "17.0.21",
"@types/react": "^18.2.0",
"@types/three": "0.153.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.1.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"typescript": "4.6.2"
}
}