-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.49 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
{
"name": "@univerjs/icons-workspace",
"version": "0.2.5",
"private": true,
"description": "Icons used by Univer",
"main": "index.js",
"repository": "https://github.com/dream-num/univer-icons.git",
"license": "MIT",
"sideEffects": false,
"packageManager": "[email protected]",
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"scripts": {
"generate": "cross-env gulp --require ts-node/register/transpile-only",
"build": "pnpm --filter @univerjs/icons build",
"build:site": "pnpm --filter gallery build"
},
"devDependencies": {
"@types/gulp": "^4.0.6",
"@types/gulp-concat": "^0.0.32",
"@types/gulp-rename": "^0.0.33",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/svgo": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vercel/ncc": "^0.27.0",
"camelcase": "^6.2.0",
"cross-env": "^7.0.3",
"decamelize": "^5.0.0",
"del": "^6.0.0",
"fs-extra": "^9.1.0",
"gulp": "^4.0.2",
"gulp-clone": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-merge": "^0.1.1",
"gulp-rename": "^2.0.0",
"merge-stream": "^2.0.0",
"moment": "^2.29.1",
"sass": "^1.32.8",
"svg-parser": "^2.0.4",
"svgo": "^1.3.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}