-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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
{
"name": "@lotus-design/icons",
"private": true,
"scripts": {
"start": "dumi dev",
"generate": "pnpm -r --filter ./packages run generate",
"build": "pnpm -r --filter ./packages run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lotus-fe/lotus-design-icons.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/lotus-fe/lotus-design-icons/issues"
},
"homepage": "https://github.com/lotus-fe/lotus-design-icons#readme",
"devDependencies": {
"@lotus-design/icons-svg": "workspace:*",
"@rgrove/parse-xml": "^3.0.0",
"@types/gulp": "^4.0.9",
"@types/gulp-concat": "^0.0.33",
"@types/gulp-header": "^2.0.1",
"@types/gulp-rename": "^2.0.1",
"@types/ramda": "^0.26.43",
"@types/svgo": "^2.6.2",
"@types/through2": "^2.0.36",
"@umijs/utils": "^3.5.21",
"@walrus/cli": "^1.3.4",
"@walrus/cli-utils": "^2.2.1",
"@walrus/plugin-run": "^0.5.3",
"del": "^6.0.0",
"dumi": "^1.1.40",
"esno": "^0.14.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"lodash": "^4.17.21",
"prettier": "^2.6.0",
"ramda": "^0.27.0",
"svgo": "^2.8.0",
"through2": "^4.0.2",
"typescript": "^4.6.2",
"vinyl": "^2.2.1"
}
}