-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.37 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.37 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
82
83
84
85
{
"name": "reference-finder",
"version": "4.8.1",
"description": "Find reference points and lines in crease patterns.",
"keywords": [
"origami"
],
"license": "GPL-2.0",
"private": true,
"author": "Mu-Tsun Tsai <don.m.t.tsai@gmail.com> (https://github.com/MuTsunTsai)",
"contributors": [
{
"name": "Robert J. Lang <>",
"email": "robert@langorigami.com"
},
{
"name": "Mu-Tsun Tsai",
"email": "don.m.t.tsai@gmail.com",
"url": "https://github.com/MuTsunTsai"
},
{
"name": "Omri Shavit",
"url": "https://github.com/Omri-Shavit"
}
],
"type": "module",
"scripts": {
"build": "make && rsbuild build",
"lint": "eslint",
"lint:inspect": "pnpx @eslint/config-inspector@latest",
"preview": "rsbuild preview --port 31214 --open http://localhost:31214/reference-finder",
"start": "make && rsbuild dev -o"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fortawesome/fontawesome-free": "^7.2.0",
"@ungap/structured-clone": "^1.3.0",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"chartjs-plugin-datalabels": "^2.2.0",
"i18next": "^26.0.3",
"i18next-browser-languagedetector": "^8.2.1",
"idb": "^8.0.3",
"jspdf": "^4.2.1",
"math-expression-evaluator": "^2.0.7",
"probably-china": "^1.1.0",
"rabbit-ear": "^0.9.32",
"react": "^19.2.4",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.4",
"react-i18next": "^17.0.2",
"svg2pdf.js": "^2.7.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@mutsuntsai/eslint": "^1.4.4",
"@mutsuntsai/rsbuild-utils": "^1.0.1",
"@rsbuild/core": "^1.7.5",
"@rsbuild/plugin-assets-retry": "^1.5.2",
"@rsbuild/plugin-check-syntax": "^1.6.1",
"@rsbuild/plugin-react": "^1.4.6",
"@rsbuild/plugin-sass": "^1.5.1",
"@types/bootstrap": "^5.2.10",
"@types/emscripten": "^1.41.5",
"@types/gtag.js": "^0.0.20",
"@types/gulp": "^4.0.18",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/ungap__structured-clone": "^1.2.0",
"@types/wicg-file-system-access": "^2023.10.7",
"eslint": "^10.1.0",
"eslint-plugin-react": "^7.37.5",
"glob": "^13.0.6",
"gulp": "^5.0.1",
"gulp-fontawesome": "^1.1.0",
"gulp-through2": "^1.1.0",
"postcss": "^8.5.8",
"purgecss-webpack-plugin": "^8.0.0",
"rsbuild-plugin-html-minifier-terser": "^1.1.3",
"typescript": "^6.0.2",
"workbox-webpack-plugin": "^7.4.0"
}
}