-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
82 lines (82 loc) · 2.23 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
{
"name": "pictogram-viewer",
"version": "0.1.0",
"private": true,
"license": "MIT",
"author": {
"name": "Klaus Herberth",
"email": "klaus@jsxc.org"
},
"dependencies": {
"@craco/craco": "^7.1.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.1.0",
"@mui/icons-material": "^6.3.0",
"@mui/material": "^6.2.0",
"@mui/styles": "^6.2.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@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": "^24.2.0",
"i18next-browser-languagedetector": "^8.0.2",
"jspdf": "^2.5.2",
"jszip": "^3.10.1",
"konva": "^9.3.16",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-i18next": "^15.2.0",
"react-konva": "^18.2.10",
"react-router-dom": "^7.1.1",
"react-scripts": "5.0.1",
"swr": "^2.2.5",
"typescript": "^5.7.2",
"use-image": "^1.1.1",
"uuid": "^11.0.3",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "LAYOUT=element craco build",
"build:app": "react-scripts 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": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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.25.9",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/file-saver": "^2.0.7",
"@types/react-color": "^3.0.13",
"i18next-parser": "^9.0.2"
},
"packageManager": "yarn@4.5.3"
}