forked from georgslazdans/outline-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 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
59
60
61
{
"name": "outline-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next-image-export-optimizer",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@hello-pangea/dnd": "^16.6.0",
"@heroicons/react": "^2.1.3",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@react-three/drei": "^9.109.2",
"@react-three/fiber": "^8.16.8",
"@serwist/next": "^9.0.3",
"@techstark/opencv-js": "^4.9.0-release.3",
"@types/mdx": "^2.0.13",
"@types/three": "^0.167.1",
"comlink": "^4.4.1",
"file-loader": "^6.2.0",
"next": "^14.2.6",
"next-image-export-optimizer": "^1.14.1",
"react": "^18",
"react-dom": "^18",
"react-indexed-db-hook": "^1.0.14",
"react-loader-spinner": "^6.1.6",
"react-tooltip": "^5.28.0",
"react-zoom-pan-pinch": "^3.4.4",
"replicad": "^0.17.1",
"replicad-opencascadejs": "^0.17.1",
"replicad-threejs-helper": "^0.17.0",
"sharp": "^0.33.4",
"three": "^0.167.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"jsdom": "^25.0.0",
"postcss": "^8",
"serwist": "^9.0.3",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5",
"vitest": "^2.0.5"
}
}