-
Notifications
You must be signed in to change notification settings - Fork 365
/
package.json
64 lines (64 loc) · 1.74 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
{
"name": "fonteditor",
"version": "2.3.0",
"repository": {
"type": "git",
"url": "git://github.com/ecomfe/fonteditor.git"
},
"bugs": {
"url": "https://github.com/ecomfe/fonteditor/issues"
},
"author": "kekee000",
"contributors": [
{
"email": "[email protected]",
"name": "kekee000"
},
{
"email": "[email protected]",
"name": "junmer"
}
],
"description": "ttf to woff, woff2, svg, eot convert, ttf adjust",
"scripts": {
"start": "npm run dev",
"dev": "webpack-dev-server --open --config ./config/webpack.dev.js",
"demo": "webpack-dev-server --open --config ./config/webpack.demo.js",
"prod": "webpack --production --config ./config/webpack.prod.js",
"test": "./node_modules/.bin/mocha --require @babel/register test/spec/*.spec.js test/spec/**/*.spec.js",
"build": "sh build.sh",
"lint": "fecs ./src --reporter=baidu --rules"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"babel-plugin-module-resolver": "^4.1.0",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"fonteditor-core": "^2.3.2",
"html-webpack-plugin": "^3.2.0",
"less": "^2.0.0",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"mocha": "^6.2.2",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"style-loader": "^1.0.0",
"to-string-loader": "^1.1.5",
"url-loader": "^2.2.0",
"webpack": "^4.41.1",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
},
"homepage": "https://github.com/ecomfe/fonteditor",
"keywords": [
"font",
"ttf",
"woff",
"woff2",
"svg",
"eot"
],
"license": "MIT"
}