-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 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
83
{
"name": "reference-finder",
"version": "4.7.1",
"description": "Find reference points and lines in crease patterns.",
"scripts": {
"start": "make && rsbuild dev -o",
"build": "make && rsbuild build",
"preview": "rsbuild preview --port 31214 --open http://localhost:31214/reference-finder",
"lint": "eslint"
},
"keywords": [
"origami"
],
"contributors": [
"Robert J. Lang <[email protected]>",
"Mu-Tsun Tsai <[email protected]>"
],
"license": "GPL-2.0",
"devDependencies": {
"@eslint/js": "^9.18.0",
"@mutsuntsai/rsbuild-utils": "^1.0.1",
"@mutsuntsai/stylistic": "^1.0.3",
"@rsbuild/core": "^1.1.13",
"@rsbuild/plugin-assets-retry": "^1.0.7",
"@rsbuild/plugin-check-syntax": "^1.2.0",
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-sass": "^1.1.2",
"@types/bootstrap": "^5.2.10",
"@types/emscripten": "^1.39.13",
"@types/gtag.js": "^0.0.20",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.3",
"@types/ungap__structured-clone": "^1.2.0",
"eslint": "^9.18.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.4",
"glob": "^11.0.1",
"globals": "^15.14.0",
"gulp": "^5.0.0",
"gulp-fontawesome": "^1.0.4",
"gulp-through2": "^1.1.0",
"postcss": "^8.5.0",
"purgecss-webpack-plugin": "^7.0.2",
"rsbuild-plugin-html-minifier-terser": "^1.1.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0",
"workbox-webpack-plugin": "^7.3.0"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fortawesome/fontawesome-free": "^6.7.2",
"@ungap/structured-clone": "^1.2.1",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.7",
"chartjs-plugin-datalabels": "^2.2.0",
"i18next": "^24.2.1",
"i18next-browser-languagedetector": "^8.0.2",
"idb": "^8.0.1",
"math-expression-evaluator": "^2.0.6",
"probably-china": "^1.1.0",
"rabbit-ear": "^0.9.32",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.4.0",
"zustand": "^5.0.3"
},
"pnpm": {
"overrides": {
"glob": "^11.0.0",
"magic-string": "^0.30.0"
},
"peerDependencyRules": {
"allowAny": [
"eslint",
"react"
]
}
}
}