-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.37 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
{
"name": "nfc-retro-label-printer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "cp ./src/utils/blob-stream.js ./node_modules/blob-stream/",
"build": "yarn prebuild && tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.3",
"@mui/material": "^5.15.1",
"@netlify/functions": "^2.6.0",
"@react-three/fiber": "^8.17.7",
"@types/blob-stream": "^0.1.33",
"@types/pdfkit": "^0.13.3",
"@types/three": "^0.168.0",
"@uiw/react-color-compact": "^2.0.5",
"blob-stream": "^0.1.3",
"client-zip": "^2.4.4",
"fabric": "^6.4.3",
"pdfkit": "0.15.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intersection-observer": "^9.8.0",
"three": "^0.168.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "3.1.1",
"typescript": "^5.5.4",
"vite": "5.4.0"
}
}