-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.26 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.26 KB
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
{
"name": "pictogram-viewer",
"version": "0.1.0",
"private": true,
"license": "MIT",
"author": {
"name": "Klaus Herberth",
"email": "klaus@jsxc.org"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.9",
"@mui/icons-material": "^7.3.5",
"@mui/material": "^7.3.5",
"@mui/styles": "^6.5.0",
"@types/node": "^24.10.1",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^10.0.0",
"clipboardy": "^4.0.0",
"dequal": "^2.0.3",
"file-saver": "^2.0.5",
"i18next": "^25.6.3",
"i18next-browser-languagedetector": "^8.2.0",
"jspdf": "^3.0.4",
"jszip": "^3.10.1",
"konva": "^9.3.20",
"react": "^19.2.0",
"react-color": "^2.19.3",
"react-dom": "^19.2.0",
"react-i18next": "^15.5.3",
"react-konva": "^19.2.0",
"react-router-dom": "^7.9.6",
"swr": "^2.3.6",
"typescript": "^5.9.3",
"use-image": "^1.1.4",
"uuid": "^11.0.3",
"web-vitals": "^5.1.0"
},
"scripts": {
"start": "vite --host 0.0.0.0",
"build": "LAYOUT=element vite build",
"build:app": "tsc && vite build",
"pack": "tar -czf wp-pictogram-viewer_git.$(git rev-parse --short HEAD).tar.gz js arasaac-pictogram-viewer.php",
"pack:app": "tar -czf pictosearch_git.$(git rev-parse --short HEAD).tar.gz build",
"test": "vitest",
"test:run": "vitest run"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/file-saver": "^2.0.7",
"@types/jsdom": "^27",
"@types/react-color": "^3.0.13",
"@vitejs/plugin-react": "^5.1.1",
"@vitest/ui": "^4.0.13",
"canvas": "^3.2.0",
"i18next-parser": "^9.0.2",
"jsdom": "^27.2.0",
"vite": "^7.2.4",
"vitest": "^4.0.13"
},
"packageManager": "yarn@4.5.3"
}