-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 981 Bytes
/
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
{
"name": "fontfreeze",
"version": "1.10.0",
"description": "Freeze variations and features in font.",
"scripts": {
"start": "rsbuild dev",
"build": "rsbuild build",
"prebuild": "gulp",
"preview": "rsbuild preview --port 3091 --open http://localhost:3091/fontfreeze",
"postinstall": "pipenv install"
},
"keywords": [
"font"
],
"author": "Mu-Tsun Tsai<[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/MuTsunTsai/fontfreeze.git"
},
"devDependencies": {
"@rsbuild/core": "1.1.9",
"@rsbuild/plugin-sass": "1.1.2",
"@types/gtag.js": "^0.0.20",
"@types/node": "^22.10.2",
"@vue/reactivity": "^3.5.13",
"gulp": "^5.0.0",
"gulp-exec": "^5.0.0",
"gulp-newer": "^1.4.0",
"gulp-purgecss": "7.0.2",
"purgecss-from-html": "7.0.2",
"rsbuild-plugin-html-minifier-terser": "^1.1.1"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "5.3.3",
"petite-vue": "^0.4.1"
}
}