-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.6 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "modnao",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npm run test:ci && next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:w": "jest --watch",
"test:changes": "jest --onlyChanged",
"test:ci": "NODE_ENV=test jest --ci",
"test:snapshots": "jest --updateSnapshot"
},
"dependencies": {
"@emotion/server": "^11.11.0",
"next-redux-wrapper": "^8.1.0",
"stream-browserify": "^3.0.0",
"yargs": "^17.7.1"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.3.1",
"@mui/x-data-grid": "^7.23.5",
"@react-three/drei": "^9.120.5",
"@react-three/fiber": "^8.16.8",
"@react-three/postprocessing": "^2.16.5",
"@react-typed-hooks/use-key-press": "^1.0.5",
"@reduxjs/toolkit": "^2.5.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@thi.ng/k-means": "^0.7.19",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.4",
"@types/react": "^18.3.18",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^18.3.5",
"@types/three": "^0.167.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.4.1",
"babel-jest": "^29.7.0",
"clsx": "^2.1.1",
"crypto-browserify": "^3.12.1",
"dayjs": "^1.11.13",
"eslint": "^8.57.0",
"eslint-config-next": "15.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-prettier": "^5.2.1",
"export-from-json": "^1.7.4",
"file-saver": "^2.0.5",
"identity-obj-proxy": "^3.0.0",
"image-js": "^0.36.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jimp": "^0.22.12",
"jszip": "^3.10.1",
"nanoid": "^5.0.7",
"next": "15.1.3",
"node-object-hash": "^3.1.1",
"postprocessing": "^6.36.6",
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0",
"quanti": "^1.0.8",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-easy-crop": "^5.2.0",
"react-redux": "^9.2.0",
"three": "^0.164.1",
"typescript": "^5.7.2",
"use-debounce": "^10.0.4",
"use-file-picker": "^2.1.2",
"use-viewport-sizes": "^0.7.2"
}
}