-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.33 KB
/
package.json
File metadata and controls
131 lines (131 loc) · 4.33 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "box-pleating-studio",
"version": "0.7.14",
"app_version": "1898",
"private": true,
"description": "Super-complex origami design made easy!",
"keywords": [
"origami",
"GOPS",
"box pleating",
"optimization"
],
"homepage": "https://bp-studio.github.io/",
"bugs": {
"url": "https://github.com/bp-studio/box-pleating-studio/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/bp-studio/box-pleating-studio"
},
"funding": "https://bpstudio.abstreamace.com/donate.htm",
"license": "MIT",
"author": "Mu-Tsun Tsai <don.m.t.tsai@gmail.com> (https://github.com/MuTsunTsai)",
"type": "module",
"scripts": {
"browserstack": "cd ../browserstack-automate && pnpm start",
"build": "rsbuild build",
"cov": "pnpm cov:env nyc -r lcovonly -r text-summary mocha --require mocha-suppress-logs",
"cov:env": "cross-env NODE_OPTIONS=\"--experimental-loader=@istanbuljs/esm-loader-hook --no-warnings\" HPS_TS_NODE_PROJECT=test/tsconfig.json",
"cov:html": "pnpm cov:env nyc -r lcov mocha --require mocha-suppress-logs || echo. && pnpx open-cli coverage/lcov-report/index.html",
"cov:text": "pnpm cov:env nyc -r lcovonly -r text mocha --require mocha-suppress-logs",
"e2e": "playwright test",
"postinstall": "playwright install --with-deps",
"license-check": "pnpx license-checker --exclude \"MIT,Apache-2.0,BSD-2-Clause,ISC\"",
"linguist": "pnpx linguist-js -a",
"lint": "eslint src",
"lint:all": "eslint .",
"lint:inspect": "pnpx @eslint/config-inspector@latest",
"preview": "rsbuild preview --port 30784 -o",
"scss:migrate": "pnpx sass-migrator module --migrate-deps src/app/style/main.scss",
"start": "rsbuild dev",
"stylelint": "stylelint src/**/*.vue src/**/*.scss",
"test": "mocha --require mocha-suppress-logs",
"tools": "rsbuild dev -c tools/rsbuild.config.ts -o"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@paypal/paypal-js": "^9.4.0",
"@pixi/core": "^7.4.3",
"@pixi/display": "^7.4.3",
"@pixi/events": "^7.4.3",
"@pixi/filter-alpha": "^7.4.3",
"@pixi/graphics": "^7.4.3",
"@pixi/graphics-smooth": "^1.1.1",
"@pixi/sprite": "^7.4.3",
"@pixi/text": "^7.4.3",
"bootstrap": "^5.3.8",
"fflate": "^0.8.2",
"idb-keyval": "^6.2.2",
"probably-china": "^1.1.0",
"vue": "^3.5.30",
"vue-i18n": "^11.3.0",
"vue-slicksort": "^2.0.5",
"workbox-broadcast-update": "^7.4.0",
"workbox-precaching": "^7.4.0",
"workbox-routing": "^7.4.0",
"workbox-strategies": "^7.4.0"
},
"devDependencies": {
"@aaroon/workbox-rspack-plugin": "^0.3.3",
"@hyperse/ts-node": "^1.1.0",
"@istanbuljs/esm-loader-hook": "^0.3.0",
"@mutsuntsai/eslint": "^1.4.1",
"@mutsuntsai/rsbuild-plugin-vue-ssg": "^1.0.4",
"@mutsuntsai/rsbuild-utils": "^1.0.1",
"@playwright/test": "^1.58.2",
"@rsbuild/core": "^1.7.3",
"@rsbuild/plugin-assets-retry": "^1.5.2",
"@rsbuild/plugin-check-syntax": "^1.6.1",
"@rsbuild/plugin-sass": "^1.5.0",
"@rsbuild/plugin-vue": "^1.2.6",
"@rsdoctor/rspack-plugin": "^1.5.3",
"@rspack/core": "^1.7.7",
"@swc-node/core": "^1.14.1",
"@swc/core": "^1.15.18",
"@types/bootstrap": "^5.2.10",
"@types/chai": "^5.2.3",
"@types/emscripten": "^1.41.5",
"@types/gtag.js": "^0.0.20",
"@types/gulp": "^4.0.18",
"@types/mocha": "^10.0.10",
"@types/node": "^25.4.0",
"@types/wicg-file-system-access": "^2023.10.7",
"chai": "^6.2.2",
"cross-env": "^10.1.0",
"del": "^8.0.1",
"eslint": "^10.0.3",
"eslint-plugin-compat": "^7.0.1",
"eslint-plugin-jsdoc": "^62.7.1",
"eslint-plugin-typescript-compat": "^1.0.2",
"fancy-log": "^2.0.0",
"find-cache-directory": "^6.0.0",
"gulp": "^5.0.1",
"gulp-fontawesome": "^1.1.0",
"gulp-through2": "^1.1.0",
"html-minifier-loader": "^1.4.1",
"ifdef-loader": "^2.3.2",
"inquirer": "^13.3.0",
"knip": "^5.86.0",
"markdown-loader": "^8.0.0",
"mocha": "^11.7.5",
"mocha-suppress-logs": "^0.6.0",
"nyc": "^18.0.0",
"postcss-preset-env": "^11.2.0",
"purgecss": "^8.0.0",
"scheduler-polyfill": "^1.3.0",
"stylelint": "^17.4.0",
"stylelint-config-clean-order": "^8.0.1",
"stylelint-config-recommended-vue": "^1.6.1",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-no-unsupported-browser-features": "^8.1.1",
"ttf2woff2": "^8.0.1",
"typescript": "^5.9.3",
"vinyl-ftp": "^0.6.1"
},
"engines": {
"node": ">=22.0.0",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
}
}