-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.05 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
{
"name": "reference-finder",
"version": "4.4.2",
"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.14.0",
"@mutsuntsai/stylistic": "^1.0.3",
"@rsbuild/core": "1.0.19",
"@rsbuild/plugin-assets-retry": "1.0.4",
"@rsbuild/plugin-check-syntax": "1.0.1",
"@rsbuild/plugin-react": "1.0.6",
"@rsbuild/plugin-sass": "1.1.0",
"@types/bootstrap": "^5.2.10",
"@types/emscripten": "^1.39.13",
"@types/gtag.js": "^0.0.20",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/ungap__structured-clone": "^1.2.0",
"eslint": "^9.14.0",
"glob": "^11.0.0",
"globals": "^15.12.0",
"gulp": "^5.0.0",
"gulp-fontawesome": "^1.0.4",
"gulp-through2": "^1.1.0",
"postcss": "^8.4.47",
"purgecss-webpack-plugin": "^6.0.0",
"rsbuild-plugin-html-minifier-terser": "^1.1.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"workbox-webpack-plugin": "^7.3.0"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fortawesome/fontawesome-free": "^6.6.0",
"@ungap/structured-clone": "^1.2.0",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.6",
"chartjs-plugin-datalabels": "^2.2.0",
"i18next": "^23.16.4",
"i18next-browser-languagedetector": "^8.0.0",
"idb": "^8.0.0",
"math-expression-evaluator": "^2.0.5",
"probably-china": "^1.0.0",
"rabbit-ear": "^0.9.32",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.0",
"zustand": "^5.0.1"
},
"pnpm": {
"overrides": {
"glob": "^11.0.0",
"magic-string": "^0.30.0"
},
"peerDependencyRules": {
"allowAny": [
"eslint"
]
}
}
}