-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 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
{
"name": "fontfreeze",
"version": "1.12.5",
"description": "Freeze variations and features in font.",
"keywords": [
"font"
],
"repository": {
"type": "git",
"url": "git+https://github.com/MuTsunTsai/fontfreeze.git"
},
"license": "MIT",
"author": "Mu-Tsun Tsai <don.m.t.tsai@gmail.com> (https://github.com/MuTsunTsai)",
"type": "module",
"scripts": {
"prebuild": "gulp",
"build": "rsbuild build",
"postinstall": "pipenv install",
"preview": "rsbuild preview --port 3091 --open http://localhost:3091/fontfreeze/",
"start": "rsbuild dev"
},
"dependencies": {
"vue": "^3.5.27",
"vuetify": "^3.11.8"
},
"devDependencies": {
"@mutsuntsai/eslint": "^1.3.8",
"@rsbuild/core": "1.6.14",
"@rsbuild/plugin-sass": "^1.5.0",
"@rsbuild/plugin-vue": "^1.2.5",
"@types/emscripten": "^1.41.5",
"@types/gtag.js": "^0.0.20",
"@types/node": "^25.2.0",
"@types/wicg-file-system-access": "^2023.10.7",
"@vue/reactivity": "^3.5.27",
"eslint": "^9.39.2",
"gulp": "^5.0.1",
"gulp-exec": "^5.0.0",
"gulp-newer": "^1.4.0",
"gulp-purgecss": "8.0.0",
"purgecss-from-html": "8.0.0",
"pyodide": "^0.29.3",
"rsbuild-plugin-html-minifier-terser": "^1.1.3",
"user-agent-data-types": "^0.4.2",
"webpack-plugin-vuetify": "^3.1.3"
}
}