-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·62 lines (62 loc) · 1.67 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
{
"name": "@geira/iconfont",
"version": "0.2.12",
"description": "Geira Icon Font",
"main": "dist/geira-icons.min.css",
"scripts": {
"prebuild": "npm run process-iconfont",
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack",
"prestart": "npm run process-iconfont",
"start": "node --openssl-legacy-provider ./node_modules/.bin/webpack-dev-server --mode development --open",
"prepare": "npm run process-iconfont && npm run build",
"process-iconfont": "node tools/process-iconfont",
"generate-json": "node tools/generate-json-icons",
"generate-flutter": "node tools/generate-flutter",
"generate-flutter2": "node tools/generate-flutter2"
},
"keywords": [
"geira",
"icon",
"font",
"sass",
"scss",
"css"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"contributors": [
{
"name": "Leo Roderick",
"email": "[email protected]"
},
{
"name": "Diosney Sarmiento",
"email": "[email protected]"
},
{
"name": "Jose Mojena",
"email": "[email protected]"
}
],
"homepage": "https://icons.geira.com",
"bugs": "https://github.com/liontude/geira-icons-tool/issues",
"repository": {
"type": "git",
"url": "https://github.com/liontude/geira-icons-tool"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^3.6.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}