-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.25 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
{
"name": "mockintosh",
"version": "0.3.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@dnd-kit/core": "^6.0.7",
"@million/lint": "^0.0.73",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-menubar": "^1.0.4",
"@types/node": "20.12.8",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/w3c-web-usb": "^1.0.10",
"canvas-dither": "^1.0.1",
"canvas-flatten": "^1.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"codepage-encoder": "^1.0.0",
"dayjs": "^1.11.11",
"esc-pos-encoder": "^2.0.1",
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"fabric": "^6.0.0-beta20",
"gray-matter": "^4.0.2",
"linewrap": "^0.2.1",
"lodash": "^4.17.21",
"next": "14.1.4",
"opfs-tools": "^0.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draggable": "^4.3.1",
"react-fps-stats": "^0.3.1",
"remark": "^12.0.0",
"remark-html": "^13.0.2",
"store": "^2.0.12",
"tailwind-merge": "^2.1.0",
"typescript": "4.9.4"
},
"devDependencies": {
"@types/lodash": "^4.17.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}