forked from hallee9000/juuust-react-icon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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
{
"name": "snapmaker-react-icon",
"version": "1.26.11",
"description": "Icon automation workflow with Figma",
"main": "dist/index.js",
"module": "build/index.js",
"typings": "build/index.d.ts",
"files": [
"dist",
"es"
],
"repository": "https://github.com/leadream/juuust-icon.git",
"author": "leadream",
"keywords": [
"react",
"icons",
"svg",
"inline",
"figma",
"juuust",
"design"
],
"bugs": {
"url": "https://github.com/leadream/juuust-icon/issues"
},
"homepage": "https://github.com/leadream/juuust-icon#readme",
"scripts": {
"generate": "sudo rm -rf src/icons && node bin/build.js",
"build:bundle": "sudo rm -rf dist && rollup --config rollup.config.js",
"build:es": "sudo rm -rf build && babel src --out-dir build --copy-files",
"build": "concurrently \"yarn:build:*\""
},
"config": {
"style": "stroke"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"cheerio": "^1.0.0-rc.3",
"concurrently": "^4.1.1",
"prettier-eslint": "^9.0.0",
"rollup": "^1.19.4",
"rollup-plugin-babel": "^4.3.3",
"svgo": "^1.3.0",
"uppercamelcase": "^3.0.0"
}
}