-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 loc) · 1.71 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
{
"name": "fontngin-api",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "PORT=3002 NODE_ENV=development node index.js",
"build_config": "node -e 'require(\"./app/generator/modules/build_font_config\").init()' ",
"build_font": "node -e 'require(\"./app/generator/modules/create_package\").initiate()' ",
"build": "npm run build_config & npm run build_font",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.6.2",
"@babel/node": "^7.6.2",
"archiver": "^2.1.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"base64-js": "^1.3.0",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"cssbeautify": "^0.3.1",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-sass": "^4.0.1",
"ip": "^1.1.5",
"loadash": "^1.0.0",
"moment": "^2.22.2",
"node-minify": "^3.1.1",
"node-sass": "^4.9.3",
"rss-parser": "^3.4.3",
"serialize-javascript": "^2.1.1",
"shelljs": "^0.8.2",
"svg2ttf": "^4.1.0",
"svgpath": "^2.2.1",
"ttf2eot": "^2.0.0",
"ttf2woff": "^2.0.1",
"ttf2woff2": "^2.0.3",
"uglify-js": "^3.4.6",
"uglifyify": "^5.0.1",
"uglifyjs-webpack-plugin": "^1.0.0",
"url-loader": "^1.0.1",
"uuid": "^3.3.2",
"webfont": "^8.1.4",
"xmldom": "^0.1.27"
},
"devDependencies": {
"autoprefixer": "^9.1.5",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2"
}
}