forked from UncaughtCursor/MakerCentral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.46 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
{
"name": "makercentral",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@jimp/png": "^0.22.10",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.20",
"@next/bundle-analyzer": "^14.0.4",
"axios": "^1.6.2",
"body-scroll-lock": "^4.0.0-beta.0",
"chart.js": "^4.4.1",
"chunk": "^0.0.3",
"color": "^4.2.3",
"compute-lcm": "^1.1.2",
"cross-env": "^7.0.3",
"eslint-plugin-jsdoc": "^46.9.0",
"firebase": "^10.7.1",
"firebaseui": "^6.1.0",
"javascript-time-ago": "^2.5.9",
"jimp": "^0.22.10",
"lz-string": "^1.5.0",
"meilisearch": "^0.36.0",
"midifile": "^2.0.0",
"next": "^14.0.4",
"react": "^18.2.0",
"react-avatar-editor": "^13.0.1",
"react-chartjs-2": "^5.2.0",
"react-cookie-consent": "^9.0.0",
"react-dom": "^18.2.0",
"react-files": "^3.0.0",
"react-image-gallery": "^1.3.0",
"react-infinite-scroll-component": "^6.1.0",
"react-infinite-scroller": "^1.2.6",
"react-numeric-input": "^2.2.3",
"react-outside-click-handler": "^1.3.0",
"react-overlays": "^5.2.1",
"serialize-javascript": "^6.0.1",
"typescript-parser": "^2.6.1",
"typia": "^5.3.4",
"use-interval": "^1.4.0"
},
"devDependencies": {
"@types/body-scroll-lock": "^3.1.2",
"@types/chunk": "^0.0.2",
"@types/color": "^3.0.6",
"@types/compute-lcm": "^1.1.3",
"@types/lz-string": "^1.5.0",
"@types/next": "^9.0.0",
"@types/node": "^20.10.4",
"@types/react": "^18.2.43",
"@types/react-avatar-editor": "^13.0.2",
"@types/react-dom": "^18.2.17",
"@types/react-image-gallery": "^1.2.4",
"@types/react-infinite-scroller": "^1.2.5",
"@types/react-numeric-input": "^2.2.7",
"@types/react-outside-click-handler": "^1.3.3",
"@types/serialize-javascript": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.0.4",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.3.3"
}
}