-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
53 lines (53 loc) · 1.44 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
{
"name": "sketch-icons",
"version": "0.1.13",
"description": "Sketch-icons is package consisting of 600+ beautiful icons for web applications",
"main": "./dist/all.js",
"module": "./dist/all.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-icons": "fantasticon --normalize",
"optimize": "rimraf ./main & svgo -q -p 8 -f ./assets/simple -o ./main/simple && svgo -q -p 8 -f ./assets/color -o ./main/color",
"changeset": "changeset",
"release": "changeset publish",
"zip": "node scripts/zip.mjs",
"build": "yarn optimize && node scripts/build.js && yarn generate-icons && yarn zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cognizance-amrita/Sketch-icons.git"
},
"keywords": [
"Sketches",
"sketch-icons",
"icons",
"svg",
"react"
],
"sideEffects": false,
"author": "Rohith ND",
"license": "MIT",
"bugs": {
"url": "https://github.com/cognizance-amrita/Sketch-icons/issues"
},
"homepage": "https://sketch-icons.netlify.app/",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-react": "^7.16.7",
"@svgr/cli": "^5.5.0",
"@svgr/core": "^5.5.0",
"camelcase": "^6.3.0",
"rimraf": "^3.0.2",
"svgo": "^2.5.0",
"terser": "^5.12.0"
},
"files": [
"dist",
"main"
],
"dependencies": {
"@changesets/cli": "^2.21.1",
"adm-zip": "^0.5.9",
"fantasticon": "^1.2.3"
}
}