-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "@storipress/fonts",
"version": "1.4.0",
"packageManager": "[email protected]",
"main": "index.js",
"scripts": {
"build": "tsx scripts/generate-font-lists.mts",
"bundle": "webpack",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"serve": "serve",
"prepack": "yarn build",
"test": "vitest"
},
"workspaces": [
".",
"packages/*"
],
"devDependencies": {
"@antfu/eslint-config": "3.7.2",
"@sindresorhus/slugify": "2.2.1",
"@types/eslint-plugin-prettier": "3.1.3",
"@types/lodash": "4.17.9",
"@types/webpack": "5.28.5",
"browserslist": "4.24.0",
"css-loader": "7.1.2",
"css-minimizer-webpack-plugin": "6.0.0",
"esbuild-register": "3.6.0",
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.9.1",
"postcss": "8.4.47",
"postcss-loader": "8.1.1",
"prettier": "3.3.3",
"sass": "1.79.3",
"serve": "14.2.3",
"tsx": "4.19.1",
"typescript": "5.6.2",
"vite": "5.4.8",
"vitest": "2.1.1",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"zx": "8.1.8"
}
}